You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by joshelser <gi...@git.apache.org> on 2016/08/29 16:02:39 UTC

[GitHub] phoenix issue #203: [PHOENIX-3216] Kerberos ticket is not renewed when using...

Github user joshelser commented on the issue:

    https://github.com/apache/phoenix/pull/203
  
    > That is caused by UserInformationGroup loginUserFromKeytab being called multiple time from different threads if using a multi threaded environment. this fix ensures that there will only be one login per process.
    
    `UGI.loginUserFromKeytab` never spawns a renewal thread so as it is. I don't think this change has the effect you intend it to have.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---