You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/06/02 21:19:52 UTC

[GitHub] [geode] kirklund opened a new pull request, #7765: GEODE-10358: Add new DmTypesDistributedTest

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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] kirklund closed pull request #7765: GEODE-10358: Add new DmTypesDistributedTest

Posted by GitBox <gi...@apache.org>.
kirklund closed pull request #7765: GEODE-10358: Add new DmTypesDistributedTest
URL: https://github.com/apache/geode/pull/7765


-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org