Re: CommitLogSegmentManager verbose debug log

2018-03-29 Thread Jay Zhuang
It's changed to trace() in cassandra-3.0 with  CASSANDRA-10241:https://github.com/pauloricardomg/cassandra/commit/3ef1b18fa76dce7cd65b73977fc30e51301f3fed#diff-d07279710c482983e537aed26df80400 In cassandra-3.11 (and trunk), it's changed back to debug() with 

CommitLogSegmentManager verbose debug log

2018-03-29 Thread Nicolas Guyomar
Hi guys, I'm trying to understand the meaning of the following log in org.apache.cassandra.db.commitlog.CommitLogSegmentManager.java logger.debug("No segments in reserve; creating a fresh one"); I feel like it could be remove, as it seems to be kind of a continuous task of providing segment