EdColeman commented on issue #2375:
URL: https://github.com/apache/accumulo/issues/2375#issuecomment-986788529
For org.apache.accumulo.test.compaction.ExternalCompaction_2_IT three tests
failed with timeouts:
testSplitCancelsExternalCompaction - has uncaught exception
testDeleteTableCancelsUserExternalCompaction - has uncaught exception
testUserCompactionCancellation
testUserCompactionCancellation failed because it could not start the
coordinator service
# From CompactionCoordinator_##.out
<details>
<summary>Click to expand!</summary>
org.apache.thrift.transport.TTransportException: Unable to create server
on addresses: [0.0.0.0:9132]
at
org.apache.accumulo.server.rpc.TServerUtils.startTServer(TServerUtils.java:669)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.server.rpc.TServerUtils.startTServer(TServerUtils.java:601)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.server.rpc.TServerUtils.startServer(TServerUtils.java:185)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.coordinator.CompactionCoordinator.startCoordinatorClientService(CompactionCoordinator.java:231)
~[accumulo-compaction-coordinator-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.coordinator.CompactionCoordinator.run(CompactionCoordinator.java:246)
~[accumulo-compaction-coordinator-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at io.opentelemetry.context.Context.lambda$wrap$1(Context.java:207)
~[opentelemetry-context-1.7.1.jar:1.7.1]
at java.lang.Thread.run(Thread.java:829) [?:?]
2021-12-06T13:14:20,348 [start.Main] ERROR: Thread
'org.apache.accumulo.coordinator.CompactionCoordinator' died.
java.lang.RuntimeException: Failed to start the coordinator service
at
org.apache.accumulo.coordinator.CompactionCoordinator.run(CompactionCoordinator.java:248)
~[accumulo-compaction-coordinator-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at io.opentelemetry.context.Context.lambda$wrap$1(Context.java:207)
~[opentelemetry-context-1.7.1.jar:1.7.1]
at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.net.UnknownHostException: Unable to find a listen port
at
org.apache.accumulo.server.rpc.TServerUtils.startServer(TServerUtils.java:222)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.coordinator.CompactionCoordinator.startCoordinatorClientService(CompactionCoordinator.java:231)
~[accumulo-compaction-coordinator-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.coordinator.CompactionCoordinator.run(CompactionCoordinator.java:246)
~[accumulo-compaction-coordinator-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
... 2 more
</details>
For ExternalCompaction_3_IT_testUserCompactionCancellation - uncaught
exception is in the log
--
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]