[
https://issues.apache.org/jira/browse/GEODE-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-1400.
--------------------------------
> An inflight transaction op could arrive later than a client failover
> operation and work on a TXState which has been removed from hostedTXStates map
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-1400
> URL: https://issues.apache.org/jira/browse/GEODE-1400
> Project: Geode
> Issue Type: Bug
> Components: transactions
> Reporter: Eric Shu
> Assignee: Eric Shu
> Fix For: 1.0.0-incubating.M3
>
>
> {noformat}
> A server connection thread could put a TXStateProxy into the hostedTXStates
> map, before the TxFailover op command removed it from the map. A race could
> occur there, when an inflight P2P tx msg is received to perform a tx
> operation gets the TXStateProxy to be removed. The operations done on this
> TXStateProxy could cause offheap memory leak.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)