keith-turner opened a new pull request, #3013:
URL: https://github.com/apache/accumulo/pull/3013
This commit fixes a bug where :
* user compactions take multiple compaction steps (because the tablet has
many files)
* the intermediate steps produce no output
When the above happened CompactableImpl and Tablet would disagree about what
files there were. The Tablet code would ignore the empty file produced by an
intermediate compaction. CompactableImpl would expect Tablet to know of this
file. When this happened things would hang until a tserver was restarted.
Ran into this bug while continually running Bulk random walk test to
reproduce #2667
--
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]