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:31:31 UTC

[geode] branch feature/GEODE-6143-5 updated (caa0458 -> b58aa50)

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

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


 discard caa0458  GEODE-6143: remove PowerMock from DataTypeJUnitTest
     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 b58aa50  GEODE-6143: remove PowerMock from DataTypeJUnitTest

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   (caa0458)
            \
             N -- N -- N   refs/heads/feature/GEODE-6143-5 (b58aa50)

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 ----
 .../geode/internal/offheap/DataTypeJUnitTest.java  | 11 +++-
 .../internal/beans/stats/VMStatsMonitorTest.java   | 25 +-------
 14 files changed, 169 insertions(+), 137 deletions(-)