Skip to content

Commit

Permalink
inmem_repdb: Disable for now. See #2136
Browse files Browse the repository at this point in the history
Signed-off-by: Akshat Sikarwar <asikarwar1@bloomberg.net>
  • Loading branch information
akshatsikarwar committed Mar 16, 2020
1 parent bb83a63 commit 8b4813e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion berkdb/rep/rep_record.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extern int gbl_is_physical_replicant;
extern int gbl_dumptxn_at_commit;
int gbl_rep_badgen_trace;
int gbl_decoupled_logputs = 1;
int gbl_inmem_repdb = 1;
int gbl_inmem_repdb = 0;
int gbl_max_apply_dequeue = 100000;
int gbl_master_req_waitms = 200;
int gbl_fills_waitms = 1000;
Expand Down
2 changes: 1 addition & 1 deletion db/db_tunables.h
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ REGISTER_TUNABLE("net_writer_poll_ms",
TUNABLE_INTEGER, &gbl_net_writer_thread_poll_ms,
EXPERIMENTAL | INTERNAL, NULL, NULL, NULL, NULL);
REGISTER_TUNABLE("inmem_repdb",
"Use in memory structure for repdb (Default: on)",
"Use in memory structure for repdb (Default: off)",
TUNABLE_BOOLEAN, &gbl_inmem_repdb,
EXPERIMENTAL | INTERNAL | READONLY, NULL, NULL, NULL, NULL);
REGISTER_TUNABLE("inmem_repdb_maxlog",
Expand Down

0 comments on commit 8b4813e

Please sign in to comment.