[
https://issues.apache.org/jira/browse/TRAFODION-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292306#comment-16292306
]
ASF GitHub Bot commented on TRAFODION-2844:
-------------------------------------------
Github user kevinxu021 commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1344#discussion_r157155029
--- Diff: dcs/src/main/java/org/trafodion/dcs/server/ServerManager.java ---
@@ -242,7 +246,7 @@ private void cleanupZk() {
zkc.delete(registeredPath, -1);
} catch (Exception e) {
e.printStackTrace();
- LOG.debug(e);
+ LOG.error(e);
--- End diff --
LOG.error(e.getMessage(), e);
> dcsserver restart mxosrvr should have a time range
> --------------------------------------------------
>
> Key: TRAFODION-2844
> URL: https://issues.apache.org/jira/browse/TRAFODION-2844
> Project: Apache Trafodion
> Issue Type: Bug
> Components: dcs
> Reporter: mashengchen
> Assignee: mashengchen
>
> when mxosrvr down ,dcsserver will restart it , and if mxosrvr down a lot of
> times in a period of time , there should reject the restart. if time between
> 6 times age(default setting) and this time are a very long time, dcsserver
> should allow the restart
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)