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

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_r131769055
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java
 ---
    @@ -2064,6 +2072,53 @@ public Configuration 
setNetworkCheckPing6Command(String command) {
           return this;
        }
     
    +   @Override
    +   public boolean isCriticalAnalyzer() {
    +      return criticalAnalyzer;
    +   }
    +
    +   @Override
    +   public Configuration setCriticalAnalyzer(boolean CriticalAnalyzer) {
    +      this.criticalAnalyzer = CriticalAnalyzer;
    +      return this;
    +   }
    +
    +   @Override
    +   public long getCriticalAnalyzerTimeout() {
    +      return criticalAnalyzerTimeout;
    +   }
    +
    +   @Override
    +   public Configuration setCriticalAnalyzerTimeout(long timeout) {
    +      this.criticalAnalyzerTimeout = timeout;
    +      return this;
    +   }
    +
    +   @Override
    +   public long getCriticalAnalyzerCheckPeriod() {
    +      if (criticalAnalyzerCheckPeriod <= 0) {
    --- End diff --
    
    I can always merge what I have now.. and make changes later :)


> 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