You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Kishor Patil (Jira)" <ji...@apache.org> on 2020/07/10 04:35:00 UTC

[jira] [Created] (STORM-3671) Add TopologySummary method to NImbus for optimal UI queries

Kishor Patil created STORM-3671:
-----------------------------------

             Summary: Add TopologySummary method to NImbus for optimal UI queries
                 Key: STORM-3671
                 URL: https://issues.apache.org/jira/browse/STORM-3671
             Project: Apache Storm
          Issue Type: Improvement
            Reporter: Kishor Patil
            Assignee: Kishor Patil


It appears the _getClusterInfo_ is being invoked at many places from UI and cli commands that is not probably best option when information being extracted is probably to just get _TopologyId_ or _TopologySummary_. This optimization hopefully lowers the number of time cluster summaries are being calculated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)