修复zombie_stream计数不准确的bug。

This commit is contained in:
zhengchao
2017-09-21 10:23:04 +08:00
parent b3d1e45c34
commit 575c657434
3 changed files with 10 additions and 14 deletions

View File

@@ -1410,9 +1410,13 @@ int Maat_cmd_commit(Maat_feather_t feather)
if(transection_success<serial_rule_num)
{
retry++;
assert(retry<5);
}
}
if(retry>5)
{
MESA_handle_runtime_log(_feather->logger,RLOG_LV_INFO,maat_command
,"MAAT retry for %d times.", retry);
}
_feather->cmd_acc_num+=_feather->cmd_q_cnt;
error_out:
p=_feather->cmd_qhead;