tkalkirill commented on code in PR #1938:
URL: https://github.com/apache/ignite-3/pull/1938#discussion_r1169622431


##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/TxManager.java:
##########
@@ -124,4 +128,20 @@ CompletableFuture<Void> cleanup(
      */
     @TestOnly
     int finished();
+
+    /**
+     * Updates the lower bound (exclusive) of the timestamp to start new 
read-only transactions.
+     *
+     * <p>All new read-only transactions will have to start strictly greater 
this lower bound.
+     *
+     * @param lowerBound New lower bound, {@code null} if there is no lower 
bound.
+     */
+    void updateLowerBoundToStartNewReadOnlyTransaction(@Nullable 
HybridTimestamp lowerBound);

Review Comment:
   Changed the method.



-- 
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]

Reply via email to