milleruntime commented on pull request #1887: URL: https://github.com/apache/accumulo/pull/1887#issuecomment-771170172
I think this wait in `Tablet.completeClose()` is what might have been holding up the tablets from being closed: https://github.com/apache/accumulo/blob/fd001c9ec3a55aa6427667c4143f1d6772739c86/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L1268 That would explain why the tablet wouldn't close but I am not sure why minor compaction was started, maybe it was being flushed by another processes? The wait above should only happen if this code was called: https://github.com/apache/accumulo/blob/4051a8c23be6f901585e07a6170b57383b2ecd69/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/TabletMemory.java#L61 ---------------------------------------------------------------- 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]
