Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"The" master node suggests you mean the currently-elected master, but if an elected master node cannot commit a cluster state update then it already isn't really the elected master node any more (and the cluster may already have elected a different node as the master).

But then if we just say "a" master node then it doesn't really mean much: this fact is implied by the fact that it's a consequence of publishing a state update, which is only done by the elected master.

* <p>
* 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
Expand Down