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 (#6).
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, for single- and multi-master
scenarios.
Besides, 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
M src/kudu/integration-tests/create-table-stress-test.cc
3 files changed, 56 insertions(+), 71 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/64/5964/6
--
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: 6
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: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot
Gerrit-Reviewer: Todd Lipcon <[email protected]>