This is an automated email from the ASF dual-hosted git repository.
zhouxj pushed a change to branch feature/GEODE-3967
in repository https://gitbox.apache.org/repos/asf/geode.git.
omit 69c8eb8 GEODE-3967: There're following 6 problems fixed here: 1) When
ConcurrentCacheModificationException happened, GatewaySenderEventImpl should
save the status and notify gatewaysender if it hold primary queue, because
other member might have put the event into the secondary queue. 2) In
AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd try
should allow both create and update. 3) Let event with CME not to dispatch. The
old logic does not allow CME eve [...]
add 9f17736 GEODE-3643 Add function execution on specific member
add c03072d GEODE-4645: Update help string for create region
--if-not-exists (#1431)
add 954ccb5 GEODE-3974: revert a change to log the exception in the
server logs (#1444)
add 68deb0d GEODE-800: Update fast-classpath-scanner to 2.18.1 (#1430)
add da5da79 GEODE-4651: fix transactional destroy entry leak (#1433)
add 0290f94 GEODE-4649 Specify minimum java update version (#1451)
new 974497c GEODE-3967: There're following 6 problems fixed here: 1) When
ConcurrentCacheModificationException happened, GatewaySenderEventImpl should
save the status and notify gatewaysender if it hold primary queue, because
other member might have put the event into the secondary queue. 2) In
AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd try
should allow both create and update. 3) Let event with CME not to dispatch. The
old logic does not allow CME eve [...]
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 (69c8eb8)
\
N -- N -- N refs/heads/feature/GEODE-3967 (974497c)
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.
The 1 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:
geode-book/config.yml | 1 +
.../geode/internal/cache/InternalRegion.java | 8 ++
.../apache/geode/internal/cache/LocalRegion.java | 7 +-
.../cache/MemberFunctionStreamingMessage.java | 7 +-
.../cache/entries/AbstractRegionEntry.java | 8 +-
.../management/internal/cli/i18n/CliStrings.java | 2 +-
.../internal/deployment/FunctionScanner.java | 2 +-
.../eviction/TransactionsWithOverflowTest.java | 48 ++++++++
.../cli/commands/ConcurrentDeployDUnitTest.java | 2 +-
.../persisting_configurations.html.md.erb | 14 +--
.../running/running_the_locator.html.md.erb | 2 +-
.../15_minute_quickstart_gfsh.html.md.erb | 4 +-
.../system_requirements/host_machine.html.md.erb | 4 +-
.../management/jmx_manager_operations.html.md.erb | 2 +-
.../tools_modules/gfsh/tour_of_gfsh.html.md.erb | 6 +-
.../tc_additional_info.html.md.erb | 2 +-
.../tc_setting_up_the_module.html.md.erb | 2 +-
.../weblogic_setting_up_the_module.html.md.erb | 2 +-
.../src/main/proto/v1/clientProtocol.proto | 3 +
.../src/main/proto/v1/function_API.proto | 10 ++
...> AbstractFunctionRequestOperationHandler.java} | 87 +++++++------
...cuteFunctionOnGroupRequestOperationHandler.java | 129 +++++++++++++++++++
...uteFunctionOnMemberRequestOperationHandler.java | 137 +++++++++------------
...uteFunctionOnRegionRequestOperationHandler.java | 132 ++++++++------------
.../registry/ProtobufOperationContextRegistry.java | 10 ++
... => ExecuteFunctionOnGroupIntegrationTest.java} | 53 ++++----
...onOnGroupRequestOperationHandlerJUnitTest.java} | 66 ++++++----
gradle/dependency-versions.properties | 2 +-
28 files changed, 461 insertions(+), 291 deletions(-)
copy
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/v1/operations/{ExecuteFunctionOnRegionRequestOperationHandler.java
=> AbstractFunctionRequestOperationHandler.java} (65%)
create mode 100644
geode-protobuf/src/main/java/org/apache/geode/internal/protocol/protobuf/v1/operations/ExecuteFunctionOnGroupRequestOperationHandler.java
copy
geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/{ExecuteFunctionOnMemberIntegrationTest.java
=> ExecuteFunctionOnGroupIntegrationTest.java} (85%)
copy
geode-protobuf/src/test/java/org/apache/geode/internal/protocol/protobuf/v1/operations/{ExecuteFunctionOnMemberRequestOperationHandlerJUnitTest.java
=> ExecuteFunctionOnGroupRequestOperationHandlerJUnitTest.java} (72%)
--
To stop receiving notification emails like this one, please contact
[email protected].