From ea084d6a6eb583b71f2f7ba517d8642d45cea432 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Wed, 21 Jun 2023 02:33:03 -0400 Subject: [PATCH] Backport of Fix Docs for Trails Leader By into release/1.16.x (#17804) * backport of commit 2f94024b356f774d0032ad069babb1a3fce6cfbd * backport of commit 7626d0992dd59f424d893dd462bbde3a9cb0646c * backport of commit 79aabc958aed60b2bd97c836529d53a627262124 * backport of commit 44eee4168b5a0d405636dbcb5b14ee7959334550 * fix merge conf * Fix Docs for Trails Leader By (#17763) * 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 * fix doc * fix docs --------- Co-authored-by: Semir Patel --------- Co-authored-by: Ashesh Vidyut Co-authored-by: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Co-authored-by: Semir Patel --- website/content/commands/operator/raft.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/commands/operator/raft.mdx b/website/content/commands/operator/raft.mdx index b89c0385ac..1b2464cb8b 100644 --- a/website/content/commands/operator/raft.mdx +++ b/website/content/commands/operator/raft.mdx @@ -68,7 +68,7 @@ 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. +`Trails Leader By` is the number of commits a follower trails the leader by. #### Command Options