dd9a6e0a8a691bdee357eb6559f1b2b92b076925 | Author: Jon Haddad jon@jonhaddad.com <jon@jonhaddad.com>
| 2020-03-24 13:44:17-07:00
Use more appropriate logging levels.
The following logging was changed:
* When the Commit log reader finishes logging each segment, from debug to info
* When starting a new compaction, logging details of the compaction task, from debug -> info
* When finishing a compaction, logging details of how many sstables, sizes, etc, from debug -> info
* When performing a validation compaction, adding helpful logging
* When flushing memtables, log details. debug -> info
* When flushing largest memtable to free up room, logging more details at INFO
* Various logging messages for incremental repair moved to INFO from debug
* When failing incremental repair phase, log a warning instead of debug message
Patch by Jon Haddad; Reviewed by Alexander Dejanovski for CASSANDRA-15661