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 22:08:01 UTC

[geode] branch feature/GEODE-6143-6 updated (1bb7058 -> eabf1de)

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

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


 discard 1bb7058  GEODE-6143: remove PowerMock from RemotePutMessageTest
     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 82dd208  GEODE-6143: remove PowerMock from VMStatsMonitorTest (#2984)
     add eabf1de  GEODE-6143: remove PowerMock from RemotePutMessageTest

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   (1bb7058)
            \
             N -- N -- N   refs/heads/feature/GEODE-6143-6 (eabf1de)

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:
 .../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 +++++++++++-----------
 .../internal/beans/stats/VMStatsMonitor.java       | 11 ++--
 .../sockets/command/UnregisterInterestTest.java    | 11 ----
 .../internal/beans/stats/VMStatsMonitorTest.java   | 25 +-------
 13 files changed, 159 insertions(+), 136 deletions(-)