Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.0.0-alpha1
-
None
-
None
-
None
Description
o.a.h.h.HttpServer can can be instanciated and configured:
1. Via classical constructor
2. Via static build method
Those 2 methods don't populate the same way the (deprecated) hostname and port, nor the jetty Connector.
This gives issue when using hbase on hadoop3 (HBASE-6581)