Browse Source
Enable DEBUG logging for: - SeaweedRead: Shows fileSize calculations from chunks - SeaweedOutputStream: Shows write/flush/close operations - SeaweedInputStream: Shows read operations and content length This will reveal: 1. What file size is calculated from Entry chunks metadata 2. What actual chunk sizes are written 3. If there's a mismatch between metadata and actual data 4. Whether the '78 bytes' missing is consistent pattern Looking for clues about the EOF exception root cause.pull/7526/head
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue