Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
Description
Have observed Log Aggregation code has used FSDataInputStream#read instead of readFully in multiple places like below. One of the place is fixed by YARN-8106.
This Jira targets to fix at all other places.
LogAggregationIndexedFileController#loadUUIDFromLogFile
byte[] b = new byte[uuid.length]; int actual = fsDataInputStream.read(b); if (actual != uuid.length || Arrays.equals(b, uuid)) {
Attachments
Attachments
Issue Links
- links to