sanpwc opened a new pull request, #2029: URL: https://github.com/apache/ignite-3/pull/2029
https://issues.apache.org/jira/browse/IGNITE-18859 1. PendingComparableValuesTracker was extended withPendingIndependentComparableValuesTracker in order to supportmultiple independent waiters instead of single one. 2. PendingComparableValuesTracker#waitFor() was updated in order to return gentrified version of CompletableFuture<R> instead of CompletableFuture<Void> in order to have an ability to associate arbitrary value with a waiter. 3. Related code refactoring PendingComparableValuesTracker<?, Void> in lots of places, tests updates. -- 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]
