ctubbsii commented on a change in pull request #2414:
URL: https://github.com/apache/accumulo/pull/2414#discussion_r793041804
##########
File path:
minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloClusterImpl.java
##########
@@ -608,6 +618,8 @@ public synchronized void start() throws IOException,
InterruptedException {
private void verifyUp() throws InterruptedException, IOException {
+ int numTries = 10;
+
requireNonNull(getClusterControl().managerProcess, "Error starting Manager
- no process");
requireNonNull(getClusterControl().managerProcess.info().startInstant().get(),
Review comment:
I have a fix incoming that will also address #2431
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]