graben commented on code in PR #25532:
URL: https://github.com/apache/camel/pull/25532#discussion_r3845258664
##########
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/BaseExecutorServiceManager.java:
##########
@@ -137,6 +137,10 @@ public void setDefaultThreadPoolProfile(ThreadPoolProfile
defaultThreadPoolProfi
@Override
public String getThreadNamePattern() {
+ if (threadNamePattern == null) {
Review Comment:
Hmm, it seems to be more difficult as expected some thread pools gets
initialized before main properties are set. So context name still evaluates to
camel-1. To "really" solve this there might be a quite bigger change?! :/
--
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]