[ https://issues.apache.org/jira/browse/TRAFODION-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292303#comment-16292303 ]
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_r157153197 --- Diff: dcs/src/main/java/org/trafodion/dcs/Constants.java --- @@ -201,6 +201,12 @@ /** Default value for user program restart handler retry interval millis */ public static final int DEFAULT_DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_RETRY_INTERVAL_MILLIS = 5000; + /** Configuration key for user program restart handler retry interval millis */ + public static final String DCS_SERVER_USER_PROGRAM_RESTART_HANDLER_RETRY_INTERVAL_MINUTES = "dcs.server.user.program.restart.handler.retry.interval.minutes"; --- End diff -- I would suggest to be "dcs.server.user.program.restart.handler.retry.timeout.minutes" Add this new setting into dcs-default.xml > 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)