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

ASF GitHub Bot commented on ARTEMIS-1324:
-----------------------------------------

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

    https://github.com/apache/activemq-artemis/pull/1443#discussion_r131765381
  
    --- Diff: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java
 ---
    @@ -477,6 +477,16 @@ public static String 
getDefaultHapolicyBackupStrategy() {
     
        public static int DEFAULT_QUORUM_SIZE = -1;
     
    +   public static final boolean DEFAULT_ANALYZE_CRITICAL = true;
    +
    +   public static final long DEFAULT_ANALYZE_CRITICAL_TIMEOUT = 120000;
    +
    +   // this will be 0, the implementation should return 1/2 of the 
configured critical timeout
    +   public static final long DEFAULT_ANALYZE_CHECK_PERIOD = 0;
    --- End diff --
    
    nope.. will remove it


> Critical Analysis and deadlock detection on broker
> --------------------------------------------------
>
>                 Key: ARTEMIS-1324
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1324
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>          Components: Broker
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>            Priority: Critical
>             Fix For: 2.3.0
>
>




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

Reply via email to