Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
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
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.