bugfix: check rpc error code when process das rpc callback.

This commit is contained in:
rolandqi
2023-02-06 22:32:07 +08:00
committed by ob-robot
parent 6764a4a0e4
commit beb03d34ba
5 changed files with 24 additions and 23 deletions

View File

@ -354,8 +354,7 @@ ObDASTaskResp::ObDASTaskResp()
op_results_(),
rcode_(),
trans_result_(),
das_factory_(nullptr),
rpc_rcode_(OB_SUCCESS)
das_factory_(nullptr)
{
}