Package com.linkedin.venice.exceptions
Class VeniceBlobTransferIncompatibleSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linkedin.venice.exceptions.VeniceException
com.linkedin.venice.exceptions.VeniceBlobTransferIncompatibleSchemaException
- All Implemented Interfaces:
Serializable
Thrown when a P2P blob-transfer peer rejects the requester's schema-version
advertisement (the server compares the requester's compiled-in protocol versions
for
PartitionState / StoreVersionState against its own and refuses
the transfer up front). Used to fail over to the next peer or to Kafka bootstrap
without waiting for the per-host receive timeout.
Both sides advertise their currentProtocolVersion; the policy is exact
equality, since blob transfer is the fast path and any binary skew between peers
is bounded to rolling-deploy windows.
- See Also:
-
Field Summary
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType -
Constructor Summary
ConstructorsConstructorDescriptionVeniceBlobTransferIncompatibleSchemaException(String peerHost, String message) -
Method Summary
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VeniceBlobTransferIncompatibleSchemaException
-
-
Method Details
-
getPeerHost
-