[
https://jira.jboss.org/jira/browse/JBMESSAGING-1558?page=com.atlassian.ji...
]
Clebert Suconic updated JBMESSAGING-1558:
-----------------------------------------
Description:
The order of delivery is not being respected on backup. When a delivery is replicated it
may arrive in a different order than what happened on live what will cause issues on
ServerConsumerImpl::deliverReplicated. (That includes paging.. but not only paging).
You will see exceptions like:
throw new IllegalStateException("Cannot find ref " + messageID +
" in queue " +
messageQueue.getName());
As this opertaion will fail:
public void deliverReplicated(final long messageID) throws Exception
{
MessageReference ref = messageQueue.removeFirstReference(messageID);
was:
The order of delivery is not being respected on backup. When a delivery is replicated it
may arrive in a different order than what happened on live what will cause issues on
handleReplicatedDelivery ServerConsumerImpl::deliverReplicated. (That includes paging..
but not only paging).
You will see exceptions like:
throw new IllegalStateException("Cannot find ref " + messageID +
" in queue " +
messageQueue.getName());
As this opertaion will fail:
public void deliverReplicated(final long messageID) throws Exception
{
MessageReference ref = messageQueue.removeFirstReference(messageID);
Order of Delivery is not being respected on backup node
-------------------------------------------------------
Key: JBMESSAGING-1558
URL:
https://jira.jboss.org/jira/browse/JBMESSAGING-1558
Project: JBoss Messaging
Issue Type: Bug
Reporter: Clebert Suconic
Assignee: Clebert Suconic
Fix For: 2.0.0 Beta
Attachments: backup-6694.patch
The order of delivery is not being respected on backup. When a delivery is replicated it
may arrive in a different order than what happened on live what will cause issues on
ServerConsumerImpl::deliverReplicated. (That includes paging.. but not only paging).
You will see exceptions like:
throw new IllegalStateException("Cannot find ref " + messageID +
" in queue " +
messageQueue.getName());
As this opertaion will fail:
public void deliverReplicated(final long messageID) throws Exception
{
MessageReference ref = messageQueue.removeFirstReference(messageID);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira