kirklund opened a new pull request, #7765:
URL: https://github.com/apache/geode/pull/7765
Servers and Locators started via Gfsh both have NORMAL_DM_TYPE, however,
some locators are of the type LOCATOR_DM_TYPE.
Older scripts and tools set:
{noformat}
System.setProperty(InternalLocator.FORCE_LOCATOR_DM_TYPE, "true");
{noformat}
which then results in Locators having LOCATOR_DM_TYPE. Otherwise they are
NORMAL_DM_TYPE.
DistributionStats nodes is defined as NOT counting processes of type
LOCATOR_DM_TYPE.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]