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 2017/01/04 19:15:58 UTC

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

     [ https://issues.apache.org/jira/browse/STORM-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans resolved STORM-2214.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

> 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
>             Fix For: 2.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)