Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.1
-
None
-
None
Description
I recently changed how SimpleMacIT and ConfigurableMacIT start the mini cluster in an attempt to mitigate ZooKeeper failing to start when the port we guessed at was already in use. In last night's run of integration tests on master, we had 22 occurrences of the warning ("Failed to start MiniAccumuloCluster, assumably due to ZooKeeper issues").
I'm wondering if we can do anything to getRandomFreePort to make it more reliable. Would not providing a port (0) and letting it find one for itself be more stable?
Attachments
Issue Links
- is related to
-
ACCUMULO-3233 Random port for ZK in MiniAccumulo might not be unique
- Resolved