You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Pankaj Kumar (JIRA)" <ji...@apache.org> on 2016/09/28 10:53:20 UTC

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

Pankaj Kumar created HBASE-16723:
------------------------------------

             Summary: 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
            Reporter: Pankaj Kumar
            Assignee: Pankaj Kumar


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)