milleruntime commented on a change in pull request #2462:
URL: https://github.com/apache/accumulo/pull/2462#discussion_r799683466
##########
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:
The BulkImport and Compact operations do things in the `isReady()`
function. I don't know if it matters if the status is IN_PROGRESS or SUBMITTED
though.
--
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]