ArnavBalyan opened a new pull request, #8058:
URL: https://github.com/apache/paimon/pull/8058
### Purpose
- Fix flaky testDiscardDuplicateFilesMultiThread CI failure.
- Test runs 10 concurrent writers committing to same table, each writer
also runs snapshot expiry.
- However under load, a writer can read the latest snapshot id from a
directory listing, then find that snapshot deleted by another writer's expiry
before it can be opened.
- Ensure that for testing purposes, we can raise num retained snapshots to
1k above to avoid the test race and ensure the test does not fail
intermittently.
### Tests
- CI
--
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]