diff --git a/server/src/main/java/org/elasticsearch/cluster/coordination/FailedToCommitClusterStateException.java b/server/src/main/java/org/elasticsearch/cluster/coordination/FailedToCommitClusterStateException.java index 40252346b1615..1566aac08960c 100644 --- a/server/src/main/java/org/elasticsearch/cluster/coordination/FailedToCommitClusterStateException.java +++ b/server/src/main/java/org/elasticsearch/cluster/coordination/FailedToCommitClusterStateException.java @@ -17,6 +17,7 @@ /** * Exception indicating a cluster state update was published and may or may not have been committed. + * This exception can only be thrown by the master node. *
* If this exception is thrown, then the cluster state update was published, but is not guaranteed * to be committed, including the next master node. This exception should only be thrown when there is