Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5680
to look at the new patch set (#2).
Change subject: KUDU-1771. Java client "connection refused" errors logged as
"connection reset"
......................................................................
KUDU-1771. Java client "connection refused" errors logged as
"connection reset"
This commit changes cleanup() to accepts a string input.
It allows a caller to customize its error message based
on the caller site context.
Change-Id: If9eb40f11757ae76bc430b3f513b96592068d6e2
---
M java/kudu-client/src/main/java/org/apache/kudu/client/TabletClient.java
1 file changed, 10 insertions(+), 8 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/5680/2
--
To view, visit http://gerrit.cloudera.org:8080/5680
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If9eb40f11757ae76bc430b3f513b96592068d6e2
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jun He <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Jun He <[email protected]>
Gerrit-Reviewer: Kudu Jenkins