You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2018/12/12 00:41:01 UTC

[geode] branch feature/GEODE-6143-3 updated (1d367f4 -> 44e1ac1)

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

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


 discard 1d367f4  GEODE-6143: remove PowerMock from VMStatsMonitorTest
     add 835b9c7  GEODE-6188: Select zone for testing at random to avoid availability conflicts. Do not deviate from the us-central1 region, however.
     add 0c10b3f  Merge pull request #2988 from PurelyApplied/geode-6188
     add 2d6a617  GEODE-6166: Improves put performance (#2970)
     add 8eb92b9  GEODE-6143: remove PowerMock from UnregisterInterestTest
     add 0b74d42  Merge pull request #2985 from apache/feature/GEODE-6143-4
     add 44e1ac1  GEODE-6143: remove PowerMock from VMStatsMonitorTest

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   (1d367f4)
            \
             N -- N -- N   refs/heads/feature/GEODE-6143-3 (44e1ac1)

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.

No new revisions were added by this update.

Summary of changes:
 ci/scripts/create_instance.sh                      |  5 +-
 .../geode/cache/client/internal/DestroyOp.java     |  8 +--
 .../cache/client/internal/OpExecutorImpl.java      |  8 ++-
 .../apache/geode/cache/client/internal/PutOp.java  |  4 +-
 .../internal/pooling/ConnectionManagerImpl.java    | 21 +++----
 .../geode/internal/InternalDataSerializer.java     | 13 ++--
 .../internal/cache/tier/sockets/BaseCommand.java   | 23 +++++++
 .../geode/internal/cache/tier/sockets/Message.java |  7 +++
 .../geode/internal/cache/tier/sockets/Part.java    | 25 ++++++++
 .../cache/tier/sockets/command/Destroy65.java      | 66 +++++++++----------
 .../internal/cache/tier/sockets/command/Put65.java | 73 +++++++++++-----------
 .../sockets/command/UnregisterInterestTest.java    | 11 ----
 12 files changed, 153 insertions(+), 111 deletions(-)