jvarenina commented on a change in pull request #6646:
URL: https://github.com/apache/geode/pull/6646#discussion_r659530427
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/TXCommitMessage.java
##########
@@ -1301,14 +1301,22 @@ protected void txApplyEntryOp(FarSideEntryOp entryOp,
List<EntryEventImpl> pendi
/*
* This happens when we don't have the bucket and are getting adjunct
notification
*/
+ long tailKey = entryOp.tailKey;
+ if (entryOp.filterRoutingInfo != null) {
+ if (entryOp.filterRoutingInfo.getMembers()
+ .contains(this.internalRegion.getDistributionManager().getId()))
{
Review comment:
Yes, I changed that. Thanks for the review!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]