Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5964
to look at the new patch set (#2).
Change subject: [client] retry operation in case of ServiceUnavailable
......................................................................
[client] retry operation in case of ServiceUnavailable
KUDU-1871 Kudu C++ client does not retry on ServiceUnavailable errors
Follow the common retry path scenario for Kudu C++ client in case
of ServiceUnavailable error as well.
Also cleaned up invocation sites of SyncLeaderMasterRpc: moved handling
of ResponsePB::has_error() and converting the PB error into Status
into the code of the SyncLeaderMasterRpc method template.
This commit re-enables ClientTest::TestRetriesOnServiceUnavailable test
which passes with this fix.
Change-Id: Iae169ce1efe3950dfcb769594a1944d05e2ad8e7
---
M src/kudu/client/client-internal.cc
M src/kudu/client/client-test.cc
2 files changed, 42 insertions(+), 58 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/64/5964/2
--
To view, visit http://gerrit.cloudera.org:8080/5964
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iae169ce1efe3950dfcb769594a1944d05e2ad8e7
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>