yugabyte/yugabyte-db

[DocDB] add is_yb_managed gflag to master and TServers

Open

#30110 opened on Jan 26, 2026

View on GitHub
 (0 comments) (0 reactions) (1 assignee)C (8,229 stars) (1,003 forks)batch import
area/docdbgood first issuekind/enhancementpriority/medium

Description

Jira Link: DB-19966

Description

Plan is to pass this flag with a value of true for instances running in YBM. That is, the code that starts these processes on YBM will set this flag to true.

Flag should default to false.

For now, nothing will be reading this flag. We plan to use this flag to roll out some features to YBM first and only later to YBA/OSS.

Probably want to put this in common_flags.h or the equivalent

(We need the flag defined first before YBM can start passing it.)

backport this to 2024.2, 2025.1, 2025.2

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.

Contributor guide