You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jc...@apache.org on 2019/01/22 20:09:09 UTC

[geode] branch feature/GEODE-6273 updated (dfeb2ab -> a0bb241)

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

jchen21 pushed a change to branch feature/GEODE-6273
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard dfeb2ab  GEODE-6273: add server group parameter for creating mapping command
     new ffd6b38  GEODE-6244 Healthy member kicked out by sick member
     new e52f6f6  GEODE-6292 hot loop in GMSJoinLeave.findCoordinator
     new 86099f9  GEODE-6294: Add disable-jmx config property
     new 14359cc  GEODE-6232: Disable JMX in PersistentPartitionedRegionRegressionTest
     new bd45232  GEODE-6268: Reduce the number of iterations for unique port ranges in AvailablePortHelperIntegrationTest (#3092)
     new 5b59595  GEODE-6305: Disable Gradle parallel mode for WindowsGfshDistributedTest jobs (#3103)
     new 654dc3b  GEODE-6297: Add Process info to Launcher status failure msg
     new a0bb241  GEODE-6273: add server group parameter for creating mapping command

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   (dfeb2ab)
            \
             N -- N -- N   refs/heads/feature/GEODE-6273 (a0bb241)

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 7265 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:
 ci/pipelines/shared/jinja.variables.yml            |  1 +
 .../cache/query/dunit/QueryUsingPoolDUnitTest.java |  1 +
 .../apache/geode/distributed/LocatorDUnitTest.java |  1 -
 .../PersistentPartitionedRegionRegressionTest.java | 11 +++-
 .../LocatorLauncherRemoteIntegrationTestCase.java  | 23 +++++--
 .../ServerLauncherRemoteIntegrationTestCase.java   | 23 +++++--
 .../gms/fd/GMSHealthMonitorJUnitTest.java          | 35 ++++++++++-
 .../gms/membership/GMSJoinLeaveJUnitTest.java      | 26 ++++++++
 .../AvailablePortHelperIntegrationTest.java        |  4 +-
 .../management/DisableJmxIntegrationTest.java      | 67 ++++++++++----------
 .../geode/admin/DistributedSystemConfig.java       | 14 +++++
 .../internal/DistributedSystemConfigImpl.java      | 17 +++++
 .../internal/AdminDistributedSystemJmxImpl.java    | 10 +++
 .../geode/distributed/ConfigurationProperties.java | 12 ++++
 .../internal/AbstractDistributionConfig.java       |  5 ++
 .../distributed/internal/DistributionConfig.java   | 24 ++++++++
 .../internal/DistributionConfigImpl.java           | 19 +++++-
 .../distributed/internal/membership/NetView.java   | 25 +++-----
 .../membership/gms/fd/GMSHealthMonitor.java        | 72 ++++++++++++++++------
 .../membership/gms/membership/GMSJoinLeave.java    | 13 +++-
 .../membership/gms/mgr/GMSMembershipManager.java   |  2 +-
 .../geode/internal/cache/GemFireCacheImpl.java     | 15 +++--
 .../tier/sockets/command/ExecuteFunction66.java    |  2 +-
 .../internal/DistributionConfigJUnitTest.java      |  4 +-
 24 files changed, 331 insertions(+), 95 deletions(-)
 copy geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/examples/LocatorPortClusterExampleTest.java => geode-core/src/integrationTest/java/org/apache/geode/management/DisableJmxIntegrationTest.java (51%)