You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2018/08/06 23:16:36 UTC

[geode] branch develop updated (3f51242 -> 84c1e5f)

This is an automated email from the ASF dual-hosted git repository.

nnag pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 3f51242  GEODE-5533 Support Gradle 4.9 publication enhancements (#2264)
     add 0bad03a  GEODE-5197: Synchronized update cache service profile in lucene.
     new 84c1e5f  Merge pull request #1940 from nabarunnag/feature/GEODE-5197

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/geode/internal/cache/LocalRegion.java   | 40 ++++++++++++++++++++--
 .../cache/lucene/internal/LuceneServiceImpl.java   | 29 ++++++++++------
 2 files changed, 56 insertions(+), 13 deletions(-)


[geode] 01/01: Merge pull request #1940 from nabarunnag/feature/GEODE-5197

Posted by nn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nnag pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 84c1e5f0faf3a3eccc7dafd55dc17434144d599b
Merge: 3f51242 0bad03a
Author: Nabarun Nag <na...@users.noreply.github.com>
AuthorDate: Mon Aug 6 16:16:32 2018 -0700

    Merge pull request #1940 from nabarunnag/feature/GEODE-5197
    
    * new lock created for updating the region's cache service profile
    * synchronized the addition / validation / removal of LuceneIndexCreationProfile in the data region.

 .../apache/geode/internal/cache/LocalRegion.java   | 40 ++++++++++++++++++++--
 .../cache/lucene/internal/LuceneServiceImpl.java   | 29 ++++++++++------
 2 files changed, 56 insertions(+), 13 deletions(-)