Mmuzaf commented on a change in pull request #8207:
URL: https://github.com/apache/ignite/pull/8207#discussion_r485534088
##########
File path:
modules/core/src/main/java/org/apache/ignite/IgniteSystemProperties.java
##########
@@ -1177,61 +1678,86 @@
* which leads to extra memory consumption, otherwise we use view on the
* list of cluster nodes to reduce memory consumption on redundant data
structures.
*/
+ @SystemProperty("Disables memory optimization: BitSets instead of HashSets
to store " +
+ "partitions. When number of backups per partion is >
IGNITE_AFFINITY_BACKUPS_THRESHOLD we use HashMap to " +
Review comment:
partion -> partition
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]