Github user hegdean commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1499#discussion_r177531067
--- Diff: dcs/src/main/java/org/trafodion/dcs/server/ServerManager.java ---
@@ -83,6 +83,10 @@
private int maxRestartAttempts;
private int retryIntervalMillis;
private String nid = null;
+ private static String mxosrvrKeepaliveStatus;
--- End diff --
can u change mxosrvr to userProg just like the other properties already
defined---
