pivotal-eshu commented on pull request #7504:
URL: https://github.com/apache/geode/pull/7504#issuecomment-1082147061
> is it because event.getOperation().isEntry() is already called in the
callers of this method? and an NPE will be thrown even before the execution
reaches till this point ?
The check is now in TXState.attachFilterProfileInformation which executed
before the to be removed code path.
if (ev.getOperation() == null) {
// A read op with detect read conflicts does not need filter
routing.
continue;
}
--
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]