You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/11/13 14:27:44 UTC

[jira] Issue Comment Edited: (QPID-1425) [Java] LargeMessageTest Failure

    [ https://issues.apache.org/jira/browse/QPID-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647274#action_12647274 ] 

ritchiem edited comment on QPID-1425 at 11/13/08 5:26 AM:
----------------------------------------------------------------

>From looking at an over night InVM run the broker does not appear to be slow.

Attached shows a snippet of log from a 64k message failure.

There appears to be a large gap (800ms) in the logs just as the PoolingFilter is destroyed.

>From the log file it appears that it is shared inVM with the broker and client so this may be the problem.

Running the tests using the Java profile overnight didn't show any failures.

Will JIRA the Pooling Fillter issues.

      was (Author: ritchiem):
    From looking at an over night InVM run the broker does not appear to be slow.

Attached shows a snippet of log from a 64k message failure.

There appears to be a large gap (800ms) in the logs just as the PoolingFilter is destroyed.

This is a static class which will be shared inVM with the broker and client so this may be the problem.

Running the tests using the Java profile overnight didn't show any failures.

Will JIRA the Pooling Fillter issues.
  
> [Java] LargeMessageTest Failure
> -------------------------------
>
>                 Key: QPID-1425
>                 URL: https://issues.apache.org/jira/browse/QPID-1425
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Marnie McCormack
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>         Attachments: LargeMessageTestSlow.txt, TEST-org.apache.qpid.test.unit.basic.LargeMessageTest.test256k.out
>
>
> Test: 	test256k
> Class: 	org.apache.qpid.test.unit.basic.LargeMessageTest
> 	
> junit.framework.AssertionFailedError: Null message recevied  
> at org.apache.qpid.test.unit.basic.LargeMessageTest.checkLargeMessage(LargeMessageTest.java:146)  
> at org.apache.qpid.test.unit.basic.LargeMessageTest.test256k(LargeMessageTest.java:117)  
> at org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:186)  
> at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:220)
> 	

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