Skip to content

Commit

Permalink
cli/cliflags: update max-offset help text
Browse files Browse the repository at this point in the history
The max offset was recently allowed to differ between nodes to allow
changing it via a rolling restart. This patch updates the `--max-offset`
help text to reflect this.

Epic: none
Release note: None
  • Loading branch information
erikgrinaker committed Jan 31, 2023
1 parent ac65603 commit 5205e67
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/cli/cliflags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -901,9 +901,11 @@ failures as well as the frequency of uncertainty-based read restarts.
<PRE>
</PRE>
Note that this value must be the same on all nodes in the cluster. In order to
change it, all nodes in the cluster must be stopped simultaneously and restarted
with the new value.`,
This value should be the same on all nodes in the cluster. It is allowed to
differ such that the max-offset value can be changed via a rolling restart of
the cluster, in which case the real clock offset between nodes must be below the
smallest max-offset value of any node.
`,
}

Store = FlagInfo{
Expand Down

0 comments on commit 5205e67

Please sign in to comment.