You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2019/05/30 21:47:59 UTC

[geode] branch develop updated (b501843 -> 327feec)

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

heybales pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from b501843  GEODE-4240: Use ASSIGN_BUCKETS_PROPERTY in DeprecatedCacheServerLauncherIntegrationTest (#3648)
     add 327feec  GEODE-6696: EntryEvenImpl.offHeapLock created only if off-heap in use (#3581)

No new revisions were added by this update.

Summary of changes:
 .../tier/sockets/ConnectionProxyJUnitTest.java     |   2 +-
 .../geode/internal/admin/ClientStatsManager.java   |   8 +-
 .../geode/internal/cache/EntryEventImpl.java       |  67 ++++-
 .../internal/cache/AbstractRegionMapTest.java      |  42 +++-
 .../cache/AbstractRegionMapTxApplyDestroyTest.java |   8 +-
 .../geode/internal/cache/EntryEventImplTest.java   | 270 +++++++++++++++++++++
 .../cache/SearchLoadAndWriteProcessorTest.java     |   9 +
 .../cache/event/DistributedEventTrackerTest.java   |   8 +
 .../cache/partitioned/PutAllPRMessageTest.java     |  14 ++
 .../cache/partitioned/RemoveAllPRMessageTest.java  |  14 ++
 ...rallelGatewaySenderEventProcessorJUnitTest.java |  16 ++
 11 files changed, 442 insertions(+), 16 deletions(-)