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

    https://github.com/apache/activemq-artemis/pull/1443#discussion_r131764621
  
    --- 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 --
    
    with the logic below now of timeout / 2, is this used?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to