ascherbakoff commented on code in PR #6779:
URL: https://github.com/apache/ignite-3/pull/6779#discussion_r2533306193
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxManager.java:
##########
@@ -64,7 +64,7 @@ default InternalTransaction
beginImplicitRo(HybridTimestampTracker timestampTrac
*
* @param timestampTracker Observable timestamp tracker is used to track a
timestamp for either read-write or read-only
* transaction execution. The tracker is also used to determine
the read timestamp for read-only transactions.
- * @param readOnly {@code true} in order to start a read-only transaction,
{@code false} in order to start read-write one.
+ * @param readOnly {@code true} in order to start a read snapshot
transaction, {@code false} in order to start read-write one.
Review Comment:
It's just a clarification in javadoc to differentiate with RW transcation
without writes (RW-RO).
That is wrong with it?
--
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]