tkalkirill commented on code in PR #1938:
URL: https://github.com/apache/ignite-3/pull/1938#discussion_r1169890438
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxManager.java:
##########
@@ -124,4 +128,20 @@ CompletableFuture<Void> cleanup(
*/
@TestOnly
int finished();
+
+ /**
+ * Updates the low watermark, the value is expected to only increase.
+ *
+ * <p>All new read-only transactions will need to be created with a read
time greater than this value.
+ *
+ * @param newLowWatermark New low watermark.
+ */
+ void updateLowWatermark(HybridTimestamp newLowWatermark);
+
+ /**
+ * Returns the future of all read-only transactions witch less or equals
the timestamp.
Review Comment:
fix 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]