agingade commented on a change in pull request #5124: URL: https://github.com/apache/geode/pull/5124#discussion_r427618258
########## File path: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRegion.java ########## @@ -2493,4 +2500,11 @@ void updateSenderIdMonitor() { void checkSameSenderIdsAvailableOnAllNodes() { // nothing needed on a bucket region } + + @Override + protected void basicClear(RegionEventImpl regionEvent) { + getDataView().checkSupportsRegionClear(); Review comment: For bucket region, we don't need it. Have removed it. ---------------------------------------------------------------- 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: us...@infra.apache.org