Improve reporting of an invalid compress physical file in dfs getSize()

Description

Currently, getSize will try to create a compressed file reader, if it can't it is treated as if the physical part doesn't exist.
In particular, in the case where this was seen, the compressed file was 0 length (because it had not yet been completed/flushed) getSize tried to read it , and reported it as missing, instead of invalid.

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

Fix versions

Pull Request URL

Created March 8, 2023 at 6:56 PM
Updated March 14, 2023 at 4:15 PM
Resolved March 14, 2023 at 4:15 PM