dcapwell commented on code in PR #3432:
URL: https://github.com/apache/cassandra/pull/3432#discussion_r1695905246


##########
src/java/org/apache/cassandra/utils/concurrent/Ref.java:
##########
@@ -99,7 +100,8 @@
 public final class Ref<T> implements RefCounted<T>
 {
     static final Logger logger = LoggerFactory.getLogger(Ref.class);
-    public static final boolean DEBUG_ENABLED = 
TEST_DEBUG_REF_COUNT.getBoolean();
+    public static final boolean TRACE_ENABLED = 
TEST_DEBUG_REF_COUNT.getBoolean();

Review Comment:
   I am ok with this change, but could cause rebases to be more annoying down 
the line.  I feel `debug` makes more sense than `trace` but will leave up to you



-- 
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]

Reply via email to