Skip to content

TopologyChangedException should not be retryable #522

@ihsandemir

Description

@ihsandemir

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;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions