Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5448
to look at the new patch set (#3).
Change subject: MiniKuduClusterBuilder.build should clean up state when
initialization fails
......................................................................
MiniKuduClusterBuilder.build should clean up state when initialization fails
The MiniKuduCluster starts processes and does many other potentially
failing operations as part of the constructor. This change moves these
potentially failing operations out of the constructor so that the
MiniKuduCluster can be shutdown cleanly on partial-initialization
failure. This change should be completely transparent to users of the
public API.
https://lists.apache.org/thread.html/922614e80f3f64be885f67380bf44730132896dc21480b28d0a93108@%3Cdev.kudu.apache.org%3E
contains more discussion.
Change-Id: I024872cddf352a9b75dab87af685ca3af50099c7
---
M java/kudu-client/src/test/java/org/apache/kudu/client/MiniKuduCluster.java
1 file changed, 66 insertions(+), 55 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/48/5448/3
--
To view, visit http://gerrit.cloudera.org:8080/5448
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I024872cddf352a9b75dab87af685ca3af50099c7
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Kudu Jenkins