DomGarguilo commented on code in PR #4242:
URL: https://github.com/apache/accumulo/pull/4242#discussion_r1489665511


##########
core/src/main/java/org/apache/accumulo/core/fate/accumulo/AccumuloStore.java:
##########
@@ -259,7 +259,8 @@ public void push(Repo<T> repo) throws 
StackOverflowException {
         throw new StackOverflowException("Repo stack size too large");
       }
 
-      FateMutator<T> fateMutator = newMutator(fateId);
+      FateMutator<T> fateMutator =
+          newMutator(fateId).requireStatus(TStatus.IN_PROGRESS, TStatus.NEW);

Review Comment:
   > Was something failing w/o NEW?
   
   Yes. All 3 test cases in FateStoreIT fail when run against AccumuloStore 
when `NEW` is not present here.



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