jamesnetherton commented on issue #3798:
URL: https://github.com/apache/camel-quarkus/issues/3798#issuecomment-1143633419

   Could be this change that caused this:
   
   
https://github.com/apache/camel/commit/74ef8acbf7278832e6246ea7bac7edb20f1dcea8#diff-ef06b38c2c6af7e2218d24d087d5014d0b4cefb7662c92c4a8b7a90406a8c5a2
   
   The other thing I noticed is that the JavaDoc accompanying 
`LongAdder.reset()` states:
   
   > Because this method is intrinsically racy, it should only be used when it 
is known that no threads are concurrently updating
   
   I wonder if we should be bothering to validate the statistics at all? The 
main thing to focus on is whether type conversion is working correctly.


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

Reply via email to