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

mcmellawatt pushed a change to branch release/1.8.0
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 411ff86  GEODE-5993: Eliminate race in monitorQueryThread() (#2818)
     new e54e33d  GEODE-5884: Added new command and restored pre 1.8 region 
function behavior (#2829)
     new 35f7a43  GEODE-5884: Adding to function exception list if cause is 
FunctionInvocationTargetException (#2809)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../client/internal/ExecuteRegionFunctionOp.java   | 31 ++++++++--
 .../cache/tier/sockets/CommandInitializer.java     |  7 ++-
 .../sockets/command/ExecuteRegionFunction66.java   |  7 +--
 .../command/ExecuteRegionFunctionGeode18.java      | 62 ++++++++++++++++++++
 .../internal/ExecuteRegionFunctionOpTest.java      | 63 +++++++++++++++++++++
 .../command/ExecuteRegionFunction66Test.java       | 22 ++++----
 ....java => ExecuteRegionFunctionGeode18Test.java} | 42 +++++++-------
 ...Query.java => RollingUpgradeNonHAFunction.java} | 66 ++++++++++++++++++++--
 8 files changed, 250 insertions(+), 50 deletions(-)
 create mode 100644 
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/ExecuteRegionFunctionGeode18.java
 create mode 100644 
geode-core/src/test/java/org/apache/geode/cache/client/internal/ExecuteRegionFunctionOpTest.java
 copy 
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/command/{ExecuteRegionFunction66Test.java
 => ExecuteRegionFunctionGeode18Test.java} (84%)
 copy 
geode-core/src/upgradeTest/java/org/apache/geode/internal/cache/rollingupgrade/{RollingUpgradeTracePRQuery.java
 => RollingUpgradeNonHAFunction.java} (61%)

Reply via email to