[fix](regression) fix group commit regression test (#26557)
This commit is contained in:
@ -1849,9 +1849,10 @@ void PInternalServiceImpl::group_commit_insert(google::protobuf::RpcController*
|
||||
}
|
||||
}
|
||||
st.to_protobuf(response->mutable_status());
|
||||
_exec_env->new_load_stream_mgr()->remove(load_id);
|
||||
});
|
||||
_exec_env->new_load_stream_mgr()->remove(load_id);
|
||||
if (!ret) {
|
||||
_exec_env->new_load_stream_mgr()->remove(load_id);
|
||||
offer_failed(response, done, _light_work_pool);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user