public final class ClusterRepartitionException extends ClusterRoutingException
Replicated configuration and replicated topic data is stored in partitions. Each server in a cluster owns a share of the partitions. Partitions can be migrated to different servers in the cluster when servers are started, stopped, or fail. During partition migration, cluster operations may fail.
This is a transient error that occurs while the cluster is recovering from failure. The session can retry the operation.
Constructor and Description |
---|
ClusterRepartitionException()
Constructor.
|
ClusterRepartitionException(String message)
Constructor.
|
ClusterRepartitionException(String message,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClusterRepartitionException()
public ClusterRepartitionException(String message)
message
- the exception messageCopyright © 2024 DiffusionData Ltd. All Rights Reserved.