This is an automated email from the ASF dual-hosted git repository.
zhouxj pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 5d6fcf1 GEODE-7864: Fix array index out of bounds alerts (#5330)
add ee9a4b0 GEODE-8259: when client singlehop getAll encountered
SerializationException, it should retry (#5253)
No new revisions were added by this update.
Summary of changes:
.../geode/cache/client/internal/GetAllOp.java | 38 +++++---
.../cache/client/internal/GetAllOpJUnitTest.java | 101 +++++++++++++++++++++
2 files changed, 125 insertions(+), 14 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/cache/client/internal/GetAllOpJUnitTest.java