You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2016/10/07 06:59:20 UTC

[jira] [Updated] (HBASE-16723) RMI registry is not destroyed after stopping JMX Connector Server

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

Ashish Singhi updated HBASE-16723:
----------------------------------
    Fix Version/s: 0.98.24
                   1.2.4
                   1.3.1

Pushed to branch-1.3, branch-1.2 & 0.98 also.

> RMI registry is not destroyed after stopping JMX Connector Server
> -----------------------------------------------------------------
>
>                 Key: HBASE-16723
>                 URL: https://issues.apache.org/jira/browse/HBASE-16723
>             Project: HBase
>          Issue Type: Bug
>          Components: metrics
>    Affects Versions: 2.0.0, 1.4.0, 1.3.1, 1.2.3, 0.98.22
>            Reporter: Pankaj Kumar
>            Assignee: Pankaj Kumar
>             Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.4, 0.98.24
>
>         Attachments: HBASE-16723-V2.patch, HBASE-16723-V3.patch, HBASE-16723.patch
>
>
> We are creating RMI registry in JMXListener.startConnectorServer() ,
> {code}
>     // Create the RMI registry
>     LocateRegistry.createRegistry(rmiRegistryPort);
> {code}
> This registry is never deregistered, should be destoyed after stopping JMX Connector server.



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