QuakeWang opened a new pull request, #836: URL: https://github.com/apache/paimon-rust/pull/836
### Purpose Closes #835. Tokio background writes could finish after a cache block was published, causing empty reads and intermittent persistence test failures. ### Brief change log - Flush before publishing; reuse cleanup for write and flush errors. - Verify complete on-disk contents immediately after writing. ### Tests - `cargo fmt --all -- --check` - `cargo test --locked -p paimon --all-targets --features fulltext,vortex` - `cargo clippy --locked --all-targets --workspace --features fulltext,vortex -- -D warnings` - 30 controlled runs with 0/50/500 ms write delays. ### API and Format No changes. ### Documentation Not needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
