dcapwell commented on code in PR #4556: URL: https://github.com/apache/cassandra/pull/4556#discussion_r2729704936
########## src/java/org/apache/cassandra/service/reads/thresholds/CoordinatorWarnings.java: ########## @@ -31,56 +31,72 @@ import org.apache.cassandra.metrics.TableMetrics; import org.apache.cassandra.schema.Schema; import org.apache.cassandra.service.ClientWarn; - -import io.netty.util.concurrent.FastThreadLocal; +import org.apache.cassandra.service.thresholds.CoordinatorWarningsState; import static org.apache.cassandra.config.CassandraRelevantProperties.READS_THRESHOLDS_COORDINATOR_DEFENSIVE_CHECKS_ENABLED; +/** + * ThreadLocal manager for read warnings at the coordinator. + * <p> + * REFACTORED VERSION: Uses CoordinatorWarningsState for state management. Review Comment: why do we have this comment? `REFACTORED VERSION` is relative to a PR, so if someone reads this in the future the comment doesn't help much? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

