MCPcopy Create free account
hub / github.com/apache/impala / timeout

Method timeout

be/src/kudu/rpc/rpc_controller.cc:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142MonoDelta RpcController::timeout() const {
143 std::lock_guard<simple_spinlock> l(lock_);
144 return timeout_;
145}
146
147Status RpcController::AddOutboundSidecar(unique_ptr<RpcSidecar> car, int* idx) {
148 if (outbound_sidecars_.size() >= TransferLimits::kMaxSidecars) {

Callers 4

QueueOutboundCallMethod · 0.80
OutboundCallMethod · 0.80
SerializeToMethod · 0.80
SetTimedOutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected