Skip to content

Commit 01373d9

Browse files
committed
IGNITE-24963 Make NodeStoppingException non-retriable
1 parent a7504af commit 01373d9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

modules/core/src/main/java/org/apache/ignite/internal/lang/NodeStoppingException.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@
2020
import static org.apache.ignite.lang.ErrorGroups.Common.NODE_STOPPING_ERR;
2121

2222
import java.util.UUID;
23-
import org.apache.ignite.tx.RetriableReplicaRequestException;
24-
import org.apache.ignite.tx.RetriableTransactionException;
2523
import org.jetbrains.annotations.Nullable;
2624

2725
/**
2826
* This exception is used to indicate that Ignite node is stopping (already stopped) for some reason.
2927
*/
30-
public class NodeStoppingException extends IgniteInternalCheckedException implements RetriableTransactionException,
31-
RetriableReplicaRequestException {
28+
public class NodeStoppingException extends IgniteInternalCheckedException {
3229
/** Serial version UID. */
3330
private static final long serialVersionUID = 0L;
3431

0 commit comments

Comments
 (0)