-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Java server side exception TopologyChangedException should not be retryable.
Add these new exceptions to the exception factory:
public static final int STALE_TASK_ID = 80;
public static final int DUPLICATE_TASK = 81;
public static final int STALE_TASK = 82;
public static final int LOCAL_MEMBER_RESET = 83;
public static final int INDETERMINATE_OPERATION_STATE = 84;
public static final int FLAKE_ID_NODE_ID_OUT_OF_RANGE_EXCEPTION = 85;
public static final int TARGET_NOT_REPLICA_EXCEPTION = 86;
public static final int MUTATION_DISALLOWED_EXCEPTION = 87;
public static final int CONSISTENCY_LOST_EXCEPTION = 88;