dlmarion commented on a change in pull request #2462:
URL: https://github.com/apache/accumulo/pull/2462#discussion_r798934533
##########
File path: core/src/main/java/org/apache/accumulo/fate/ReadOnlyTStore.java
##########
@@ -36,7 +36,9 @@
enum TStatus {
/** Unseeded transaction */
NEW,
- /** Transaction is eligible to be executing */
+ /** Transaction that is eligible to be executed */
+ SUBMITTED,
+ /** Transaction that is executing */
Review comment:
Addressed in 46a503ace773ab8f3c1f35a91691c78014e43f9b
--
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]