kevinrr888 commented on code in PR #5016:
URL: https://github.com/apache/accumulo/pull/5016#discussion_r1827895773


##########
core/src/main/java/org/apache/accumulo/core/fate/WrappedFateTxStore.java:
##########
@@ -86,6 +86,12 @@ public void delete() {
     wrapped.delete();
   }
 
+  @Override
+  public void forceDelete() {
+    throw new UnsupportedOperationException(

Review Comment:
   Yeah, good point... I feel like comments are also likely to be 
overlooked/forgotten. I added the boolean in 
9069a33534279929c3c42e08a1a30834cbbda473. It seems like a fine solution.



-- 
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]

Reply via email to