ctubbsii commented on issue #535: WAL recovery enhancements and tooling URL: https://github.com/apache/accumulo/issues/535#issuecomment-398876012 Also, the error messages are confusing. Both of the error messages you pasted here are reporting something similar: a missing `COMPACTION_START` event. In the "consecutive" case, it's fine that the first `COMPACTION_FINISH` is without a corresponding `START`, so long as the the one that follows has a `START` (and it doesn't, hence the error). In the second "not followed by a successful minor compaction" case, it is just pointing out that there's a single `FINISH` all alone with a missing `START`. Both error messages could be improved.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
