alex-plekhanov commented on code in PR #11633: URL: https://github.com/apache/ignite/pull/11633#discussion_r1836153204
########## modules/core/src/main/java/org/apache/ignite/internal/processors/affinity/GridAffinityAssignmentCache.java: ########## @@ -76,23 +76,23 @@ public class GridAffinityAssignmentCache { * Affinity cache will shrink when total number of non-shallow (see {@link HistoryAffinityAssignmentImpl}) * historical instances will be greater than value of this constant. */ - private final int MAX_NON_SHALLOW_HIST_SIZE = getInteger(IGNITE_AFFINITY_HISTORY_SIZE, DFLT_AFFINITY_HISTORY_SIZE); + final int maxNonShallowHistSize = getInteger(IGNITE_AFFINITY_HISTORY_SIZE, DFLT_AFFINITY_HISTORY_SIZE); Review Comment: It's a minor refactoring, I think creating a new ticket for this - it's a waste of resources -- 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