sanpwc commented on code in PR #5179:
URL: https://github.com/apache/ignite-3/pull/5179#discussion_r1948498710


##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/LocalPartitionReplicaEvent.java:
##########
@@ -23,6 +23,11 @@
  * Events produced by {@link PartitionReplicaLifecycleManager}.
  */
 public enum LocalPartitionReplicaEvent implements Event {
+    /**
+     * Fired before a partition replica is started.
+     */
+    BEFORE_REPLICA_STARTED,
+
     /**
      * Fired when partition replica has started.

Review Comment:
   AFTER_REPLICA_STARTED is no longer used. Please remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to