From 00c3324aa8599259166044c2335734a13b17fb9d Mon Sep 17 00:00:00 2001 From: Basava Date: Mon, 9 Oct 2023 23:19:53 +0000 Subject: [PATCH] [#18061] Docs: Edit hyperlink in RBS GFlags description Summary: The link in the flags description wasn't working, correcting it now. Test Plan: Jenkins: skip Reviewers: rthallam, achakravarthy Reviewed By: rthallam Subscribers: ybase Differential Revision: https://phorge.dev.yugabyte.com/D28970 --- docs/content/preview/reference/configuration/yb-tserver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/preview/reference/configuration/yb-tserver.md b/docs/content/preview/reference/configuration/yb-tserver.md index e46a8ad6537..7c38037cd15 100644 --- a/docs/content/preview/reference/configuration/yb-tserver.md +++ b/docs/content/preview/reference/configuration/yb-tserver.md @@ -853,7 +853,7 @@ Default: `256MB` (256 MB/second) ##### --remote_bootstrap_from_leader_only -Based on the value (`true`/`false`) of the flag, the leader decides whether to instruct the new peer to attempt bootstrap from a closest caught-up peer. The leader too could be the closest peer depending on the new peer's geographic placement. Setting the flag to false will enable the feature of remote bootstrapping from a closest caught-up peer. The number of bootstrap attempts from a non-leader peer is limited by the flag [max_remote_bootstrap_attempts_from_non_leader](#max_remote_bootstrap_attempts_from_non_leader). +Based on the value (`true`/`false`) of the flag, the leader decides whether to instruct the new peer to attempt bootstrap from a closest caught-up peer. The leader too could be the closest peer depending on the new peer's geographic placement. Setting the flag to false will enable the feature of remote bootstrapping from a closest caught-up peer. The number of bootstrap attempts from a non-leader peer is limited by the flag [max_remote_bootstrap_attempts_from_non_leader](#max-remote-bootstrap-attempts-from-non-leader). Default: `false` @@ -865,7 +865,7 @@ The code for the feature is present from version 2.16 and later, and can be enab ##### --max_remote_bootstrap_attempts_from_non_leader -When the flag [remote_bootstrap_from_leader_only](#remote_bootstrap_from_leader_only) is set to `false` (enabling the feature of bootstrapping from a closest peer), the number of attempts where the new peer tries to bootstrap from a non-leader peer is limited by the flag. After these failed bootstrap attempts for the new peer, the leader peer sets itself as the bootstrap source. +When the flag [remote_bootstrap_from_leader_only](#remote-bootstrap-from-leader-only) is set to `false` (enabling the feature of bootstrapping from a closest peer), the number of attempts where the new peer tries to bootstrap from a non-leader peer is limited by the flag. After these failed bootstrap attempts for the new peer, the leader peer sets itself as the bootstrap source. Default: `5`