You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2016/11/22 16:19:58 UTC

[jira] [Created] (STORM-2214) Cache Kerberos tickets for long lived Daemons

Robert Joseph Evans created STORM-2214:
------------------------------------------

             Summary: Cache Kerberos tickets for long lived Daemons
                 Key: STORM-2214
                 URL: https://issues.apache.org/jira/browse/STORM-2214
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-core
            Reporter: Robert Joseph Evans
            Assignee: Robert Joseph Evans


The UI and supervisors authenticate to nimbus through kerberos.  But they initiate a new connection each time they do so, and even use a new Subject for each connection.  This means that the client must fetch a new service ticket each time and adds a lot of load on the KDC.

In order to reuse the subject between sessions we propose cacheing the Login instead of creating a new one each time.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)