You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/17 15:50:00 UTC

[jira] [Resolved] (HBASE-10874) Use just one Jetty server for master web UI

     [ https://issues.apache.org/jira/browse/HBASE-10874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-10874.
-----------------------------------------
    Resolution: Not A Problem

> 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
>            Priority: Minor
>
> 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
(v8.20.7#820007)