mkapalka commented on code in PR #2490: URL: https://github.com/apache/jackrabbit-oak/pull/2490#discussion_r2324867658
########## oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticIndexInfoProvider.java: ########## @@ -66,6 +66,13 @@ public String getType() { NodeState idxState = NodeStateUtils.getNode(nodeStore.getRoot(), indexPath); String asyncName = IndexUtils.getAsyncLaneName(idxState, indexPath); AsyncIndexInfo asyncInfo = asyncIndexInfoService.getInfo(asyncName); + boolean hasHiddenOakMount = false; + for (String c : idxState.getChildNodeNames()) { Review Comment: Can this child node list be of significant length? -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org