agingade commented on a change in pull request #4987:
URL: https://github.com/apache/geode/pull/4987#discussion_r426082029



##########
File path: geode-core/src/main/java/org/apache/geode/cache/Region.java
##########
@@ -1303,6 +1303,10 @@ Object selectValue(String queryPredicate) throws 
FunctionDomainException, TypeMi
    * @see CacheListener#afterRegionClear
    * @see CacheWriter#beforeRegionClear
    * @throws UnsupportedOperationException If the region is a partitioned 
region
+   * @throws PartitionedRegionPartialClearException when data is partially 
cleared on partitioned
+   *         region. Its caller responsibility to handle the partial data 
clear either by retrying
+   *         the clear
+   *         operation or continue working with the partially cleared 
partitioned region.

Review comment:
       Fixed the first one.
   I wanted highlight the consequence partial clear and how it can be addressed 
by the caller. 




----------------------------------------------------------------
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


Reply via email to