[geode] branch develop updated: GEODE-10223: Fix BlockingCommandListnerTest to be less flaky. (#7592)

2022-04-15 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 9faaf49189 GEODE-10223: Fix

[geode] branch develop updated (16020446df -> 2456b89b26)

2022-04-12 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git from 16020446df GEODE-10225: Gfsh start commands add exports on JDK 11+ (#7572) add 2456b89b26 GEODE-10157: Add

[geode] branch develop updated: GEODE-10121: Fix transactional redis commands (#7513)

2022-04-06 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 141d43dc67 GEODE-10121: Fix transactional

[geode] branch develop updated (3cc3bdb826 -> 83a8230144)

2022-04-04 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git from 3cc3bdb826 GEODE-9953: Implement LTRIM Command (#7403) add 83a8230144 GEODE-10116: Enable Redis TCL tests for

[geode] branch develop updated: GEODE-9953: Implement LTRIM Command (#7403)

2022-04-04 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 3cc3bdb826 GEODE-9953: Implement LTRIM

[geode] branch develop updated (920268b -> a049b6e)

2022-02-16 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 920268b GEODE-10052: Fix flakiness in OutOfMemoryDUnitTest (#7369) add a049b6e GEODE-9892: Create

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (77e8cc2 -> 2d08550)

2022-02-16 Thread ringles
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. from 77e8cc2 Clean up LPushDUnitTest and do more validation add 2d08550

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (f045f40 -> 77e8cc2)

2022-02-16 Thread ringles
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. from f045f40 Address PR review concerns except cluster crash management

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (017e26c -> f045f40)

2022-02-16 Thread ringles
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. from 017e26c Remove unneeded test condition add f045f40 Address PR

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (5bb3d3a -> 017e26c)

2022-02-15 Thread ringles
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. from 5bb3d3a GEODE-9892: Add initial support for RedisLists - implements

[geode] branch WIP-GEODE-9892 updated (b1ff4dd -> 2a3713f)

2022-02-15 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a change to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git. discard b1ff4dd MOVED fix, more transactional lpush discard 0844500 experimentally reduce stress discard 0e68d87

[geode] 01/01: Ensure lpush atomic

2022-02-15 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git commit 2a3713f1caf6655897c720c2be0791a4e098875a Author: Ray Ingles AuthorDate: Tue Feb 15 13:21:25 2022 -0500

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (b8df8dc -> 5bb3d3a)

2022-02-14 Thread ringles
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 b8df8dc Remove unneeded wait, add test omit b1ff4dd MOVED fix, more

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (d64606c -> b8df8dc)

2022-02-14 Thread ringles
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. from d64606c More cleanup of test code add 165e128 Give server a chance

[geode] branch WIP-GEODE-9892 updated: MOVED fix, more transactional lpush

2022-02-14 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new b1ff4dd MOVED fix, more

[geode] branch WIP-GEODE-9892 updated: experimentally reduce stress

2022-02-14 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new 0844500 experimentally reduce

[geode] branch WIP-GEODE-9892 updated: Yet more debug

2022-02-13 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new 0e68d87 Yet more debug 0e68d87

[geode] branch WIP-GEODE-9892 updated: More debug

2022-02-13 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new f2b4c4c More debug f2b4c4c is

[geode] branch WIP-GEODE-9892 updated: Give cluster more time to init

2022-02-13 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new 45c688e Give cluster more time

[geode] branch WIP-GEODE-9892 updated: LPUSH failing to update list length

2022-02-13 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new 1cea1ef LPUSH failing to

[geode] branch WIP-GEODE-9892 updated: Give server a chance to fully join cluster

2022-02-13 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new 165e128 Give server a chance

[geode] branch WIP-GEODE-9892 updated (2f6032d -> d64606c)

2022-02-13 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a change to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git. from 2f6032d clean up lpop verification logic add d64606c More cleanup of test code No new revisions were

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (f547a09 -> d64606c)

2022-02-13 Thread ringles
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. from f547a09 loop termination condition fix add a134aad no buckets

[geode] branch WIP-GEODE-9892 updated: clean up lpop verification logic

2022-02-11 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new 2f6032d clean up lpop

[geode] branch WIP-GEODE-9892 updated: update previousElement in case of skips

2022-02-11 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new b4852a3 update previousElement

[geode] branch WIP-GEODE-9892 updated: Slow the roll on the bucket moves

2022-02-11 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new 9f1baa3 Slow the roll on the

[geode] branch WIP-GEODE-9892 updated: no buckets

2022-02-11 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/WIP-GEODE-9892 by this push: new a134aad no buckets a134aad is

[geode] branch WIP-GEODE-9892 created (now f547a09)

2022-02-11 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a change to branch WIP-GEODE-9892 in repository https://gitbox.apache.org/repos/asf/geode.git. at f547a09 loop termination condition fix No new revisions were added by this update.

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (fbd06b9 -> f547a09)

2022-02-11 Thread ringles
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. from fbd06b9 list not zero at end? add f547a09 loop termination

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (701b99d -> fbd06b9)

2022-02-11 Thread ringles
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. from 701b99d fix the loop termination condition add fbd06b9 list not

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (bd91218 -> 701b99d)

2022-02-11 Thread ringles
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. from bd91218 if the list shrinks, track it in the loop add 701b99d fix

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (136982f -> bd91218)

2022-02-11 Thread ringles
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. from 136982f count things but only once add bd91218 if the list shrinks

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (23bd71b -> 136982f)

2022-02-11 Thread ringles
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. from 23bd71b count things add 136982f count things but only once No

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (c262a61 -> 23bd71b)

2022-02-11 Thread ringles
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. from c262a61 More test threshold experiment + spA add 23bd71b count

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (17d8100 -> c262a61)

2022-02-11 Thread ringles
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. from 17d8100 More test threshold experiment add c262a61 More test

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (1f0c6e1 -> 17d8100)

2022-02-11 Thread ringles
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. from 1f0c6e1 Test threshold experiment add 17d8100 More test threshold

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (eb9f517 -> 1f0c6e1)

2022-02-11 Thread ringles
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. from eb9f517 More debug add 1f0c6e1 Test threshold experiment No new

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (71c9b40 -> eb9f517)

2022-02-11 Thread ringles
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. from 71c9b40 Handle initial difference count add eb9f517 More debug No

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (83e708b -> 71c9b40)

2022-02-11 Thread ringles
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. from 83e708b Skip validation in case of single LPOP repeat add 71c9b40

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (8e463d3 -> 83e708b)

2022-02-10 Thread ringles
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. from 8e463d3 Account for possible repeated LPOPS add 83e708b Skip

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (f1ac323 -> 8e463d3)

2022-02-10 Thread ringles
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. from f1ac323 More debug add 8e463d3 Account for possible repeated LPOPS

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (b09987c -> f1ac323)

2022-02-10 Thread ringles
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. from b09987c Use logger to get useful logs add f1ac323 More debug No

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (2fc88f1 -> b09987c)

2022-02-10 Thread ringles
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. from 2fc88f1 More debug for dunitrunner add b09987c Use logger to get

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (39a3312 -> 2fc88f1)

2022-02-10 Thread ringles
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. from 39a3312 Improve assertion messages add 2fc88f1 More debug for

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (6c42172 -> 39a3312)

2022-02-10 Thread ringles
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. from 6c42172 Fix serialization error from logging, bump test iterations back

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (31b7460 -> 6c42172)

2022-02-09 Thread ringles
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. from 31b7460 Account for potentially duplicated operations add 6c42172

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (c78064c -> 31b7460)

2022-02-09 Thread ringles
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. from c78064c Debug updates to look for duplicate commands add 31b7460

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (b15187b -> c78064c)

2022-02-09 Thread ringles
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. from b15187b Enable more logging for debug add c78064c Debug updates to

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (280b940 -> b15187b)

2022-02-09 Thread ringles
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. from 280b940 Temporary change for CI test purposes add b15187b Enable

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (6047b2e -> 280b940)

2022-02-09 Thread ringles
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. from 6047b2e Update test condition to account for non-idempotency add

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (65b097e -> 6047b2e)

2022-02-08 Thread ringles
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 65b097e Update test condition to account for non-idempotency discard

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (61fa578 -> 65b097e)

2022-02-08 Thread ringles
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. from 61fa578 LPush DUnit tests add 65b097e Update test condition to

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (18d52d2 -> 61fa578)

2022-02-08 Thread ringles
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. from 18d52d2 Update LPushDUnitTest add 61fa578 LPush DUnit tests No

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (68a023e -> 18d52d2)

2022-02-07 Thread ringles
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. from 68a023e Fix rebase error. add 18d52d2 Update LPushDUnitTest No

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (38b32f6 -> 68a023e)

2022-02-06 Thread ringles
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. from 38b32f6 Comment fix, rebase add 68a023e Fix rebase error. No new

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (0248596 -> 38b32f6)

2022-02-04 Thread ringles
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 0248596 Test rework to address most PR reviews discard 12c8c36 PR

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (12c8c36 -> 0248596)

2022-02-04 Thread ringles
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. from 12c8c36 PR feedback updates add 0248596 Test rework to address

[geode] branch develop updated: Initial commit (#7335)

2022-02-03 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new cc31c15 Initial commit (#7335) cc31c15 is

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (eecdd5f -> 12c8c36)

2022-02-02 Thread ringles
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. from eecdd5f Add initial support for RedisLists - implements LPUSH, LPOP

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (e69df30 -> eecdd5f)

2022-02-02 Thread ringles
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 e69df30 Simplify SizeableByteArrayList sizing calculation discard

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (a775737 -> e69df30)

2022-02-02 Thread ringles
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. from a775737 Special-case LPOP testing until 6.2+ implemented add

[geode] 01/01: Initial commit

2022-02-02 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch GEODE-10013-Remove-Unused-Code-In-Geode-for-Redis-Tests in repository https://gitbox.apache.org/repos/asf/geode.git commit 0382607d40a49087bb36d2c2bcdfc66e6b36f125 Author: Ray Ingles

[geode] branch GEODE-10013-Remove-Unused-Code-In-Geode-for-Redis-Tests created (now 0382607)

2022-02-02 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a change to branch GEODE-10013-Remove-Unused-Code-In-Geode-for-Redis-Tests in repository https://gitbox.apache.org/repos/asf/geode.git. at 0382607 Initial commit This branch includes the following new

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (5e3af9a -> a775737)

2022-02-01 Thread ringles
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. from 5e3af9a Try to avoid merge error add a775737 Special-case LPOP

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

2022-02-01 Thread ringles
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. from ae5ea42 Add initial support for RedisLists - implements LPUSH, LPOP

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

2022-02-01 Thread ringles
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-Infr

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (aaeb5ac -> d5d3c63)

2022-02-01 Thread ringles
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. from aaeb5ac Split up interfering DUnit tests, remove unneeded function

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (d87da48 -> aaeb5ac)

2022-01-31 Thread ringles
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. from d87da48 Make LPopDUnitTest more useful add aaeb5ac Split up

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (f3a5a17 -> d87da48)

2022-01-31 Thread ringles
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. from f3a5a17 Correct entry format add d87da48 Make LPopDUnitTest more

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (f5f35ff -> f3a5a17)

2022-01-31 Thread ringles
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. from f5f35ff Correct half-fix. add f3a5a17 Correct entry format No new

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (5e90cdd -> f5f35ff)

2022-01-28 Thread ringles
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. from 5e90cdd Low-hanging PR suggestions add f5f35ff Correct half-fix

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (abca510 -> 5e90cdd)

2022-01-28 Thread ringles
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. from abca510 Make LGTM happy, create SizeableByteArrayList equals() add

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (b0cdd9e -> abca510)

2022-01-27 Thread ringles
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. from b0cdd9e Fix hashCode() for SizeableByteArrayList add abca510 Make

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (9291df5 -> b0cdd9e)

2022-01-27 Thread ringles
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. from 9291df5 empty commit to trigger rebuild add b0cdd9e Fix hashCode

[geode] 01/01: Revert "GEODE-9969: Fix unescaping the region name with underscore (#7282)"

2022-01-26 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a commit to branch Revert-GEODE-9969 in repository https://gitbox.apache.org/repos/asf/geode.git commit 64f7205065463babc3ab5d60105b7a8aad0cd5b5 Author: Ray Ingles AuthorDate: Wed Jan 26 18:20:41 2022 -0500

[geode] branch Revert-GEODE-9969 created (now 64f7205)

2022-01-26 Thread ringles
This is an automated email from the ASF dual-hosted git repository. ringles pushed a change to branch Revert-GEODE-9969 in repository https://gitbox.apache.org/repos/asf/geode.git. at 64f7205 Revert "GEODE-9969: Fix unescaping the region name with underscore (#7282)" T

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (bf52f2d -> 9291df5)

2022-01-26 Thread ringles
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. from bf52f2d Not sure why serializables changed add 9291df5 empty

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (05c82c4 -> bf52f2d)

2022-01-26 Thread ringles
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. from 05c82c4 Fix serialization bug add bf52f2d Not sure why

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (7e911ae -> 05c82c4)

2022-01-26 Thread ringles
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. from 7e911ae More PR review fixes add 05c82c4 Fix serialization bug No

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (660399c -> 7e911ae)

2022-01-25 Thread ringles
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. from 660399c Some PR tweaks add 7e911ae More PR review fixes No new

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (5340a79 -> 660399c)

2022-01-25 Thread ringles
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. from 5340a79 Temporary workaround for noise in MemoryOverheadIntegrationTest

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (f60e756 -> 5340a79)

2022-01-25 Thread ringles
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. from f60e756 Shift to SizeableByteArrayList add 5340a79 Temporary

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (0e003d7 -> f60e756)

2022-01-25 Thread ringles
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. from 0e003d7 Yet another serializables fix add f60e756 Shift to

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (4b4d1f3 -> 0e003d7)

2022-01-25 Thread ringles
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. from 4b4d1f3 Make sure list is correctly modified in all cases add

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (83079b1 -> 4b4d1f3)

2022-01-25 Thread ringles
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. from 83079b1 update serializables again add 4b4d1f3 Make sure list is

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (918a480 -> 83079b1)

2022-01-24 Thread ringles
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. from 918a480 Make thin wrapper for LinkedList, move sizing to RedisList

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (208a287 -> 918a480)

2022-01-24 Thread ringles
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. from 208a287 Only send indexes over wire when removing list elements add

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (aa142de -> 208a287)

2022-01-24 Thread ringles
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. from aa142de serializables change add 208a287 Only send indexes over

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (caac7bc -> aa142de)

2022-01-24 Thread ringles
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. from caac7bc Intellij put the imports in the wrong place add aa142de

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (59077a8 -> caac7bc)

2022-01-24 Thread ringles
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. from 59077a8 Re-implement linked list to reduce object allocations and

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (8438b70 -> 59077a8)

2022-01-21 Thread ringles
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. from 8438b70 Update LIST_ENTRY size for newer JDK versions add 59077a8

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (f168ee0 -> 8438b70)

2022-01-21 Thread ringles
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. from f168ee0 some pipleline errors add 8438b70 Update LIST_ENTRY size

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

2022-01-21 Thread ringles
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. from 7cb15a3 spA tweak add f168ee0 some pipleline errors No new

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (579ad16 -> 7cb15a3)

2022-01-20 Thread ringles
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. from 579ad16 Fix broken test add 7cb15a3 spA tweak No new revisions

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (a079fcd -> 579ad16)

2022-01-20 Thread ringles
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. from a079fcd Clean up unneeded variables add 579ad16 Fix broken test

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (46bc42f -> a079fcd)

2022-01-20 Thread ringles
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. from 46bc42f LPopDUnitTest tests data retention in face of server crash

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (27d6f6c -> 46bc42f)

2022-01-20 Thread ringles
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. from 27d6f6c spA cleanup add 46bc42f LPopDUnitTest tests data retention

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (6d7dcbd -> 27d6f6c)

2022-01-20 Thread ringles
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. from 6d7dcbd Add concurrent list tests add 27d6f6c spA cleanup No new

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (552e0d9 -> 6d7dcbd)

2022-01-20 Thread ringles
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. from 552e0d9 Split ListIntegrationTest based on commands add 6d7dcbd

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (10c5a42 -> 552e0d9)

2022-01-20 Thread ringles
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. from 10c5a42 Remove unused return value on method add 552e0d9 Split

  1   2   >