Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8751 )
Change subject: IMPALA-6238: Enhance TErrorCode::DATASTREAM_SENDER_TIMEOUT message ...................................................................... IMPALA-6238: Enhance TErrorCode::DATASTREAM_SENDER_TIMEOUT message This change augments the message of TErrorCode::DATASTREAM_SENDER_TIMEOUT to include the source address when KRPC is enabled. The source address is not readily available in Thrift. The new message includes the destination plan node id in case there are multiple exchange nodes in a fragment instance. Testing done: Confirmed the error message by testing with following options: "--stress_datastream_recvr_delay_ms=90000 datastream_sender_timeout_ms=1000" Change-Id: Ie3e83773fe6feda057296e7d5544690aa9271fa0 Reviewed-on: http://gerrit.cloudera.org:8080/8751 Reviewed-by: Michael Ho <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/runtime/data-stream-mgr.cc M be/src/runtime/data-stream-sender.cc M be/src/runtime/krpc-data-stream-mgr.cc M be/src/runtime/krpc-data-stream-sender.cc M common/thrift/generate_error_codes.py 5 files changed, 13 insertions(+), 8 deletions(-) Approvals: Michael Ho: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8751 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie3e83773fe6feda057296e7d5544690aa9271fa0 Gerrit-Change-Number: 8751 Gerrit-PatchSet: 3 Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Mostafa Mokhtar <[email protected]>
