You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2018/05/11 19:00:16 UTC

[geode] branch feature/GEODE-5173-1 updated (0d6374a -> 6b69525)

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

eshu11 pushed a change to branch feature/GEODE-5173-1
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 0d6374a  Fix an issue when a region entry is evicted using async disk writer thread. It needs to be faulted in by the transaction.
     add 6b69525  Fix a review comment by removing the default implementation of isEvicted() in RegionEntry.

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/geode/internal/cache/LocalRegion.java   | 2 +-
 .../java/org/apache/geode/internal/cache/NonLocalRegionEntry.java    | 5 +++++
 geode-core/src/main/java/org/apache/geode/internal/cache/Oplog.java  | 4 ++++
 .../main/java/org/apache/geode/internal/cache/ProxyRegionMap.java    | 5 +++++
 .../src/main/java/org/apache/geode/internal/cache/RegionEntry.java   | 4 +---
 .../java/org/apache/geode/internal/cache/ValidatingDiskRegion.java   | 5 +++++
 .../geode/internal/cache/entries/AbstractDiskLRURegionEntry.java     | 4 ----
 .../org/apache/geode/internal/cache/entries/AbstractRegionEntry.java | 5 +++++
 8 files changed, 26 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
eshu11@apache.org.