Details
Description
We are creating RMI registry in JMXListener.startConnectorServer() ,
// Create the RMI registry
LocateRegistry.createRegistry(rmiRegistryPort);
This registry is never deregistered, should be destoyed after stopping JMX Connector server.
Attachments
Attachments
Issue Links
- Dependent
-
HBASE-16663 JMX ConnectorServer stopped when unauthorized user try to stop HM/RS/cluster
- Closed