nizhikov commented on code in PR #11633: URL: https://github.com/apache/ignite/pull/11633#discussion_r1836160949
########## 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: Right now it's very hard to review changes because of useless renaming. Can you, please, for the sake of reviewer revert it. -- 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