Eric Shu created GEODE-1235:
-------------------------------
Summary: Geode should handle client reconnect senario and not
simply remove disconeected client transaction after 180 seconds
Key: GEODE-1235
URL: https://issues.apache.org/jira/browse/GEODE-1235
Project: Geode
Issue Type: Bug
Components: transactions
Reporter: Eric Shu
{noformat}
Currently in GEODE, once a client is disconnected from server, all its client
transactions are scheduled to be removed in 180 second. It is possible that the
client reconnects to another server, and the transactions could continue. If a
transaction is not finished (committed or rolled back) in 180 seconds, the
scheduled transaction removal will kick in and cause the existing transactional
operations to be lost and client won't know about this.
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)