From 92d88ca699cd8090a26b92cbe46789d2b848195f Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Mon, 07 Sep 2026 09:30:36 +0000
Subject: [PATCH] [#889] Keep a change the replay could not apply out of the ServerState (#892)

---
 opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java b/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java
index ff7f3f1..999bef3 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/ServerConstants.java
@@ -3064,6 +3064,26 @@
           "org.opends.server.replication.UnresolvedConflict";
 
 
+  /**
+   * The description for the alert type string that will be used for the alert
+   * notification generated when multimaster replication gives up on a change
+   * it could not replay.
+   */
+  public static final String ALERT_DESCRIPTION_REPLICATION_UNREPLAYED_CHANGE =
+          "This alert type will be used to notify administrators when " +
+          "multimaster replication gives up on a change it could not replay, " +
+          "leaving this replica diverging from the rest of the topology.";
+
+
+  /**
+   * The alert type string that will be used for the alert notification
+   * generated when multimaster replication gives up on a change it could not
+   * replay.
+   */
+  public static final String ALERT_TYPE_REPLICATION_UNREPLAYED_CHANGE =
+          "org.opends.server.replication.UnreplayedChange";
+
+
 
   /**
    * The extensible indexer identifier string that will be used for a substring

--
Gitblit v1.10.0