Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16783 )
Change subject: KUDU-2612 proper handling of transient errors from TxnManager ...................................................................... KUDU-2612 proper handling of transient errors from TxnManager This patch fixes the handling of ServiceUnavailable from TxnManager in the Kudu C++ client, addressing one of TODOs from [1]. This patch also contains a new test scenario to cover the updated functionality. I verified that without the changes in handling ServiceUnavailable from TxnManager this new test scenario failed. This is a follow-up to [1]. [1] https://github.com/apache/kudu/commit/38aee4b1407b04b8c299768be0ae40d84a8e2a3a Change-Id: Ia97ddaaf598f2b6d7fcf5fcd42ecb836b82ed547 Reviewed-on: http://gerrit.cloudera.org:8080/16783 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M src/kudu/client/client-test.cc M src/kudu/client/txn_manager_proxy_rpc.cc M src/kudu/master/txn_manager.proto M src/kudu/transactions/txn_status_manager.cc 4 files changed, 69 insertions(+), 4 deletions(-) Approvals: Alexey Serbin: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/16783 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia97ddaaf598f2b6d7fcf5fcd42ecb836b82ed547 Gerrit-Change-Number: 16783 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
