Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
3.2.0
-
None
-
None
Description
YARN-8273 has induced the following issues.
- The delService.delete(deletionTask) has been removed from the for loop, and added at the end in finally block. Inside the for loop we are creating FileDeletionTask for each container, but not storing it, due to this, only the last container log files will be present in the deletionTask and only those files will be removed. Ideally all the container log files which are uploaded must be deleted.
- The LogAggregationDFSException is caught in the closeswriter, but when we configure LogAggregationTFileController as logAggregationFileController, this.logAggregationFileController.closeWriter() itself calls closeWriter, which throws LogAggregationDFSException if any, and the exception is not saved. Again when we try to do closeWriter we dont get any exception and, we are not throwing the LogAggregationDFSException in this scenario.
Attachments
Attachments
Issue Links
- is broken by
-
YARN-8273 Log aggregation does not warn if HDFS quota in target directory is exceeded
- Resolved