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

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


    omit 9a44754  GEODE-5591: handle IO exception and try with a random port, 
then retry with next port
     add 156333b  GEODE-5695: Update Gemfile.lock to Sprockets 3.7.2
     add a99013b  GEODE-5678: Primary key index results are wrapped in CqEntry 
for cq (#2416)
     new 1166ad0  GEODE-5591: handle IO exception and try with a random port, 
then retry with next port

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9a44754)
            \
             N -- N -- N   refs/heads/feature/GEODE-5591 (1166ad0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 geode-book/Gemfile.lock                            | 26 +++---
 .../cache/query/internal/index/AbstractIndex.java  | 12 ++-
 .../query/internal/index/CompactRangeIndex.java    |  8 +-
 .../cache/query/internal/index/HashIndex.java      |  8 +-
 .../query/internal/index/PrimaryKeyIndex.java      | 22 +++--
 .../query/internal/index/PrimaryKeyIndexTest.java  | 98 ++++++++++++++++++++++
 .../geode/cache/query/cq/CQDistributedTest.java    | 20 +++++
 .../cache/wan/misc/WANConfigurationJUnitTest.java  |  3 +-
 .../internal/cache/wan/GatewayReceiverImpl.java    |  2 +-
 .../cache/wan/GatewayReceiverImplJUnitTest.java    | 11 ++-
 10 files changed, 172 insertions(+), 38 deletions(-)
 create mode 100644 
geode-core/src/test/java/org/apache/geode/cache/query/internal/index/PrimaryKeyIndexTest.java

Reply via email to