Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
As a part of CheckpointCoordinator refactoring, I'd like to simplify the concurrent triggering logic.
The different rounds of checkpoint triggering would be processed sequentially. The final target is getting rid of timer thread and triggerLock.
Note that we can't avoid all competitions of triggering for now. There is still a competition between normal checkpoint triggering and savepoint triggering. We could avoid this competition by executing triggering in main thread. But it could not be achieved until all blocking operations are handled well in IO threads.
Attachments
Issue Links
- links to