sanpwc commented on code in PR #2029:
URL: https://github.com/apache/ignite-3/pull/2029#discussion_r1187534859


##########
modules/core/src/main/java/org/apache/ignite/internal/util/PendingComparableValuesTracker.java:
##########
@@ -102,6 +109,17 @@ public void update(T newValue) {
         }
     }
 
+    /**
+     * Updates the internal state, if it is lower than {@code newValue} and 
completes all futures waiting for {@code newValue}
+     * that had been created for corresponding values that are lower than the 
given one.
+     *
+     * @param newValue New value.
+     * @throws TrackerClosedException if the tracker is closed.
+     */
+    public void update(T newValue) {

Review Comment:
   What do you mean?



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