ascherbakoff commented on code in PR #6779:
URL: https://github.com/apache/ignite-3/pull/6779#discussion_r2545342539
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxManager.java:
##########
@@ -82,7 +82,7 @@ default InternalTransaction
beginExplicitRw(HybridTimestampTracker timestampTrac
}
/**
- * Starts an explicit read-only transaction coordinated by a local node.
+ * Starts an explicit read snapshot transaction coordinated by a local
node.
Review Comment:
No.
This is just a clarification to distinguish between RW transaction without
writes (RW-RO) and RO transaction over snapshot.
--
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]