Github user narendragoyal commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1457#discussion_r171365789
--- Diff: core/sqf/monitor/linux/zclient.cxx ---
@@ -1484,6 +1676,53 @@ void CZClient::WatchCluster( void )
TRACE_EXIT;
}
+int CZClient::WatchMasterNode( const char *nodeName )
+{
+ const char method_name[] = "CZClient::WatchMasterNode";
+ TRACE_ENTRY;
+
--- End diff --
check for empty/null nodeName just in case :)? ---
