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/20 17:34:05 UTC

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

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

Bhupendra Bhardwaj resolved QPID-361.
-------------------------------------

    Resolution: Fixed

This error was being thrown when Broker fails with OutOfMemoryError. When broker and the clinet are run with -Xmx3072m this error gets resolved.

> Performance testing
> -------------------
>
>                 Key: QPID-361
>                 URL: https://issues.apache.org/jira/browse/QPID-361
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Performance Tests
>            Reporter: Bhupendra Bhardwaj
>         Assigned To: Bhupendra Bhardwaj
>
> Following error is thrown when LT-Qpid-3-1M.sh (script generated by perftests/pom.xml) is run
> 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-3-1M -s [900000] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf BatchSize=10000 messagesize=1048576 transacted=true ${ARGS}
> ERROR [org.apache.qpid.client.BasicMessageConsumer] reNotification : Caught exception (dump follows) - ignoring...
> org.apache.qpid.client.failover.FailoverException: Failing over about to start
>         at org.apache.qpid.client.failover.FailoverHandler.run(FailoverHandler.java:78)
>         at java.lang.Thread.run(Thread.java:595)
> E
> Time: 8.19
> There was 1 error:
> 1) testAsyncPingOk(org.apache.qpid.ping.PingAsyncTestPerf)org.apache.qpid.client.failover.FailoverException: Failing over about to start
>         at org.apache.qpid.client.failover.FailoverHandler.run(FailoverHandler.java:78)
>         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.