keith-turner opened a new pull request #2258: URL: https://github.com/apache/accumulo/pull/2258
I noticed when looking into #2239 that when a compaction job starts and reserves files that there is no check to ensure the tablet still has those files. I think this race condition is unlikely to occur, but not impossible. This PR add a check for this. This check prevents unnecessary work from occurring. The code is correct without the check in that it would currently fail after the compaction if this situation were to occur. -- 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]
