From 7c1482a58d6add47259bee4f30b42f79e547e1b5 Mon Sep 17 00:00:00 2001 From: temp Date: Fri, 16 Jun 2023 11:49:07 -0400 Subject: [PATCH 1/2] no-op commit due to failed cherry-picking From 012404410ff911f75684c12f95f485edc1aa3437 Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:11:04 +0530 Subject: [PATCH 2/2] Updated docs added explanation. (#17751) * init * fix tests * added -detailed in docs * added change log * fix doc * checking for entry in map * fix tests * removed detailed flag * removed detailed flag * revert unwanted changes * removed unwanted changes * updated change log * pr review comment changes * pr comment changes single API instead of two * fix change log * fix tests * fix tests * fix test operator raft endpoint test * Update .changelog/17582.txt Co-authored-by: Semir Patel * nits * updated docs * explanation added --------- Co-authored-by: Semir Patel --- website/content/commands/operator/raft.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/commands/operator/raft.mdx b/website/content/commands/operator/raft.mdx index b6a10dab6e68..9ccf4183d09e 100644 --- a/website/content/commands/operator/raft.mdx +++ b/website/content/commands/operator/raft.mdx @@ -66,6 +66,10 @@ Raft configuration. `Voter` is "true" or "false", indicating if the server has a vote in the Raft configuration. +`Commit Index` is the last log index the server has a record of in its Raft log. + +`Trails Leader By` is the difference in commit index the server has from the leader. + #### Command Options - `-stale` - Enables non-leader servers to provide cluster state information.