[ 
https://issues.apache.org/jira/browse/GEODE-10085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499679#comment-17499679
 ] 

ASF GitHub Bot commented on GEODE-10085:
----------------------------------------

mmartell commented on a change in pull request #936:
URL: https://github.com/apache/geode-native/pull/936#discussion_r817006325



##########
File path: clicache/integration-test2/Cluster.cs
##########
@@ -70,8 +70,9 @@ private bool StartLocators()
 
             for (var i = 0; i < locatorCount_; i++)
             {
+                var startJmxManager = (i == 0);

Review comment:
       i) You can't start the JmxManager in gfsh independent of a locator.
   iii) Good catch! StartServers() has same issue. Fixed that one also.




-- 
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-unsubscr...@geode.apache.org

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


> Multiple Locators Not Working in New .NET Test Framework
> --------------------------------------------------------
>
>                 Key: GEODE-10085
>                 URL: https://issues.apache.org/jira/browse/GEODE-10085
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Michael Martell
>            Priority: Major
>              Labels: needsTriage, pull-request-available
>
> If a cluster with more than one locator is used in the new .NET test 
> framework, the test will fail. The failure results from trying to start 
> JmxManager when it is already running.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to