smiklosovic commented on code in PR #3329:
URL: https://github.com/apache/cassandra/pull/3329#discussion_r1611654274


##########
src/java/org/apache/cassandra/db/compaction/CompactionStrategyManager.java:
##########
@@ -177,7 +177,7 @@ public int getIndexForSSTableDirectory(Descriptor 
descriptor)
         holders = ImmutableList.of(transientRepairs, pendingRepairs, repaired, 
unrepaired);
 
         cfs.getTracker().subscribe(this);
-        logger.trace("{} subscribed to the data tracker.", this);
+        logger.trace("Compaction manager for {}.{} subscribed to the data 
tracker.", cfs.keyspace.getName(), cfs.name);

Review Comment:
   "this" is called on an object which does not have toString overriden so I 
doubt that the current log message is actually meaningul.



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