Sailesh Mukil has posted comments on this change. Change subject: IMPALA-5427: Fix order of status handling in ClientRequestState ......................................................................
Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/7155/2/be/src/service/impala-beeswax-server.cc File be/src/service/impala-beeswax-server.cc: Line 253: return request_state->query_state(); You need to take request_state->lock() before the return here. Line 283: stringstream error_log_ss; Same here. You need to take request_state->lock() before retrieving the query status and details. -- To view, visit http://gerrit.cloudera.org:8080/7155 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib4494fe3f933cc23841db0e7da407eec5650f2b5 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-HasComments: Yes
