You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Arun Mahadevan (JIRA)" <ji...@apache.org> on 2016/07/14 04:57:20 UTC

[jira] [Created] (STORM-1968) Storm logviewer does not work for nimbus.log in secure cluster

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)