You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/12/01 23:37:15 UTC

[GitHub] [geode] DonalEvans commented on a change in pull request #7114: GEODE-9642: skip RedundancyRecovery for colocated regions, if colocat…

DonalEvans commented on a change in pull request #7114:
URL: https://github.com/apache/geode/pull/7114#discussion_r760650965



##########
File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/partitioned/PersistentColocatedPartitionedRegionDistributedTest.java
##########
@@ -2117,6 +2175,10 @@ private void tearDownPartitionedRegionObserver() {
     }
   }
 
+  private boolean getRecoveryStatus() {
+    return recoveryExecuted;
+  }

Review comment:
       This can probably be inlined.




-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org