From f78fdd08734ae22a50670e63b257c5126564543e Mon Sep 17 00:00:00 2001 From: "Dieter M. Sommer" Date: Sun, 7 Jul 2024 17:43:43 +0200 Subject: [PATCH] Adding Asynchronous checkpointing feature and adding it to Stellarator --- roadmap/roadmap.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roadmap/roadmap.json b/roadmap/roadmap.json index 4806ff4702..ad1eefec6e 100644 --- a/roadmap/roadmap.json +++ b/roadmap/roadmap.json @@ -131,6 +131,20 @@ "is_community": false, "in_beta": false, "milestone_id": "Stellarator" + }, + { + "title": "Asynchronous Checkpointing", + "overview": "Replicas currently persist the replicated state to disk every couple hundreds of rounds in a process called checkpointing. Currently some parts of checkpointing are done synchronously, which leads to drops in the execution rate in the checkpointing rounds and users have to wait longer for their responses during these rounds. The goal of this feature is to make more checkpointing steps run asynchronously in the background to make the IC's performance more consistent and predictable.", + "description": "", + "forum": "", + "proposal": "", + "wiki": "", + "docs": "", + "eta": "", + "status": "in_progress", + "is_community": false, + "in_beta": false, + "milestone_id": "Stellarator" } ] },