From e50d7bf666922f9fe85cc8e90a55549b106163ea Mon Sep 17 00:00:00 2001 From: shadow Date: Wed, 27 Aug 2008 05:17:26 +0000 Subject: [PATCH] if ost is restarted before set_info(KEY_MDS_CONN) finished, this request will resend before finished ost llog init and this produce access to non init llog context. Branch b1_8_gate b=16839 i=adilger i=rread --- lustre/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 374d888..d866b2c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -39,6 +39,14 @@ tbd Sun Microsystems, Inc. old (verbose) output can be obtained by using -v option. Severity : normal +Bugzilla : 16839 +Frequency : rare, on restart ost +Description: llog_receptor_accept() ASSERTION(ctxt) +Details : if ost is restarted before set_info(KEY_MDS_CONN) finished, this + request will resend before finished ost llog init and this produce + access to non init llog context. + +Severity : normal Bugzilla : 15927 Frequency : rare Description: replace ptlrpcd with the statahead thread to interpret the async -- 1.8.3.1