You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by do...@apache.org on 2021/07/22 18:29:27 UTC

[geode] branch develop updated (4338015 -> d615470)

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

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


    from 4338015  GEODE-9443: Increase pid_max in CI images (#6710)
     add d615470  GEODE-9304: Make RedisSortedSet measurement of bytes in use accurate (#6699)

No new revisions were added by this update.

Summary of changes:
 .../MemoryOverheadNativeRedisAcceptanceTest.java   |   2 +
 .../AbstractMemoryOverheadIntegrationTest.java     |  43 ++++-
 .../hash/MemoryOverheadIntegrationTest.java        |   2 +
 .../sortedset/AbstractZIncrByIntegrationTest.java  |   6 +-
 .../codeAnalysis/sanctionedDataSerializables.txt   |   4 +-
 .../internal/collections/IndexibleTreeSet.java     |   5 +
 .../internal/collections/OrderStatisticsSet.java   |   4 +-
 .../internal/collections/OrderStatisticsTree.java  |  30 ++-
 ...leObject2ObjectOpenCustomHashMapWithCursor.java |  11 +-
 .../SizeableObjectOpenCustomHashSet.java           |   8 +-
 .../geode/redis/internal/data/RedisSortedSet.java  | 171 ++++++++++-------
 ...istsException.java => SizeableObjectSizer.java} |  26 +--
 .../collections/OrderStatisticsTreeTest.java       | 115 +++++++++++-
 ...ject2ObjectOpenCustomHashMapWithCursorTest.java |  68 ++++++-
 .../redis/internal/data/RedisSortedSetTest.java    | 202 ++++++++++-----------
 15 files changed, 482 insertions(+), 215 deletions(-)
 copy geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/data/{RedisRestoreKeyExistsException.java => SizeableObjectSizer.java} (54%)
 mode change 100755 => 100644