You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2013/08/31 01:45:52 UTC

[jira] [Created] (HBASE-9404) Create Monitor Daemon instead of current web ui's

Elliott Clark created HBASE-9404:
------------------------------------

             Summary: Create Monitor Daemon instead of current web ui's
                 Key: HBASE-9404
                 URL: https://issues.apache.org/jira/browse/HBASE-9404
             Project: HBase
          Issue Type: Improvement
          Components: UI
    Affects Versions: 0.98.0
            Reporter: Elliott Clark


It's hard to get designers and front end developers to iterate on our web ui, partly because it's not well separated, and partly because it's in java jsp/jamon.  It would be awesome to have something like Accumulo's monitor.

Have all of the current daemons just publish everything through json and remove the current UI.  Then we can separate the ui out into a monitor daemon that's just UI.

This would do a couple of things:

* force us to publish everything that's interesting though the 
metrics system. (Lots of stuff is there but some stuff isn't there.)
* remove a lot of resources from our hbase-server jar.
* make it easier to add graphing other features to the ui.
* allow us to remove some things from the rs -> master heart beat.
* encourage front end developers to get involved (wishful ?)



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira