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

Method TransmitData

be/src/service/data-stream-service.cc:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void DataStreamService::TransmitData(const TransmitDataRequestPB* request,
120 TransmitDataResponsePB* response, RpcContext* rpc_context) {
121 DebugActionNoFail(FLAGS_debug_actions, "TRANSMIT_DATA_DELAY");
122 // AddData() is guaranteed to eventually respond to this RPC so we don't do it here.
123 ExecEnv::GetInstance()->stream_mgr()->AddData(request, response, rpc_context);
124}
125
126void DataStreamService::UpdateFilter(
127 const UpdateFilterParamsPB* req, UpdateFilterResultPB* resp, RpcContext* context) {

Callers

nothing calls this directly

Calls 3

DebugActionNoFailFunction · 0.85
stream_mgrMethod · 0.80
AddDataMethod · 0.45

Tested by

no test coverage detected