GitHub user upthewaterspout opened a pull request:

    https://github.com/apache/geode/pull/427

    GEODE-2674: Changing the lucene listener to get from the region

    Rather than use the value that is in the queue, use the latest value
    from the region to update the lucene index.
    
    This ensures that even if the queue contains spurious events due to
    retries or other issues, we put the correct value in the index.
    
    This also potentially saves memory and disk space for the queue, because
    the queue does not need to hold the value for the entry.
    
    @boglesby @gesterzhou @jhuynh1 @ladyVader @nabarunnag 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/upthewaterspout/incubator-geode 
feature/GEODE-2674

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/geode/pull/427.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #427
    
----
commit 9f9439ab0ec6c2a0221e78aa5825e9a0759bac80
Author: Dan Smith <upthewatersp...@apache.org>
Date:   2017-03-15T20:23:20Z

    GEODE-2674: Changing the lucene listener to fetch the value from the region
    
    Rather than use the value that is in the queue, use the latest value
    from the region to update the lucene index.
    
    This ensures that even if the queue contains spurious events due to
    retries or other issues, we put the correct value in the index.
    
    This also potentially saves memory and disk space for the queue, because
    the queue does not need to hold the value for the entry.

----


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