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

    https://github.com/apache/geode/pull/479#discussion_r113564312
  
    --- 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 --
    
    Does this need to be a separate flag? Seems like the CoutDownLatch already 
has the flag. If not this should be volatile.


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