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/07/01 20:47:00 UTC

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

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

Andrew Kyle Purtell resolved HBASE-14171.
-----------------------------------------
      Assignee:     (was: Bar Rotstein)
    Resolution: Abandoned

> [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
>    Affects Versions: 2.0.0
>            Reporter: Y. SREENIVASULU REDDY
>            Priority: Major
>              Labels: patch, test
>         Attachments: HBASE-14171.patch
>
>
> 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
(v8.20.10#820010)