milleruntime commented on code in PR #2969:
URL: https://github.com/apache/accumulo/pull/2969#discussion_r981571942
##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletMetadata.java:
##########
@@ -106,6 +107,7 @@ public class TabletMetadata {
private OptionalLong compact = OptionalLong.empty();
private Double splitRatio = null;
private Map<ExternalCompactionId,ExternalCompactionMetadata> extCompactions;
+ public boolean chopped = false;
Review Comment:
Added a getter and call to ensureChecked in
[c2e5554](https://github.com/apache/accumulo/pull/2969/commits/c2e555499e06daa220dd5982a6a021f599dbdfe8)
--
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]