[ 
https://issues.apache.org/jira/browse/TRAFODION-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063632#comment-16063632
 ] 

ASF GitHub Bot commented on TRAFODION-2668:
-------------------------------------------

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

    
https://github.com/apache/incubator-trafodion/pull/1144#discussion_r124078860
  
    --- Diff: dcs/src/main/java/org/trafodion/dcs/server/ServerManager.java ---
    @@ -127,12 +125,17 @@ public ServerMonitor(int childInstance, String 
registeredPath) {
             }
     
             public boolean monitor() throws Exception {
    -            LOG.debug("registered path [" + registeredPath + "]");
    -            stat = zkc.exists(registeredPath, false);
    -            if (stat != null) { // User program znode found in
    -                                // /registered...check pid
    -                isRunning = isPidRunning();
    -                LOG.debug("isRunning [" + isRunning + "]");
    +            try {
    --- End diff --
    
    This method doesn't throw exception anymore. So you can remove throws clause


> one mxosrvr can't startup, dcsServer down
> -----------------------------------------
>
>                 Key: TRAFODION-2668
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2668
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: mashengchen
>            Assignee: mashengchen
>
> if one of the mxosrvr have any error, while dscserver is starting, dcsserver 
> will down



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to