ctubbsii commented on a change in pull request #1959:
URL: https://github.com/apache/accumulo/pull/1959#discussion_r589626490
##########
File path:
minicluster/src/main/java/org/apache/accumulo/minicluster/MiniAccumuloConfig.java
##########
@@ -98,6 +98,21 @@ public MiniAccumuloConfig setZooKeeperPort(int
zooKeeperPort) {
return this;
}
+ /**
+ * Configure an existing ZooKeeper instance to use. Calling this method is
optional. If not set, a
+ * new ZooKeeper instance is created.
+ *
+ * @param existingZooKeepers
+ * Connection string for a already-running ZooKeeper instance. A
null value will turn off
+ * this feature.
+ *
+ * @since 2.0.1
Review comment:
```suggestion
* @since 2.1.0
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]