Browse Source
Issue: Parquet expects 1338 bytes but SeaweedFS only has 1260 bytes (78 missing) Added logging to track: - Buffer position before every write - Bytes submitted for write - Whether buffer is skipped (position==0) This will show if: 1. The last 78 bytes never entered the buffer (Parquet bug) 2. The buffer had 78 bytes but weren't written (flush bug) 3. The buffer was written but data was lost (volume server bug) Next step: Force rebuild in CI to get these logs.pull/7526/head
1 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue