From: shadow Date: Thu, 14 Aug 2008 09:17:48 +0000 (+0000) Subject: avoid "Already found the key in hash [CONN_UNUSED_HASH]" messages X-Git-Tag: v1_7_80~1^18~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0a48388e193335d28b5eec10b1c777818768bce2;p=fs%2Flustre-release.git avoid "Already found the key in hash [CONN_UNUSED_HASH]" messages Branch b1_8_gate b=16109 i=johann i=green --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index f796451..a7aaae9 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -38,6 +38,14 @@ tbd Sun Microsystems, Inc. * Output of lfs quota has been made less detailed by default, old (verbose) output can be obtained by using -v option. +Severity : minor +Bugzilla : 16109 +Frequency : rare +Description: avoid Already found the key in hash [CONN_UNUSED_HASH] messages +Details : When connection is reused this not moved from CONN_UNUSED_HASH into + CONN_USED_HASH and this prodice warning when put connection again + in unused hash. + Severity : normal Bugzilla : 15139 Frequency : rare