Sorry for the delay in responding!

On 09/24/2012 03:51 AM, wei6rong wrote:
In my test, it looks like the link would not get created, it would keep
retrying and throwing error messages in 64 seconds interval, following is my
output log.

Yes, durable links are in fact broken in 0.18, thanks for bringing that to our attention.

The tcp plugin is not initialised at the time the store is recovered which causes the first error. The subsequent retries are on a timer thread which I thought should fix the problem as soon as the broker completes its initialisation.

However the problem is that the store recovery never completes when there are durable links as the broker tries to re-store them on recovery.

This appear to be a regression introduced by https://issues.apache.org/jira/browse/QPID-3767 that we haven't picked up in tests.

I have raised a new JIRA: https://issues.apache.org/jira/browse/QPID-4347 for this.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to