Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.4.0
-
None
-
Reviewed
Description
The aggregated log file does not appear to be properly closed when writes fail. This leaves a lease renewer active in the NM that spams the NN with lease renewals. If the token is marked not to be cancelled, the renewals appear to continue until the token expires. If the token is cancelled, the periodic renew spam turns into a flood of failed connections until the lease renewer gives up.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-12054 RPC client should not retry for InvalidToken exceptions
- Resolved
-
YARN-6288 Exceptions during aggregated log writes are mishandled
- Resolved
-
HDFS-11590 Nodemanagers have DDoS our namenode due to HDFS_DELEGATION_TOKEN expired or not in the cache
- Patch Available