Document fault tolerance behavior. (#6698)

This commit is contained in:
Robert Nishihara
2020-01-06 22:34:06 -08:00
committed by GitHub
parent 20ba7ef647
commit 5e43b25e8c
3 changed files with 80 additions and 35 deletions
@@ -9,7 +9,7 @@ import java.util.Map;
public class ActorCreationOptions extends BaseTaskOptions {
public static final int NO_RECONSTRUCTION = 0;
public static final int INFINITE_RECONSTRUCTIONS = (int) Math.pow(2, 30);
public static final int INFINITE_RECONSTRUCTION = (int) Math.pow(2, 30);
// DO NOT set this environment variable. It's only used for test purposes.
// Please use `setUseDirectCall` instead.
public static final boolean DEFAULT_USE_DIRECT_CALL = "1"