You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "orpiske (via GitHub)" <gi...@apache.org> on 2023/08/23 11:37:46 UTC

[GitHub] [camel] orpiske commented on a diff in pull request #11184: (chores) camel-main: use a LongAdder to reduce contention

orpiske commented on code in PR #11184:
URL: https://github.com/apache/camel/pull/11184#discussion_r1302886747


##########
core/camel-main/src/main/java/org/apache/camel/main/MainDurationEventNotifier.java:
##########
@@ -75,6 +74,7 @@ public void notify(CamelEvent event) throws Exception {
     }
 
     protected void doNotify(CamelEvent event) {
+        LOG.info("Notify running by thread: {}", Thread.currentThread());

Review Comment:
   This shouldn't be here.



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org