You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ri...@apache.org on 2022/02/01 15:13:22 UTC

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (7cd9233 -> ae5ea42)

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

ringles pushed a change to branch GEODE-9892-Create-Infrastructure-for-Redis-Lists
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard 7cd9233  Merge branch 'develop' into GEODE-9892-Create-Infrastructure-for-Redis-Lists
 discard d5d3c63  Remove unused variables, re-trigger flaky build
 discard aaeb5ac  Split up interfering DUnit tests, remove unneeded function
 discard d87da48  Make LPopDUnitTest more useful
 discard f3a5a17  Correct entry format
 discard f5f35ff  Correct half-fix.
 discard 5e90cdd  Low-hanging PR suggestions
 discard abca510  Make LGTM happy, create SizeableByteArrayList equals()
 discard b0cdd9e  Fix hashCode() for SizeableByteArrayList
 discard 9291df5  empty commit to trigger rebuild
 discard bf52f2d  Not sure why serializables changed
 discard 05c82c4  Fix serialization bug
 discard 7e911ae  More PR review fixes
 discard 660399c  Some PR tweaks
 discard 5340a79  Temporary workaround for noise in MemoryOverheadIntegrationTest
 discard f60e756  Shift to SizeableByteArrayList
 discard 0e003d7  Yet another serializables fix
 discard 4b4d1f3  Make sure list is correctly modified in all cases
 discard 83079b1  update serializables again
 discard 918a480  Make thin wrapper for LinkedList, move sizing to RedisList
 discard 208a287  Only send indexes over wire when removing list elements
 discard aa142de  serializables change
 discard caac7bc  Intellij put the imports in the wrong place
 discard 59077a8  Re-implement linked list to reduce object allocations and memory usage
 discard 8438b70  Update LIST_ENTRY size for newer JDK versions
 discard f168ee0  some pipleline errors
 discard 7cb15a3  spA tweak
 discard 579ad16  Fix broken test
 discard a079fcd  Clean up unneeded variables
 discard 46bc42f  LPopDUnitTest tests data retention in face of server crash
 discard 27d6f6c  spA cleanup
 discard 6d7dcbd  Add concurrent list tests
 discard 552e0d9  Split ListIntegrationTest based on commands
 discard 10c5a42  Remove unused return value on method
 discard 6b35681  Simplify LLEN internal argument passing
 discard 5a1dd17  Fix serializing RedisList and children
 discard e7784ab  Review updates 3
 discard 6bad7e9  Review updates 2
 discard c664ecd  Review updates 1
 discard 67b553b  Remove javadoc for removed param
 discard fab107d  Update sanctioned serializables too
 discard 8e4be85  update sanctioned serializables to account for new RedisList class
 discard 2160141  Work around test issue for LPOP argument count
 discard e05937f  Add initial support for RedisLists - implements LPUSH, LPOP, LLEN
     add ae5ea42  Add initial support for RedisLists - implements LPUSH, LPOP, LLEN

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   (7cd9233)
            \
             N -- N -- N   refs/heads/GEODE-9892-Create-Infrastructure-for-Redis-Lists (ae5ea42)

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: