[ https://issues.apache.org/jira/browse/CLOUDSTACK-6261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220887#comment-14220887 ]
ASF subversion and git services commented on CLOUDSTACK-6261: ------------------------------------------------------------- Commit 5563a7314e4ec1d4dcc5674dfa831fd0328c06a9 in cloudstack's branch refs/heads/4.3 from Sujaya Maiyya [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5563a73 ] fixed CLOUDSTACK-6261: remove the forceful timeout setting when login to NetScaler. (cherry picked from commit e07d0ddabfedad137856c3c9ae7de3a96fe25feb) Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> Conflicts: plugins/network-elements/netscaler/src/com/cloud/network/resource/NetscalerResource.java > remove the forceful timeout setting when login to NetScaler > ----------------------------------------------------------- > > Key: CLOUDSTACK-6261 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6261 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Network Devices > Affects Versions: 4.4.0 > Environment: NetScaler VPX/MPX 10.5+ (code does not force timeout > when login to SDX) > Reporter: Vijay Venkatachalam > Assignee: Rajesh Battala > Priority: Minor > Labels: patch > Fix For: 4.4.0 > > Original Estimate: 2h > Remaining Estimate: 2h > > Today, the NetScaler Resource forces a idle timeout of 100,000 seconds (~1 > day and 4 hours) during login. The request is to remove forcing the timeout > to a specific value. > Also, future versions of NetScaler is planning to have a cap of 1 day for > this setting. > It is best to leave it to the system default which is 30 mins. This should be > enough, anyway there are threads for monitoring of member status, and > statistics collections that keeps the session alive and it is unlikely to > gather idle time. > The NetScaler resource already handles timeout expiry using retries so there > should not be any see side effects by leaving the idle time out to be the > default value 30 mins.. -- This message was sent by Atlassian JIRA (v6.3.4#6332)