Skip to content

Commit 85e6d5b

Browse files
Updates FailedToCommitClusterStateException javadoc
Update the FailedToCommitClusterStateException javadoc to specify that it can only be thrown by master nodes.
1 parent efd41c5 commit 85e6d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/cluster/coordination/FailedToCommitClusterStateException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* Exception indicating a cluster state update was published and may or may not have been committed.
20+
* This exception can only be thrown by master nodes.
2021
* <p>
2122
* If this exception is thrown, then the cluster state update was published, but is not guaranteed
2223
* to be committed, including the next master node. This exception should only be thrown when there is

0 commit comments

Comments
 (0)