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

ASF subversion and git services commented on GEODE-7488:
--------------------------------------------------------

Commit e5cdb88afddbc80635600e18660f0382979f0066 in geode's branch 
refs/heads/develop from Robert Houghton
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e5cdb88 ]

GEODE-7488 (#4360)

* GEODE-7488: Add ServerAliveCountMax to the ssh options.

Adding the ServerAliveCountMax as a additional property for long
standing ssh remote commands.This will help in intermittent
disconnections which happen during peak hours.

* add ssh option with flag


> Add ServerAliveCountMax to the ssh options.
> -------------------------------------------
>
>                 Key: GEODE-7488
>                 URL: https://issues.apache.org/jira/browse/GEODE-7488
>             Project: Geode
>          Issue Type: Improvement
>          Components: ci
>            Reporter: Bala Tripura Sundari Kaza Venkata
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Add ServerAliveCountMax to the ssh options in addition to the 
> ServerAliveInterval to increase the time before disconnection.
> For example, if ServerAliveInterval value is set to 30. This will send a 
> hello-are-you-there signal to the server if no packets have been received in 
> the preceding 30 seconds (as specified above). However, if the number of 
> consecutive hello-are-you-there signals reaches ServerAliveCountMax then ssh 
> will disconnect from the server. This number by default is 3. We can try 
> increasing the ServerAliveCountMax number to a higher number like 5 which can 
> help during particular timings (eg: 8 pm for windows tests) when the response 
> time might be longer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to