dlmarion opened a new pull request, #5793:
URL: https://github.com/apache/accumulo/pull/5793

   This change sets the compactor and tserver port search properties to true 
for MiniAccumuloCluster. When this test fails I'm seeing the following stack 
trace in the Compactor log. The sserver port search property defaults to true, 
which is why it is not included in this change.
   
   Thread 'org.apache.accumulo.compactor.Compactor' died. 
java.lang.RuntimeException: Failed to start the compactor client service
           at org.apache.accumulo.compactor.Compactor.run(Compactor.java:807)
           at 
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
           at java.base/java.lang.Thread.run(Thread.java:840)
   Caused by: java.net.UnknownHostException: Unable to find a listen port
           at 
org.apache.accumulo.server.rpc.TServerUtils.startServer(TServerUtils.java:219)
           at 
org.apache.accumulo.compactor.Compactor.startCompactorClientService(Compactor.java:415)
           at org.apache.accumulo.compactor.Compactor.run(Compactor.java:805)


-- 
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]

Reply via email to