keith-turner opened a new pull request, #5778:
URL: https://github.com/apache/accumulo/pull/5778
UserFateOpsCommandsIT was failing because of the following error in the
Manager. Modified ServiceLockPaths to avoid the NPE.
```
Critical thread CompactionCoordinator Thread died
java.lang.NullPointerException
at
org.apache.accumulo.core.lock.ServiceLockPaths.get(ServiceLockPaths.java:456)
at
org.apache.accumulo.core.lock.ServiceLockPaths.getCompactor(ServiceLockPaths.java:290)
at
org.apache.accumulo.core.util.compaction.ExternalCompactionUtil.getCompactionsRunningOnCompactors(ExternalCompactionUtil.java:206)
at
org.apache.accumulo.manager.compaction.coordinator.CompactionCoordinator.getCompactionsRunningOnCompactors(CompactionCoordinator.java:1212)
at
org.apache.accumulo.manager.compaction.coordinator.CompactionCoordinator.run(CompactionCoordinator.java:409)
at
org.apache.accumulo.core.util.threads.Threads.lambda$createCriticalThread$0(Threads.java:76)
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
at java.base/java.lang.Thread.run(Thread.java:829)
```
--
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]