stefan-egli commented on a change in pull request #247:
URL: https://github.com/apache/jackrabbit-oak/pull/247#discussion_r481240343
##########
File path:
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterViewDocument.java
##########
@@ -483,6 +483,15 @@ static boolean matches(Integer[] expected, Set<Integer>
actual) {
return new HashSet<Integer>(Arrays.asList(inactiveIds));
}
+ /** Returns the set of active, recovering and inactive ids of this cluster
view **/
+ Set<Integer> getAllIds() {
Review comment:
+1, it was intermittently used during development and not cleaned up.
----------------------------------------------------------------
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]