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)