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

Function ThriftExternalRpcMaxMessageSize

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

Source from the content-addressed store, hash-verified

326}
327
328int64_t ThriftExternalRpcMaxMessageSize() {
329 return FLAGS_thrift_external_rpc_max_message_size <= 0 ?
330 ThriftDefaultMaxMessageSize() : FLAGS_thrift_external_rpc_max_message_size;
331}
332
333shared_ptr<TConfiguration> DefaultInternalTConfiguration() {
334 return make_shared<TConfiguration>(ThriftInternalRpcMaxMessageSize());

Callers 3

SetupConnectionMethod · 0.85

Calls 1

Tested by

no test coverage detected