Skip to content

Commit

Permalink
[config] set new default m3db bootstrapper config
Browse files Browse the repository at this point in the history
M3DB recently changed the default configuration to add
`returnUnfulfilledForCorruptCommitLogFiles: false` by default. This
makes it easier to recover from catastrophic cluster failures, so we'll
set this by default.

More from the M3DB docs: https://docs.m3db.io/operational_guide/availability_consistency_durability/
  • Loading branch information
schallert committed Apr 3, 2019
1 parent ba517fa commit 03696c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/default-config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ db:
- uninitialized_topology
fs:
numProcessorsPerCPU: 0.125
commitlog:
returnUnfulfilledForCorruptCommitLogFiles: false

commitlog:
flushMaxBytes: 524288
Expand Down
2 changes: 1 addition & 1 deletion pkg/assets/statik.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03696c4

Please sign in to comment.