Skip to content

Commit

Permalink
[#7284] Disable YCQL system.partitions master side cache
Browse files Browse the repository at this point in the history
Summary: Disabling this by default in master, will enable on demand.

Test Plan: Jenkins

Reviewers: nicolas, rsami, rahuldesirazu

Reviewed By: rahuldesirazu

Subscribers: ybase

Differential Revision: https://phabricator.dev.yugabyte.com/D10647
  • Loading branch information
bmatican committed Feb 23, 2021
1 parent 5003149 commit a02af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yb/master/catalog_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ DEFINE_double(heartbeat_safe_deadline_ratio, .20,
DECLARE_int32(heartbeat_rpc_timeout_ms);
DECLARE_CAPABILITY(TabletReportLimit);

DEFINE_int32(partitions_vtable_cache_refresh_secs, 30,
DEFINE_int32(partitions_vtable_cache_refresh_secs, 0,
"Amount of time to wait before refreshing the system.partitions cached vtable.");

DEFINE_int32(txn_table_wait_min_ts_count, 1,
Expand Down

0 comments on commit a02af16

Please sign in to comment.