Class WatermarkConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.elasticsearch.batchindexing.WatermarkConflictException
- All Implemented Interfaces:
Serializable
Unchecked exception thrown when a watermark write fails with HTTP 409 (version conflict).
This indicates another reindexing instance has updated the watermark document since our last read. The affected instance must terminate immediately to prevent data corruption from stale writes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WatermarkConflictException
-