Michael Ho has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/9632


Change subject: IMPALA-6652: Rename label of MemTracker for early RPCs
......................................................................

IMPALA-6652: Rename label of MemTracker for early RPCs

This change renames the label of the MemTracker in
KrpcDataStreamMgr for tracking payloads of early RPCs
to "Data Stream Manager Early RPCs". This is to distinguish
these RPCs from the deferred RPCs in a receiver. The early
RPCs refer to those RPCs which arrive before a receiver
is ready. The responses to these RPCs are deferred until
the receiver is created. The receiver may also defer
responses to RPCs if the deserialized payloads of RPCs in
an inbound queue exceed FLAGS_exchg_node_buffer_size_bytes.
In which case, the RPCs won't be responded to until the
inbound queue is drained.

Change-Id: I3b2be89af5f29f34edd42e03372256c02b4059e7
---
M be/src/runtime/krpc-data-stream-mgr.cc
M be/src/runtime/krpc-data-stream-mgr.h
2 files changed, 11 insertions(+), 11 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/32/9632/1
--
To view, visit http://gerrit.cloudera.org:8080/9632
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b2be89af5f29f34edd42e03372256c02b4059e7
Gerrit-Change-Number: 9632
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Ho <[email protected]>

Reply via email to