Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryange committed Jul 18, 2024
1 parent 3eed7b7 commit 623fa74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions be/src/service/internal_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1918,11 +1918,6 @@ void PInternalServiceImpl::_response_pull_slave_rowset(const std::string& remote

pull_rowset_callback->join();
if (pull_rowset_callback->cntl_->Failed()) {
if (!ExecEnv::GetInstance()->brpc_internal_client_cache()->available(stub, remote_host,
brpc_port)) {
ExecEnv::GetInstance()->brpc_internal_client_cache()->erase(
closure->cntl_->remote_side());
}
LOG(WARNING) << "failed to response result of slave replica to master replica, error="
<< berror(pull_rowset_callback->cntl_->ErrorCode())
<< ", error_text=" << pull_rowset_callback->cntl_->ErrorText()
Expand Down

0 comments on commit 623fa74

Please sign in to comment.