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

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

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

    https://github.com/apache/activemq-artemis/pull/2041#discussion_r184175183
  
    --- Diff: 
artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/brokerDiagram.js ---
    @@ -455,16 +457,27 @@ var ARTEMIS = (function(ARTEMIS) {
                                   addLinkIds("broker:" + broker.brokerId, 
"broker:" + "\"" + remoteBroker.live + "\"", "network");
     
                                   var backup = remoteBroker.backup;
    +                              ARTEMIS.log.info("isbackup? " + backup);
                                   if (backup) {
                                      getOrAddBroker(false, "\"" + backup + 
"\"", remoteBroker.nodeID, "remote", null, properties);
                                      addLinkIds("broker:" + "\"" + 
remoteBroker.live + "\"", "broker:" + "\"" + backup + "\"", "network");
                                   }
                                }
                                else {
    -                              var backup = remoteBroker.backup;
    -                              if (backup) {
    -                                 getOrAddBroker(false, "\"" + 
remoteBroker.backup + "\"", remoteBroker.nodeID, "remote", null, properties);
    -                                 addLinkIds("broker:" + broker.brokerId, 
"broker:" + "\"" + remoteBroker.backup + "\"", "network");
    +                              var newBackReq = 
ARTEMISService.artemisConsole.isBackup(jolokia, mBean);
    +                              var newBackup = newBackReq.value;
    +                              if (!newBackup) {
    +                                 ARTEMIS.log.info("yes I'm master right 
now");
    --- End diff --
    
    this is a debug message.. you probably didn't mean to have it here.


> Live-backup topology not correctly displayed on console
> -------------------------------------------------------
>
>                 Key: ARTEMIS-1825
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1825
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 2.5.0
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>             Fix For: 2.5.1
>
>
> The backup's web console doesn't correctly shows the topology diagram of 
> live-backup pair. It points to itself.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to