You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee moon soo (JIRA)" <ji...@apache.org> on 2017/02/13 10:58:41 UTC

[jira] [Created] (ZEPPELIN-2103) Unnecessary request to Helium registry

Lee moon soo created ZEPPELIN-2103:
--------------------------------------

             Summary: Unnecessary request to Helium registry
                 Key: ZEPPELIN-2103
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2103
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.8.0
            Reporter: Lee moon soo
            Assignee: Lee moon soo
             Fix For: 0.8.0


Every {{Helium.getAllPackageInfo()}} call read helium package information from all registry configured (both local registry, online registry by default).

Problem is, {{Helium.getAllPackageInfo()}} is used inside of many other methods. like {{Helium.suggestApp()}}, {{Helium.enable()}}, {{Helium.disable()}}, {{Helium.recreateBundle()}}, {{Helium.getPackageInfo()}}.

So local/remote registry is unnecessarily accessed more than it should do.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)