keith-turner opened a new issue #2125: URL: https://github.com/apache/accumulo/issues/2125
The code that detects dead compactions [reaches out to each compactor to ask what its running](https://github.com/apache/accumulo/blob/8a636a3ba91f5dae1d8b09b095178889a7d79c1d/server/compaction-coordinator/src/main/java/org/apache/accumulo/coordinator/DeadCompactionDetector.java#L83-L84). If there are transient network issues and a compactor can not be reached, then this could result in marking running external compactions as failed resulting in lost work. -- 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]
