Java Broker apears to be stuck in a loop
----------------------------------------
Key: QPID-1187
URL: https://issues.apache.org/jira/browse/QPID-1187
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: M3
Reporter: Martin Ritchie
Fix For: M3
Summary:
>From a Java Cruise Control run on a slow machine (20080722122553) the
>FlowControlTest.testBasicBytesFlowControl failed as an expected message was
>not received.
However the log file was filled with over 100k entries of this:
pool-6-thread-1 2008-07-22 12:28:14,956 DEBUG
[qpid.server.subscription.SubscriptionImpl] (15575005) checking filters for
message ((HC:10486941 ID:3 Ref:1)
This appears to be a transient error as it does not fail on every test run.
The log file does show a second thread taking over the logging right before it
fails.
The logging does not provide complete coverage of the threads activities as it
shows the thread delivering the message to the client then it starts the
'checking filters' loop.
Log Attached
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.