Github user nabarunnag commented on a diff in the pull request: https://github.com/apache/geode/pull/481#discussion_r114164780 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/AbstractPartitionedRepositoryManager.java --- @@ -111,6 +121,10 @@ protected IndexRepository computeRepository(Integer bucketId) { return repo; } + protected void allowRepositoryComputation() { --- End diff -- I was under the impression that the latch is waiting before indexRepositories.compute in the computeRepositories method call hence the repo was not created yet. But the coutdown allows it to move ahead an compute the repository.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---