You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org> on 2007/02/21 12:20:05 UTC

[jira] Resolved: (QPID-362) Performance testing

     [ https://issues.apache.org/jira/browse/QPID-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhupendra Bhardwaj resolved QPID-362.
-------------------------------------

    Resolution: Cannot Reproduce

This error could not be reproduced. Now running the same test with -XMx3072m, the broker throws OutOfMemoryError



> Performance testing 
> --------------------
>
>                 Key: QPID-362
>                 URL: https://issues.apache.org/jira/browse/QPID-362
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Performance Tests
>            Reporter: Bhupendra Bhardwaj
>         Assigned To: Bhupendra Bhardwaj
>
> Following error occured when running the performance test script - LT-Qpid-4-1M.sh (generated by perftests/pom.xml)
> java -Xms256m -Dlog4j.configuration=perftests.log4j -Xmx512m -Dbadger.level=warn -Damqj.test.logging.level=info -Damqj.logging.level=warn ${JAVA_OPTS} -cp qpid-perftests-1.0-incubating-M2-SNAPSHOT-all-test-deps.jar uk.co.thebadgerset.junit.extensions.TKTestRunner -n LT-Qpid-4-1M -s [900000] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf BatchSize=10000 messagesize=1048576 ${ARGS}
> javax.jms.IllegalStateException: Object org.apache.qpid.client.BasicMessageProducer@1815bfb has been closed
>         at org.apache.qpid.client.Closeable.checkNotClosed(Closeable.java:42)
>         at org.apache.qpid.client.BasicMessageProducer.checkPreConditions(BasicMessageProducer.java:600)
>         at org.apache.qpid.client.BasicMessageProducer.send(BasicMessageProducer.java:244)
>         at org.apache.qpid.ping.AbstractPingProducer.sendMessage(AbstractPingProducer.java:480)
>         at org.apache.qpid.ping.AbstractPingProducer.sendMessage(AbstractPingProducer.java:453)
>         at org.apache.qpid.requestreply.PingPongProducer.pingNoWaitForReply(PingPongProducer.java:669)
>         at org.apache.qpid.ping.PingAsyncTestPerf.testAsyncPingOk(PingAsyncTestPerf.java:164)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at uk.co.thebadgerset.junit.extensions.AsymptoticTestCase.runTest(AsymptoticTestCase.java:225)
>         at junit.framework.TestCase.runBare(TestCase.java:127)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at uk.co.thebadgerset.junit.extensions.TKTestResult.run(TKTestResult.java:341)
>         at junit.framework.TestCase.run(TestCase.java:118)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java:203)
>         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>         at junit.extensions.TestDecorator.run(TestDecorator.java:28)
>         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>         at junit.extensions.TestDecorator.run(TestDecorator.java:28)
>         at uk.co.thebadgerset.junit.extensions.AsymptoticTestDecorator.run(AsymptoticTestDecorator.java:159)
>         at uk.co.thebadgerset.junit.extensions.ScaledTestDecorator$TestThreadHandler.run(ScaledTestDecorator.java:235)
>         at java.lang.Thread.run(Thread.java:595)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.