[
https://issues.apache.org/jira/browse/QPID-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Ritchie updated QPID-1418:
---------------------------------
Priority: Minor (was: Critical)
This is a broker performance issue.
The log file shows that the 50 messages were sent.
The InVM broker received the messages but it only started processing them after
the client had finished sending them.
This may have been due to lack of CPU as the client was sleeping for 2s at that
point.
It took the full 2 seconds for the broker to queue the 50 messages as a result
only half had timed out by the time the consumer started to consume the
messages.
> TimeToLiveTest.testPassiveTTL failed
> -------------------------------------
>
> Key: QPID-1418
> URL: https://issues.apache.org/jira/browse/QPID-1418
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker, Java Client
> Reporter: Martin Ritchie
> Priority: Minor
> Fix For: M4
>
> Attachments: TEST-org.apache.qpid.server.queue.TimeToLiveTest.txt
>
>
> testPassiveTTL
> org.apache.qpid.server.queue.TimeToLiveTest
> junit.framework.AssertionFailedError: Final message has incorrect TTL.
> expected:<0> but was:<1000>
> at
> org.apache.qpid.server.queue.TimeToLiveTest.testPassiveTTL(TimeToLiveTest.java:158)
> Will attach log.
> This would suggest that the passive ttl message did not timeout.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.