cherry pick from #42297
This commit is contained in:
@ -1977,7 +1977,7 @@ void PInternalServiceImpl::_response_pull_slave_rowset(const std::string& remote
|
||||
void PInternalServiceImpl::response_slave_tablet_pull_rowset(
|
||||
google::protobuf::RpcController* controller, const PTabletWriteSlaveDoneRequest* request,
|
||||
PTabletWriteSlaveDoneResult* response, google::protobuf::Closure* done) {
|
||||
bool ret = _heavy_work_pool.try_offer([request, response, done]() {
|
||||
bool ret = _light_work_pool.try_offer([request, response, done]() {
|
||||
brpc::ClosureGuard closure_guard(done);
|
||||
VLOG_CRITICAL << "receive the result of slave replica pull rowset from slave replica. "
|
||||
"slave server="
|
||||
|
||||
Reference in New Issue
Block a user