[
https://issues.apache.org/jira/browse/GEODE-5312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508883#comment-16508883
]
ASF subversion and git services commented on GEODE-5312:
--------------------------------------------------------
Commit ca1f3bf8dd58c610766c3a585649ed90cccbe607 in geode's branch
refs/heads/develop from pivotal-eshu
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ca1f3bf ]
GEODE-5312: Cleanup transaction if it is removed by the client tx failover
(#2047)
* GEODE-5312: Cleanup transaction if it is removed by the client tx failover.
> A client transaction may be removed by FindRemoteTXMessage during transaction
> failover
> --------------------------------------------------------------------------------------
>
> Key: GEODE-5312
> URL: https://issues.apache.org/jira/browse/GEODE-5312
> Project: Geode
> Issue Type: Bug
> Components: transactions
> Reporter: Eric Shu
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> During client transaction, the connection can be lost. The client will
> failover to another server. The new server will find if any server hosts the
> transaction. If the original server have not received/processed the message
> yet, the FindRemoteTXMessage will call removeTXHostedState to remove the tx.
> It is possible fo the original server process the a in-flight message from
> client at the same time. This will cause a transaction no longer in the
> hostedTXStates map. If the transaction operates on a offheap region, this
> will lead to offheap leak.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)