milleruntime commented on a change in pull request #2462:
URL: https://github.com/apache/accumulo/pull/2462#discussion_r799680404



##########
File path: core/src/main/java/org/apache/accumulo/fate/Fate.java
##########
@@ -284,7 +287,7 @@ public void seedTransaction(long tid, Repo<T> repo, boolean 
autoCleanUp) {
 
         store.setProperty(tid, DEBUG_PROP, repo.getDescription());
 
-        store.setStatus(tid, TStatus.IN_PROGRESS);
+        store.setStatus(tid, TStatus.SUBMITTED);

Review comment:
       I think there are some OPs that do work in the `isReady()` function so I 
wonder if changing when it gets set to IN_PROGRESS will affect them. I will see 
if I can find one.




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