Andrey Aleksandrov created IGNITE-9773:
------------------------------------------
Summary: GridAffinityProcessorMemoryLeakTest should be fixed
Key: IGNITE-9773
URL:
https://issues.apache.org/jira/browse/IGNITE-9773 Project: Ignite
Issue Type: Bug
Reporter: Andrey Aleksandrov
/** Max value for affinity history size name. Should be the same as in GridAffinityAssignmentCache.MAX_HIST_SIZE */
private final int MAX_HIST_SIZE = getInteger(IGNITE_AFFINITY_HISTORY_SIZE, 100);
The default value should be 500. (not 100)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)