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

Method EndDataStream

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

Source from the content-addressed store, hash-verified

110}
111
112void DataStreamService::EndDataStream(const EndDataStreamRequestPB* request,
113 EndDataStreamResponsePB* response, RpcContext* rpc_context) {
114 DebugActionNoFail(FLAGS_debug_actions, "END_DATA_STREAM_DELAY");
115 // CloseSender() is guaranteed to eventually respond to this RPC so we don't do it here.
116 ExecEnv::GetInstance()->stream_mgr()->CloseSender(request, response, rpc_context);
117}
118
119void DataStreamService::TransmitData(const TransmitDataRequestPB* request,
120 TransmitDataResponsePB* response, RpcContext* rpc_context) {

Callers

nothing calls this directly

Calls 3

DebugActionNoFailFunction · 0.85
CloseSenderMethod · 0.80
stream_mgrMethod · 0.80

Tested by

no test coverage detected