mirror of https://github.com/hashicorp/consul
Backport of Fix Docs for Trails Leader By into release/1.16.x (#17804)
* backport of commitpull/17877/head^22f94024b35
* backport of commit7626d0992d
* backport of commit79aabc958a
* backport of commit44eee4168b
* 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 <semir.patel@hashicorp.com> * nits * updated docs * explanation added * fix doc * fix docs --------- Co-authored-by: Semir Patel <semir.patel@hashicorp.com> --------- Co-authored-by: Ashesh Vidyut <ashesh.vidyut@hashicorp.com> Co-authored-by: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Co-authored-by: Semir Patel <semir.patel@hashicorp.com>
parent
b229229a06
commit
ea084d6a6e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue