Github user Achowdhe commented on the pull request:
https://github.com/apache/cassandra/commit/ea6081216f1a1e5cfa1505982e86da036dbec558#commitcomment-13127782
Hi Joshua, As per my understanding , if we are disabling the
GC_WARN_THRESHOLD_IN_MS (i.e making 0 ms) then in
src/java/org/apache/cassandra/service/GCInspector.java for below code :
if (durationPerCollection > GC_WARN_THRESHOLD_IN_MS)
StatusLogger.log();
will result is printing statuslogger everytime , may be causing mess to
some users. can we have look on this ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---