eolivelli commented on a change in pull request #11165:
URL: https://github.com/apache/pulsar/pull/11165#discussion_r663006595



##########
File path: 
pulsar-common/src/main/java/org/apache/pulsar/common/util/netty/EventLoopUtil.java
##########
@@ -65,8 +65,7 @@ public static EventLoopGroup newEventLoopGroup(int nThreads, 
boolean enableBusyW
                     try {
                         CpuAffinity.acquireCore();
                     } catch (Throwable t) {
-                        log.warn("Failed to acquire CPU core for thread {}", 
Thread.currentThread().getName(),
-                                t.getMessage(), t);
+                        log.warn("Failed to acquire CPU core for thread 
{}",Thread.currentThread().getName(), t);

Review comment:
       Missing one space in ",Thread":
   `log.warn("Failed to acquire CPU core for thread {}", 
Thread.currentThread().getName(), t);`




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


Reply via email to