[GitHub] [camel] davsclaus commented on pull request #10010: CAMEL-19060: use LongAdder in DefaultInflightRepository to reduce contention

2023-05-07 Thread via GitHub


davsclaus commented on PR #10010:
URL: https://github.com/apache/camel/pull/10010#issuecomment-1537421305

   I think this may break stuff, I can now see jbang have incorrect inflight 
exchanges
   
   out in 5 seconds. Inflights per route: [route2 = 26]
   2023-05-07 13:53:14.719  INFO 39678 --- [ - ShutdownTask] 
impl.engine.DefaultShutdownStrategy : Waiting as there are still 26 inflight 
and pending exchanges to complete, timeout in 4 seconds. Inflights per route: 
[route2 = 26]
   2023-05-07 13:53:15.721  INFO 39678 --- [ - ShutdownTask] 
impl.engine.DefaultShutdownStrategy : Waiting as there are still 26 inflight 
and pending exchanges to complete, timeout in 3 seconds. Inflights per route: 
[route2 = 26]
   2023-05-07 13:53:16.727  INFO 39678 --- [ - ShutdownTask] 
impl.engine.DefaultShutdownStrategy : Waiting as there are still 26 inflight 
and pending exchanges to complete, timeout in 2 seconds. Inflights per route: 
[route2 = 26]
   2023-05-07 13:53:17.731  INFO 39678 --- [ - ShutdownTask] 
impl.engine.DefaultShutdownStrategy : Waiting as there are still 26 inflight 
and pending exchanges to complete, timeout in 1 seconds. Inflights per route: 
[route2 = 26]


-- 
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-unsubscr...@camel.apache.org

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



[GitHub] [camel] davsclaus commented on pull request #10010: CAMEL-19060: use LongAdder in DefaultInflightRepository to reduce contention

2023-05-07 Thread via GitHub


davsclaus commented on PR #10010:
URL: https://github.com/apache/camel/pull/10010#issuecomment-1537423862

   Yes this works fine on 3.20.x branch


-- 
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-unsubscr...@camel.apache.org

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