You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Sijie Guo (Created) (JIRA)" <ji...@apache.org> on 2011/10/26 09:27:32 UTC

[jira] [Created] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

extends zookeeper JMX to monitor and manage hedwig server
---------------------------------------------------------

                 Key: BOOKKEEPER-96
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
             Project: Bookkeeper
          Issue Type: Sub-task
          Components: hedwig-server
    Affects Versions: 3.4.0
            Reporter: Sijie Guo


we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231059#comment-13231059 ] 

jiraposter@reviews.apache.org commented on BOOKKEEPER-96:
---------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4307/#review6029
-----------------------------------------------------------



hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanRegistry.java
<https://reviews.apache.org/r/4307/#comment13011>

    This should extend BKMBeanRegistry to avoid copying Zookeeper code twice.


- Ivan


On 2012-03-13 11:32:54, Sijie Guo wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4307/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-03-13 11:32:54)
bq.  
bq.  
bq.  Review request for bookkeeper.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server
bq.  
bq.  
bq.  This addresses bug BOOKKEEPER-96.
bq.      https://issues.apache.org/jira/browse/BOOKKEEPER-96
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigJMXService.java PRE-CREATION 
bq.    hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanInfo.java PRE-CREATION 
bq.    hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanRegistry.java PRE-CREATION 
bq.  
bq.  Diff: https://reviews.apache.org/r/4307/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Sijie
bq.  
bq.


                
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 4.0.0
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.1.0
>
>         Attachments: BK-96.diff, BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "Sijie Guo (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sijie Guo updated BOOKKEEPER-96:
--------------------------------

    Attachment: BK-96.diff_v2

new patch addressed Ivan's comment.
                
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 4.0.0
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.1.0
>
>         Attachments: BK-96.diff, BK-96.diff_v2, BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228328#comment-13228328 ] 

jiraposter@reviews.apache.org commented on BOOKKEEPER-96:
---------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4307/
-----------------------------------------------------------

Review request for bookkeeper.


Summary
-------

we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server


This addresses bug BOOKKEEPER-96.
    https://issues.apache.org/jira/browse/BOOKKEEPER-96


Diffs
-----

  hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigJMXService.java PRE-CREATION 
  hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanInfo.java PRE-CREATION 
  hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanRegistry.java PRE-CREATION 

Diff: https://reviews.apache.org/r/4307/diff


Testing
-------


Thanks,

Sijie


                
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 4.0.0
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>         Attachments: BK-96.diff, BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231997#comment-13231997 ] 

jiraposter@reviews.apache.org commented on BOOKKEEPER-96:
---------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4307/
-----------------------------------------------------------

(Updated 2012-03-17 16:09:30.126841)


Review request for bookkeeper.


Changes
-------

address Ivan's comment.


Summary
-------

we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server


This addresses bug BOOKKEEPER-96.
    https://issues.apache.org/jira/browse/BOOKKEEPER-96


Diffs (updated)
-----

  bookkeeper-server/src/main/java/org/apache/bookkeeper/jmx/BKMBeanRegistry.java bdea256 
  hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigJMXService.java PRE-CREATION 
  hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanInfo.java PRE-CREATION 
  hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanRegistry.java PRE-CREATION 

Diff: https://reviews.apache.org/r/4307/diff


Testing
-------


Thanks,

Sijie


                
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 4.0.0
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.1.0
>
>         Attachments: BK-96.diff, BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "Sijie Guo (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sijie Guo updated BOOKKEEPER-96:
--------------------------------

    Attachment: BOOKKEEPER-96.patch
    
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 3.4.0
>            Reporter: Sijie Guo
>         Attachments: BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "Ivan Kelly (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232575#comment-13232575 ] 

Ivan Kelly commented on BOOKKEEPER-96:
--------------------------------------

+1, committing
                
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 4.0.0
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.1.0
>
>         Attachments: BK-96.diff, BK-96.diff_v2, BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232580#comment-13232580 ] 

Hudson commented on BOOKKEEPER-96:
----------------------------------

Integrated in bookkeeper-trunk #416 (See [https://builds.apache.org/job/bookkeeper-trunk/416/])
    BOOKKEEPER-96: extends zookeeper JMX to monitor and manage hedwig server (sijie via ivank) (Revision 1302392)

     Result = UNSTABLE
ivank : 
Files : 
* /zookeeper/bookkeeper/trunk/CHANGES.txt
* /zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/jmx/BKMBeanRegistry.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/jmx
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigJMXService.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanInfo.java
* /zookeeper/bookkeeper/trunk/hedwig-server/src/main/java/org/apache/hedwig/server/jmx/HedwigMBeanRegistry.java

                
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 4.0.0
>            Reporter: Sijie Guo
>            Assignee: Ivan Kelly
>             Fix For: 4.1.0
>
>         Attachments: BK-96.diff, BK-96.diff_v2, BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "Sijie Guo (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sijie Guo updated BOOKKEEPER-96:
--------------------------------

    Attachment: BK-96.diff

new patch rebased on trunk
                
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 4.0.0
>            Reporter: Sijie Guo
>         Attachments: BK-96.diff, BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-96) extends zookeeper JMX to monitor and manage hedwig server

Posted by "Ivan Kelly (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Kelly updated BOOKKEEPER-96:
---------------------------------

    Fix Version/s: 4.1.0
    
> extends zookeeper JMX to monitor and manage hedwig server
> ---------------------------------------------------------
>
>                 Key: BOOKKEEPER-96
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-96
>             Project: Bookkeeper
>          Issue Type: Sub-task
>          Components: hedwig-server
>    Affects Versions: 4.0.0
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 4.1.0
>
>         Attachments: BK-96.diff, BOOKKEEPER-96.patch
>
>
> we can extends / reuses zookeeper JMX utils to monitor and manage hedwig server

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira