[ https://issues.apache.org/jira/browse/GEODE-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nabarun Nag closed GEODE-7689. ------------------------------ > TXOriginatorRecoveryProcessor reply message needs to be sent to everyone > except itself > -------------------------------------------------------------------------------------- > > Key: GEODE-7689 > URL: https://issues.apache.org/jira/browse/GEODE-7689 > Project: Geode > Issue Type: Bug > Components: messaging, transactions > Reporter: Nabarun Nag > Priority: Major > Fix For: 1.12.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > In TXOriginatorRecoveryProcessor process() we mention that the reply message > needs to be sent to all members except itself. > We create a new recipient set without the member itself but never end up > using the new list. > > Fix is it use the newly created set with the member removed. > > -- This message was sent by Atlassian Jira (v8.3.4#803005)