Class AppendOnlyIndexOperationRetryException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment

public class AppendOnlyIndexOperationRetryException extends OpenSearchException
This exception indicates that retry has been made during indexing for AppendOnly index. If the response of any indexing request contains this Exception in the response, we do not need to add a translog entry for this request.
See Also:
Opensearch.internal:
  • Constructor Details

    • AppendOnlyIndexOperationRetryException

      public AppendOnlyIndexOperationRetryException(String message)