gesterzhou commented on a change in pull request #6460:
URL: https://github.com/apache/geode/pull/6460#discussion_r629770490
##########
File path:
geode-core/src/main/java/org/apache/geode/cache/asyncqueue/internal/InternalAsyncEventQueue.java
##########
@@ -28,4 +28,6 @@
void stop();
void destroy();
+
+ boolean isPartitionedRegionClearUnsupported();
}
Review comment:
In my GEODE-9133, I will add
protected boolean isPartitionedRegionClearSupported;
in AbstractGatewaySender.java.
You can define this boolean in that place too.
--
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]