pivotal-eshu commented on a change in pull request #6646:
URL: https://github.com/apache/geode/pull/6646#discussion_r659076400
##########
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:
can just use internalRegion.getMyId() instead here.
--
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]