[fix](regression) fix group commit regression test (#26557)

This commit is contained in:
meiyi
2023-11-08 11:57:07 +08:00
committed by GitHub
parent f8f3bc6a67
commit 9502cc758d

View File

@ -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;
}