You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Aleksandrov (JIRA)" <ji...@apache.org> on 2018/10/02 13:26:00 UTC

[jira] [Created] (IGNITE-9773) GridAffinityProcessorMemoryLeakTest should be fixed

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)