[ https://issues.apache.org/jira/browse/GEODE-9807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17479141#comment-17479141 ]
ASF subversion and git services commented on GEODE-9807: -------------------------------------------------------- Commit e2abb6579e553fafd7b48dac0fed82af27d178bf in geode's branch refs/heads/develop from Alberto Gomez [ https://gitbox.apache.org/repos/asf?p=geode.git;h=e2abb65 ] GEODE-9807: gfsh gateway sender stop in parallel (like start) (#7108) * GEODE-9807: gfsh Gateway sender stop in parallel (like start) * GEODE-9807: Add unit tests * GEODE-9807: Refactor to better test after review. * GEODE-9807: Changes after review. * GEODE-9807: Removed delegate class to simplify as suggested by review * GEODE-9807: Small changes after review * GEODE-9807: stub some class under test methods instead of passing dependencies in constructor > Gfsh stop gateway sender command in parallel > -------------------------------------------- > > Key: GEODE-9807 > URL: https://issues.apache.org/jira/browse/GEODE-9807 > Project: Geode > Issue Type: Improvement > Components: gfsh, wan > Reporter: Alberto Gomez > Assignee: Alberto Gomez > Priority: Major > Labels: pull-request-available > > Currently, the gfsh stop gateway sender command stops serially the gateway > sender on each server. > The higher the number of Geode servers in the system, the longer the command > will take. > This process can take very long specially in deployments with a lot of Geode > servers and this can be aggravated if the receiving side is not available > (connections to the remote site are timing out). > It is proposed to implement the stopping of gateway senders in gfsh in > parallel just as it is done by the start gateway sender gfsh command. -- This message was sent by Atlassian Jira (v8.20.1#820001)