File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
server/src/main/java/org/elasticsearch/index/shard Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,8 @@ public interface GlobalCheckpointListener {
8383 * Add a global checkpoint listener. If the global checkpoint is above the current global checkpoint known to the listener then the
8484 * listener will be asynchronously notified on the executor used to construct this collection of global checkpoint listeners. If the
8585 * shard is closed then the listener will be asynchronously notified on the executor used to construct this collection of global
86- * checkpoint listeners.
86+ * checkpoint listeners. The listener will only be notified of at most one event, either the global checkpoint is updated or the shard
87+ * is closed. A listener must re-register after one of these events to receive subsequent events.
8788 *
8889 * @param currentGlobalCheckpoint the current global checkpoint known to the listener
8990 * @param listener the listener
You can’t perform that action at this time.
0 commit comments