[ https://issues.apache.org/jira/browse/TRAFODION-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416064#comment-16416064 ]
ASF GitHub Bot commented on TRAFODION-3003: ------------------------------------------- Github user hegdean commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1499#discussion_r177530157 --- Diff: dcs/src/main/resources/dcs-default.xml --- @@ -386,4 +386,33 @@ Timeout minutes between first and max times (6 default) DCS Server startup MXOSRVR. </description> </property> + <property> + <name>dcs.server.user.program.tcp.keepalive.status</name> + <value>enable</value> + <description> + Used in mxosrvr keepalive , parameter is ENABLE IDLETIME INTERTIME RETRYCNT. + </description> + </property> + <property> + <name>dcs.server.user.program.tcp.keepalive.idletime</name> + <value>300</value> + <description> + Used in mxosrvr keepalive , parameter is ENABLE IDLETIME INTERTIME RETRYCNT. + </description> + </property> + <property> + <name>dcs.server.user.program.tcp.keepalive.intervaltime</name> + <value>5</value> + <description> + Used in mxosrvr keepalive , parameter is ENABLE IDLETIME INTERTIME RETRYCNT. --- End diff -- description should be specific to the property. Also would be good to indicate the unit of time mins, secs or msec and so on > Trafodion keepalive support > --------------------------- > > Key: TRAFODION-3003 > URL: https://issues.apache.org/jira/browse/TRAFODION-3003 > Project: Apache Trafodion > Issue Type: New Feature > Components: connectivity-mxosrvr > Affects Versions: 2.4 > Reporter: haolin.song > Assignee: haolin.song > Priority: Major > > We need to make sure the connection exists when the client does not operate > for a long time. -- This message was sent by Atlassian JIRA (v7.6.3#76005)