milleruntime commented on issue #2239: URL: https://github.com/apache/accumulo/issues/2239#issuecomment-904580594
> I wonder if this is a timing issue. I added some log messages and it appears the compacting files were indeed at one point in the set of 'allFiles' but not when the sanity check took place. It may be that this is a common occurrence on a highly active system. If that is the case, it's probably worthwhile to check the files sooner, before the constructor, [as soon as we get the set](https://github.com/apache/accumulo/blob/a9100ac35f3d72677b767d7670dfb032c7e7d733/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/CompactableImpl.java#L986). Then maybe just put a debug statement. It may still be a bug though, I don't know the code well enough to know the intent behind the two sets of files. -- 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]
