[ https://issues.apache.org/jira/browse/GEODE-8486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193827#comment-17193827 ]
ASF subversion and git services commented on GEODE-8486: -------------------------------------------------------- Commit a8844ca0f5ee3dbf92eb83688ccb149778b98f77 in geode's branch refs/heads/develop from Eric Shu [ https://gitbox.apache.org/repos/asf?p=geode.git;h=a8844ca ] GEODE-8486: record TransactionDataRebalancedException if tx put failed (#5500) This is used to handle a retry of transactional put. > Transaction should save TransactionDataRebalancedException during txPutEntry > ----------------------------------------------------------------------------- > > Key: GEODE-8486 > URL: https://issues.apache.org/jira/browse/GEODE-8486 > Project: Geode > Issue Type: Bug > Components: transactions > Affects Versions: 1.1.0 > Reporter: Eric Shu > Assignee: Eric Shu > Priority: Major > Labels: caching-applications, pull-request-available > > Transaction should save TransactionDataRebalancedException during > txPutEntry(). > Currently, it only save the result of txPutEntry, which is used for handling > a retry of an operation in a transaction. This is not enough for handling a > retry, as a simply returns of the failed operation does not really represents > the original operation result. -- This message was sent by Atlassian Jira (v8.3.4#803005)