修复zombie_stream计数不准确的bug。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user