rionmonster opened a new pull request, #2221: URL: https://github.com/apache/fluss/pull/2221
### Purpose Linked issue: close https://github.com/apache/fluss/issues/2220 Per Issue https://github.com/apache/fluss/issues/2220, this pull request addresses a thread-safety issue in the existing `CompletedSnapshotStore` class which could potentially cause issues referencing snapshots. ### Brief change log This change introduces a lock within the `CompletedSnapshotStore` class along with a corresponding `inLock(...)` wrapper for all of the underlying function calls that reference `completedSnapshots` to ensure thread-safety around those calls. ### Tests (work in progress) ### API and Format N/A ### Documentation N/A -- 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]
