Todd Lipcon has submitted this change and it was merged. Change subject: log: change default retention to one segment ......................................................................
log: change default retention to one segment We've been testing this on some various clusters recently and it doesn't seem to have any adverse effects. Additionally, it reduces the amount of space used by the WAL for idle tablets, and it reduces startup time since there are fewer WALs to replay. So, it's probably a good idea to change the default. Change-Id: I3094f36949b3e518e872993b3026f8314e271a5e Reviewed-on: http://gerrit.cloudera.org:8080/6907 Reviewed-by: David Ribeiro Alves <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/consensus/log-test.cc M src/kudu/consensus/log.cc M src/kudu/integration-tests/raft_consensus-itest.cc 3 files changed, 6 insertions(+), 5 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6907 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3094f36949b3e518e872993b3026f8314e271a5e Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
