mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 00:13:31 +00:00
storage_service: log sstable integrity checker status
INFO 2018-02-27 16:02:36,246 [shard 0] storage_service - SSTable data integrity checker is enabled. Fixes #3071. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20180228174253.9190-1-raphaelsc@scylladb.com>
This commit is contained in:
committed by
Tomasz Grabiec
parent
91ccf82ce4
commit
954efcd209
@@ -1418,6 +1418,12 @@ future<> storage_service::init_server(int delay) {
|
||||
}
|
||||
slogger.info("Not joining ring as requested. Use JMX (StorageService->joinRing()) to initiate ring joining");
|
||||
}
|
||||
|
||||
if (_db.local().get_config().enable_sstable_data_integrity_check()) {
|
||||
slogger.info0("SSTable data integrity checker is enabled.");
|
||||
} else {
|
||||
slogger.info0("SSTable data integrity checker is disabled.");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user