From: tappro Date: Mon, 25 Sep 2006 05:41:26 +0000 (+0000) Subject: - set warn level for 'second transaction message'. It is allowed case in X-Git-Tag: v1_8_0_110~486^2~842 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b7f12c70dd7dcd4e186c2c52cdb14c7b40d0bf64;p=fs%2Flustre-release.git - set warn level for 'second transaction message'. It is allowed case in general, but should be controlled - remove obsoleted comment --- diff --git a/lustre/mdt/mdt_recovery.c b/lustre/mdt/mdt_recovery.c index 54e7e9a..96c68f3 100644 --- a/lustre/mdt/mdt_recovery.c +++ b/lustre/mdt/mdt_recovery.c @@ -807,16 +807,13 @@ static int mdt_txn_stop_cb(const struct lu_context *ctx, mti = lu_context_key_get(ctx, &mdt_thread_key); req = mdt_info_req(mti); - /* FIXME: don't handle requests from SEQ/FLD, - * should be fixed - */ if (mti->mti_mdt == NULL || req == NULL || mti->mti_no_need_trans) { txi->txi_transno = 0; return 0; } if (mti->mti_has_trans) { - CERROR("More than one transaction "LPU64"\n", mti->mti_transno); + CWARN("More than one transaction "LPU64"\n", mti->mti_transno); return 0; }