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

Function ThriftInternalRpcMaxMessageSize

be/src/rpc/thrift-util.cc:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323int64_t ThriftInternalRpcMaxMessageSize() {
324 return FLAGS_thrift_rpc_max_message_size <= 0 ? ThriftDefaultMaxMessageSize() :
325 FLAGS_thrift_rpc_max_message_size;
326}
327
328int64_t ThriftExternalRpcMaxMessageSize() {
329 return FLAGS_thrift_external_rpc_max_message_size <= 0 ?

Callers 5

SetupConnectionMethod · 0.85
CreateSocketMethod · 0.85

Calls 1

Tested by

no test coverage detected