You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2019/06/13 12:07:18 UTC

[GitHub] [tomee] doychin commented on issue #481: Extract some of the values in the test into constant definitions.

doychin commented on issue #481: Extract some of the values in the test into constant definitions.
URL: https://github.com/apache/tomee/pull/481#issuecomment-501674671
 
 
   The failure happens when the CPU used to run the test has many cores and is fast - like many new 8 or more core desktop CPU's 
   
   In this case the code that receives the messages executes fast enough so a load of 100 messages is not enough to fill pool size of 30 message receivers. It reuses the first 20-25 instances. The end value in the test varies. 
   
   The problem becomes visible when you run the same test multiple times after JVM has enough time to optimize the test code.
   
   That is the main reason I set such low value for max pool size. 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services