Y. SREENIVASULU REDDY created HBASE-14170:
---------------------------------------------
Summary: [HBase Rest] RESTServer is not shutting down if
"hbase.rest.port" Address already in use.
Key: HBASE-14170
URL: https://issues.apache.org/jira/browse/HBASE-14170
Project: HBase
Issue Type: Bug
Components: REST
Reporter: Y. SREENIVASULU REDDY
Fix For: 2.0.0, 1.0.2, 1.2.0
[HBase Rest] RESTServer is not shutting down if "hbase.rest.port" Address
already in use.
If "hbase.rest.port" Address already in use, RESTServer should shutdown,
with out this "hbase.rest.port" we cant perform any operations on RESTServer.
Then there is no use of running RESTServer process.
{code}
2015-07-30 11:49:48,273 WARN [main] mortbay.log: failed
[email protected]:8080: java.net.BindException: Address already in
use
2015-07-30 11:49:48,274 WARN [main] mortbay.log: failed Server@563f38c4:
java.net.BindException: Address already in use
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)