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


##########
src/java/org/apache/cassandra/concurrent/SEPExecutor.java:
##########
@@ -70,7 +70,7 @@ public class SEPExecutor implements LocalAwareExecutorPlus, 
SEPExecutorMBean
     SEPExecutor(SharedExecutorPool pool, int maximumPoolSize, 
MaximumPoolSizeListener maximumPoolSizeListener, String jmxPath, String name)
     {
         this.pool = pool;
-        this.name = name;
+        this.name = NamedThreadFactory.globalPrefix() + name;

Review Comment:
   this only impacts jvm-dtest.  We added this prefix to make the logs easier 
to read, the shared stages were missing this so was hard to see what 
`ReadStage` was the coming from which node



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