[crac] Integrated: Disable recursive checkpoint

Alexey Bakhtin abakhtin at openjdk.java.net
Tue Jan 11 09:44:04 UTC 2022


On Tue, 7 Dec 2021 19:41:49 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:

> This patch proposes restriction of the checkpoint/restore behavior: parallel or recursive checkpoint should be disabled.
> CheckpointException will be thrown in case of checkpoint is requested from the beforeCheckpoint/afterRestore methods.
> Checkpoint/restore will be suspended In case of another checkpoint already started by another thread.
> 
> This is a prerequisite for https://github.com/openjdk/crac/pull/5

This pull request has now been integrated.

Changeset: 43aba3d5
Author:    Alexey Bakhtin <abakhtin at openjdk.org>
Committer: Anton Kozlov <akozlov at openjdk.org>
URL:       https://git.openjdk.java.net/crac/commit/43aba3d502832a5a3d2e9712558f62e0cf93dbbb
Stats:     213 lines in 5 files changed: 208 ins; 0 del; 5 mod

Disable recursive checkpoint

Reviewed-by: akozlov

-------------

PR: https://git.openjdk.java.net/crac/pull/6


More information about the crac-dev mailing list