You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/08/21 07:44:00 UTC

[jira] [Created] (IGNITE-9337) VisorNodeDataCollectorTask may produce HUGE result in case of large cluster with many caches

Alexey Kuznetsov created IGNITE-9337:
----------------------------------------

             Summary: VisorNodeDataCollectorTask may produce HUGE result in case of large cluster with many caches
                 Key: IGNITE-9337
                 URL: https://issues.apache.org/jira/browse/IGNITE-9337
             Project: Ignite
          Issue Type: Task
          Components: wizards
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov
             Fix For: 2.7


If cluster consists of 200 nodes and has 8000 caches (real deployment) it will produce

200 x 8000 =  1 600 000 instances of VisorCache (aprox 300b) on single invocation.

It will produce LARGE amount of data.

We can handle this by adding optional group name that should be collected instead of collecting all caches.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)