The DefaultCompactionPlanner emits a warn message every time that files cannot be found to compact when the max file ratio has been exceeded. The rate these messages can be generated can be successive.
The message that is causing the issue:
log.warn(
"Attempted to lower compaction ration from {} to {} for {} because there are {} files "
+ "and the max tablet files is {}, however no set of files to compact were found.",
params.getRatio(), highRatio, params.getTableId(), params.getCandidates().size(),
maxTabletFiles);