Class WatermarkConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.elasticsearch.batchindexing.WatermarkConflictException
All Implemented Interfaces:
Serializable

public class WatermarkConflictException extends RuntimeException
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 Details

    • WatermarkConflictException

      public WatermarkConflictException(String message, Throwable cause)