This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from d6c3b1f GEODE-8407: MergeLogFiles fails to include files with the
same name b… (#5428)
add 1a6e192 GEODE-6950: hot loop in PrimaryHandler.processRequest()
(#5422)
No new revisions were added by this update.
Summary of changes:
.../gms/locator/MembershipLocatorImpl.java | 4 +-
.../membership/gms/locator/PrimaryHandler.java | 36 ++++++---
.../membership/gms/locator/PrimaryHandlerTest.java | 87 ++++++++++++++++++++++
3 files changed, 117 insertions(+), 10 deletions(-)
create mode 100644
geode-membership/src/test/java/org/apache/geode/distributed/internal/membership/gms/locator/PrimaryHandlerTest.java