Files
scylladb/sstables
Benny Halevy ecf88d8e2e compaction: fix sstable_window_size calculation is only unit/size is set
If a user that changes the default UNIT from DAYS to HOURS and does not set
the compaction_window_size will endup with a window of 24H instead of 1H.

According to the docs https://docs.scylladb.com/getting-started/compaction/#twcs-options
compaction_window_size should default to a value of 1.

Fixes #4310

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
Message-Id: <20190307131318.13998-1-bhalevy@scylladb.com>
2019-03-18 11:19:18 +02:00
..
2019-01-22 15:34:32 +02:00