ascherbakoff commented on code in PR #4700:
URL: https://github.com/apache/ignite-3/pull/4700#discussion_r1852187240
##########
modules/core/src/main/java/org/apache/ignite/internal/util/PendingComparableValuesTracker.java:
##########
@@ -61,7 +62,7 @@ public class PendingComparableValuesTracker<T extends
Comparable<T>, R> implemen
private volatile boolean closeGuard;
/** Busy lock to close synchronously. */
- private final IgniteSpinBusyLock busyLock = new IgniteSpinBusyLock();
+ private final IgniteStripedReadWriteLock busyLock = new
IgniteStripedReadWriteLock();
Review Comment:
I've created a ticket to fix this
https://issues.apache.org/jira/browse/IGNITE-23716
--
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]