Andrew Sherman has uploaded a new patch set (#2). ( 
http://gerrit.cloudera.org:8080/12102 )

Change subject: IMPALA-7183: Include remote host when logging unknown execution 
status.
......................................................................

IMPALA-7183: Include remote host when logging unknown execution status.

ControlService::ReportExecStatus reports the execution status of
a fragment to the coordinator. When the coordinator receives a
ReportExecStatus call, it looks up the ClientRequestState for the query
id. If this cannot be found, usually because the query is in the process
of being canceled, then it logs a message before responding to the
RPC. Add the IP address and port of the remote host to this message.

Example output (from minicluster): "ReportExecStatus(): Received report
for unknown query ID (probably closed or cancelled):
174dbb16aa00a5c2:382e5cc800000000 remote host=127.0.0.1:47112"

TESTING
 Ran end-to-end tests.
 Forced code to execute by hand to check output is correct.

Change-Id: I79b223e22096e2d964b72654a34dc0d88e8c6422
---
M be/src/service/control-service.cc
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/02/12102/2
--
To view, visit http://gerrit.cloudera.org:8080/12102
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I79b223e22096e2d964b72654a34dc0d88e8c6422
Gerrit-Change-Number: 12102
Gerrit-PatchSet: 2
Gerrit-Owner: Andrew Sherman <asher...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Thomas Marshall <thomasmarsh...@cmu.edu>

Reply via email to