Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
When old token is expiring and being removed, it's not removed from the allTokens map, resulting in possible leak.
if (t.token.getKind().equals(new Text("HDFS_DELEGATION_TOKEN"))) { iter.remove(); t.cancelTimer(); LOG.info("Removed expiring token " + t); }
Attachments
Attachments
Issue Links
- relates to
-
YARN-2704 Localization and log-aggregation will fail if hdfs delegation token expired after token-max-life-time
- Closed