scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
28 stars 52 forks source link

storage_service: forceKeyspaceCompaction: add boolean offStrategy parameter #172

Open bhalevy opened 3 years ago

bhalevy commented 3 years ago

To trigger offstrategy compaction. e.g. immediately after repair completes. Otherwise, it is auto-triggered after a 5 minutes idle timeout.

Depends on https://github.com/scylladb/scylla/pull/9095

Signed-off-by: Benny Halevy bhalevy@scylladb.com