You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Y. SREENIVASULU REDDY (JIRA)" <ji...@apache.org> on 2015/07/30 09:01:04 UTC

[jira] [Created] (HBASE-14171) [HBase Thrift] ThriftServer is not shutting down if "hbase.regionserver.thrift.port" Address already in use.

Y. SREENIVASULU REDDY created HBASE-14171:
---------------------------------------------

             Summary: [HBase Thrift] ThriftServer is not shutting down if "hbase.regionserver.thrift.port" Address already in use.
                 Key: HBASE-14171
                 URL: https://issues.apache.org/jira/browse/HBASE-14171
             Project: HBase
          Issue Type: Bug
          Components: Thrift
            Reporter: Y. SREENIVASULU REDDY
             Fix For: 2.0.0, 1.0.2, 1.2.0


If "hbase.regionserver.thrift.port" Address already in use, ThriftServer should shutdown,

with out this "hbase.regionserver.thrift.port"  we cant perform any operations on ThriftServer . Then there is no use of running ThriftServer process.
If port is already used then exception or message also not throwing like address already in use.
Only info port information is showing.
{code}
2015-07-30 12:20:56,186 INFO  [main] http.HttpServer: Jetty bound to port 9095
2015-07-30 12:20:56,186 INFO  [main] mortbay.log: jetty-6.1.26
2015-07-30 12:20:56,227 WARN  [main] mortbay.log: Can't reuse /tmp/Jetty_0_0_0_0_9095_thrift____.vqpz9l, using /tmp/Jetty_0_0_0_0_9095_thrift____.vqpz9l_4913486964252131199
2015-07-30 12:20:56,553 INFO  [main] mortbay.log: Started HttpServer$SelectChannelConnectorWithSafeStartup@0.0.0.0:9095 {code}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)