agingade commented on a change in pull request #6504:
URL: https://github.com/apache/geode/pull/6504#discussion_r638989635
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/LatestLastAccessTimeMessage.java
##########
@@ -41,17 +43,20 @@
private int processorId;
private String regionName;
private K key;
+ private boolean isInvalidate;
Review comment:
We could handle this from the receiver point; by not returning the
destroy/invalid time to the requester.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]