timoninmaxim commented on code in PR #11976: URL: https://github.com/apache/ignite/pull/11976#discussion_r2027466652
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/CacheStripedExecutor.java: ########## @@ -56,7 +55,9 @@ public CacheStripedExecutor(StripedExecutor exec) { public void submit(Runnable task, int grpId, int partId) { int stripes = exec.stripesCount(); - int stripe = U.stripeIdx(stripes, grpId, partId); Review Comment: Let's keep stripeIdx as 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org