You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/11/19 20:40:00 UTC

[jira] [Commented] (QPIDJMS-519) Transational sends can be performed outside a transaction following connection recovery

    [ https://issues.apache.org/jira/browse/QPIDJMS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235736#comment-17235736 ] 

ASF subversion and git services commented on QPIDJMS-519:
---------------------------------------------------------

Commit 76d60548a8887f58afd6b535e09bfdb328229817 in qpid-jms's branch refs/heads/master from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=qpid-jms.git;h=76d6054 ]

QPIDJMS-519 Correctly recover transaction after failover

Adds additional guards against allowing a send or acknowledge
to occur outside the bounds of a transaction when recovering a
connection following failover.  Adds tests to ensure that the
transaction becomes in-doubt whenever the state of recovery
cannot ensure that there will be no lost work or untransacted
work.  Test added to cover cases where this was previously seen.


> Transational sends can be performed outside a transaction following connection recovery
> ---------------------------------------------------------------------------------------
>
>                 Key: QPIDJMS-519
>                 URL: https://issues.apache.org/jira/browse/QPIDJMS-519
>             Project: Qpid JMS
>          Issue Type: Bug
>          Components: qpid-jms-client
>    Affects Versions: 0.54.0
>            Reporter: Timothy A. Bish
>            Assignee: Timothy A. Bish
>            Priority: Major
>             Fix For: 0.55.0
>
>
> When a Message send happens to race with the connection recovery step of client reconnection following failover it is possible for a Transfer to be emitted without a transactional disposition associated with it.  This is mostly visible with the forceSyncSends option enabled which causes sends to become synchronous inside transactional work. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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