Skip to content

Commit

Permalink
[PLAT-15175] Make runtime conf for skipping cluster consistency check…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
iSignal committed Sep 5, 2024
1 parent 0e91003 commit e8f09b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Duration> xclusterSetupAlterTimeout =
new ConfKeyInfo<>(
"yb.xcluster.operation_timeout",
Expand Down

0 comments on commit e8f09b5

Please sign in to comment.