ibessonov commented on code in PR #5328:
URL: https://github.com/apache/ignite-3/pull/5328#discussion_r1977054980


##########
modules/core/src/main/java/org/apache/ignite/internal/util/OffheapReadWriteLock.java:
##########
@@ -33,6 +33,9 @@
  * </pre>
  */
 public class OffheapReadWriteLock {
+    /** Default concurrency level for the lock. */
+    public static final int DEFAULT_CONCURRENCY_LEVEL = 128;

Review Comment:
   I don't know, I extracted what was there already. This explanation has 
nothing to do with my PR



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to