Github user nabarunnag commented on a diff in the pull request:

    https://github.com/apache/geode/pull/479#discussion_r113630780
  
    --- Diff: 
geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneEventListener.java
 ---
    @@ -53,6 +54,8 @@
       Logger logger = LogService.getLogger();
     
       private final RepositoryManager repositoryManager;
    +  private CountDownLatch isFileAndChunkRegionReady = new CountDownLatch(1);
    +  private boolean ready = false;
    --- End diff --
    
    Removed the flag and lucene precheckin was success.
    Futher testing is ongoing


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

Reply via email to