Github user hegdean commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1487#discussion_r175844132
--- Diff: dcs/src/main/resources/dcs-default.xml ---
@@ -386,4 +386,12 @@
Timeout minutes between first and max times (6 default) DCS Server
startup MXOSRVR.
</description>
</property>
+ <property>
+ <name>dcs.server.user.program.keepalive.opt</name>
+ <value>ENABLE=enable,IDLETIME=300,INTERTIME=5,RETRYCNT=3</value>
--- End diff --
Can we split this into multiple property/values and change the property
name
dcs.server.user.program.tcp.keepalive.status
dcs.server.user.program.tcp.keepalive.idletime
dcs.server.user.program.tcp.keepalive.intervaltime
dcs.server.user.program.tcp.keepalive.retrycount
---