Jimmy Xiang created HBASE-10874:
-----------------------------------
Summary: Use just one Jetty server for master web UI
Key: HBASE-10874
URL: https://issues.apache.org/jira/browse/HBASE-10874
Project: HBase
Issue Type: Improvement
Components: master, UI
Reporter: Jimmy Xiang
In HBase-10815, we introduced a separate Jetty server to redirect requests to
original master web UI port to the new shared info server. The reason for the
new Jetty server is because our InfoServer extends from the deprecated hadoop
HttpServer that doesn't support listening to multiple ports. We should either
have our own info server, or use the new version of HttpServer (if it supports
listening to multiple ports). So that we have just one Jetty server for web UI.
--
This message was sent by Atlassian JIRA
(v6.2#6252)