Github user narendragoyal commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1457#discussion_r171365500
  
    --- Diff: core/sqf/monitor/linux/zclient.cxx ---
    @@ -1524,6 +1763,108 @@ int CZClient::WatchNode( const char *nodeName )
         return(rc);
     }
     
    +int CZClient::WatchNodeMasterDelete( const char *nodeName )
    +{
    +    const char method_name[] = "CZClient::WatchMasterDelete";
    +    TRACE_ENTRY;
    +    
    --- End diff --
    
    Not sure if we need a check for empty/null nodeName here.


---

Reply via email to