Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently CheckpointCoordinator#triggerCheckpoint includes some heavy IO operations. We plan to separate the triggering into different stages. The IO operations are executed in IO threads, while other on-memory operations are not.
This is a preparation for making all on-memory operations of CheckpointCoordinator single threaded (in main thread).
Note that we could not put on-memory operations of triggering into main thread directly now. Because there are still some operations on a heavy lock (coordinator-wide).
Attachments
Issue Links
- links to