You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/04/19 17:24:57 UTC

[geode] branch release/1.9.0 updated (3601d83 -> 7d7f8f1)

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

onichols pushed a change to branch release/1.9.0
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 3601d83  Fixes CI benchmark baseline selection.
     new 40ebccd  adding my PGP block as instructed in release steps
     new 7d7f8f1  GEODE-6630: move allBucketsRecoveredFromDisk count down latch (#3477)

The 7556 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:
 KEYS                                               |  58 +++++++++++
 .../internal/cache/PRHARedundancyProvider.java     |  90 ++++++-----------
 ...yLogger.java => PersistentBucketRecoverer.java} | 111 +++++++++++++++++----
 .../internal/cache/PRHARedundancyProviderTest.java |  22 ++--
 .../partitioned/PersistentBucketRecovererTest.java |  69 +++++++++++++
 5 files changed, 263 insertions(+), 87 deletions(-)
 rename geode-core/src/main/java/org/apache/geode/internal/cache/partitioned/{RedundancyLogger.java => PersistentBucketRecoverer.java} (81%)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/partitioned/PersistentBucketRecovererTest.java