[ 
https://issues.apache.org/jira/browse/QPIDJMS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542950#comment-16542950
 ] 

Johan Stenberg commented on QPIDJMS-402:
----------------------------------------

Creating a new producer in each iteration was not on purpose but a mistake. I 
changed the code and removed the semaphores. Running the test case I now get 
these results:

v0.33.0:
 Sent: 33844 msg/s Received: 35829 msg/s
 Sent: 34337 msg/s Received: 35908 msg/s
 Sent: 33868 msg/s Received: 32684 msg/s
 Sent: 33907 msg/s Received: 35201 msg/s

v0.34.0:
 Sent: 1097 msg/s Received: 973 msg/s
 Sent: 1905 msg/s Received: 1582 msg/s
 Sent: 3066 msg/s Received: 1638 msg/s
 Sent: 2663 msg/s Received: 1666 msg/s

Still the new version is 10-30 times slower.

I now used openjdk 1.8.0u171 64bit on Windows 7 64bit (8core,16GB RAM).

I attached a maven project to reproduce the issue. You can now switch qpid jms 
version via the qpid-jms.version system property:
{noformat}
mvn test -Dqpid-jms.version=0.33.0
mvn test -Dqpid-jms.version=0.34.0
{noformat}
 

 

> Massive performance degradation in 0.34.0
> -----------------------------------------
>
>                 Key: QPIDJMS-402
>                 URL: https://issues.apache.org/jira/browse/QPIDJMS-402
>             Project: Qpid JMS
>          Issue Type: Bug
>          Components: qpid-jms-client
>    Affects Versions: 0.34.0
>         Environment: Windows 7x64 + Oracle JDK 8u161x64
> Windows 7x64 + Open JDK 8u171x64
> CloudFoundry (Ubuntu Trusty) + Open JDK 8u172x64
>            Reporter: Johan Stenberg
>            Priority: Critical
>         Attachments: QpidJms402_PerfTest.java, qpidjms402.zip
>
>
> This is a followup issue for 
> [http://qpid.2158936.n2.nabble.com/qpid-jms-Severe-performance-issue-after-upgrading-from-0-33-0-to-0-34-0-td7678052.html]
> I am attaching a simple test case that shows the issue. When I use qpid jms 
> 0.33 I get 2000msg/s send + receive on my local machine. When I switch to 
> 0.34 the message rate drops to 20msg/s.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to