[CP] Fix winbuf datahub report -4016

This commit is contained in:
qianchanger
2022-12-12 06:38:12 +00:00
committed by ob-robot
parent 25b02ac399
commit 4dcec0e527

View File

@ -83,6 +83,7 @@ int ObWinbufPieceMsgListener::on_message(
LOG_WARN("failed to wait response", K(ret)); LOG_WARN("failed to wait response", K(ret));
} }
ctx.whole_msg_.reset(); ctx.whole_msg_.reset();
ctx.received_ = 0;
} }
return ret; return ret;
} }