Arun Mahadevan created STORM-1968: ------------------------------------- Summary: Storm logviewer does not work for nimbus.log in secure cluster Key: STORM-1968 URL: https://issues.apache.org/jira/browse/STORM-1968 Project: Apache Storm Issue Type: Bug Reporter: Arun Mahadevan Assignee: Arun Mahadevan
logviewer invokes "get-log-user-group-whitelist" which tries to get the worker metadata file by invoking "get-log-metadata-file". In the case of nimbus.log clojure-from-yaml-file returns nil and the authorization fails. Modify clojure-from-yaml-file to return an empty map in case of failures so that the authorization can continue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)