From e8f09b5d797784f2e5166e44c41a16a4cdcf99a2 Mon Sep 17 00:00:00 2001 From: Sanketh I Date: Thu, 5 Sep 2024 16:24:24 +0000 Subject: [PATCH] [PLAT-15175] Make runtime conf for skipping cluster consistency check public Summary: Users will need to set this to skip this check in rare cases. Test Plan: sbt test Reviewers: yshchetinin, cwang Reviewed By: cwang Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D37786 --- .../java/com/yugabyte/yw/common/config/UniverseConfKeys.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managed/src/main/java/com/yugabyte/yw/common/config/UniverseConfKeys.java b/managed/src/main/java/com/yugabyte/yw/common/config/UniverseConfKeys.java index ccfce4fcbcd0..b2bdacb61dcf 100644 --- a/managed/src/main/java/com/yugabyte/yw/common/config/UniverseConfKeys.java +++ b/managed/src/main/java/com/yugabyte/yw/common/config/UniverseConfKeys.java @@ -1070,7 +1070,7 @@ public class UniverseConfKeys extends RuntimeConfigKeysModule { "Verify current cluster state (from db perspective) before running task", "Verify current cluster state (from db perspective) before running task", ConfDataType.BooleanType, - ImmutableList.of(ConfKeyTags.INTERNAL)); + ImmutableList.of(ConfKeyTags.PUBLIC)); public static final ConfKeyInfo xclusterSetupAlterTimeout = new ConfKeyInfo<>( "yb.xcluster.operation_timeout",