[ https://issues.apache.org/jira/browse/HADOOP-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karthik Kambatla updated HADOOP-9064: ------------------------------------- Attachment: hadoop-9064.patch Uploading a path that does the following: # Add findbugs exclusion for the reported warning: {{removeRenewAction}} defines a generic type T that extends both {{FileSystem}} and {{Renewable}}. findbugs was reporting warning about casting {{T}} to {{Renewable}} # Merge tests for addRenewAction and removeRenewAction to remove redundancy, and bump up the loop counter to accommodate any external delays. This increase shouldn't affect the run time though. > Augment DelegationTokenRenewer API to cancel the tokens on calls to > removeRenewAction > ------------------------------------------------------------------------------------- > > Key: HADOOP-9064 > URL: https://issues.apache.org/jira/browse/HADOOP-9064 > Project: Hadoop Common > Issue Type: Bug > Components: security > Affects Versions: 2.0.2-alpha > Reporter: Karthik Kambatla > Assignee: Karthik Kambatla > Attachments: hadoop-9064.patch, hadoop-9064.patch, hadoop-9064.patch, > hadoop-9064.patch > > > Post HADOOP-9049, FileSystems register with DelegationTokenRenewer (a > singleton), to renew tokens. > To avoid a bunch of defunct tokens clog the NN, we should augment the API to > {{#removeRenewAction(boolean cancel)}} and cancel the token appropriately. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira