Manno15 opened a new issue #2153: URL: https://github.com/apache/accumulo/issues/2153
Taken from Jira ticket: [ACCUMULO-1290](https://issues.apache.org/jira/browse/ACCUMULO-1290) There is also a TODO in `Tablet.java` regarding this and can be deleted once this is completed. It is here: https://github.com/apache/accumulo/blob/5d3344dbb488d602025ce8f2acb5f807969f45ec/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L1407 **Describe the solution you'd like** A consistency check for lastFlushID and lastCompactID should be added to `closeConsistencyCheck` following the same format as the rest of the consistency checks. **Additional context** I believe this ticket to be straight forward which is why I marked it as `good first issue`. `Tablet.java` contains a function to get both flush ID and compact ID as well as an object that holds the lastFlushID and lastCompactID. -- 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]
