GitHub user kishorvpatil opened a pull request:
https://github.com/apache/storm/pull/1177
[STORM-1596] Do not single Kerberos TGT instance between multiple threads.
This needs to be ported to 1.x-branch as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishorvpatil/incubator-storm storm1596
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1177.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1177
----
commit 2ab6a84eb8715d2e6a4514bf079b8d893f6d15f7
Author: Kishor Patil <[email protected]>
Date: 2016-02-12T22:39:57Z
Fixing Kerberos TGT failure issues caused by sharing single instance by
multiple subjects
Conflicts:
storm-core/src/jvm/backtype/storm/security/auth/AuthUtils.java
storm-core/src/jvm/backtype/storm/security/auth/kerberos/AutoTGT.java
storm-core/src/jvm/backtype/storm/security/auth/kerberos/AutoTGTKrb5LoginModule.java
commit e6e96a53e26f7a41f61bd13e2112fe0a7a1f1e7a
Author: Kishor Patil <[email protected]>
Date: 2016-02-13T01:08:13Z
Fixing auto login module tests
Conflicts:
storm-core/test/clj/backtype/storm/security/auth/auto_login_module_test.clj
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---