priam/src/main/java/com/netflix/priam/connection/JMXNodeTool.java [169:176]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                try {
                    tool.close(); // Ensure we properly close any existing (even if it's
                    // corrupted) connection to the remote jmx agent
                } catch (IOException e) {
                    logger.warn(
                            "Exception performing house cleaning -- closing current connection to jmx remote agent.  Msg: {}",
                            e.getLocalizedMessage(),
                            e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



priam/src/main/java/com/netflix/priam/connection/JMXNodeTool.java [201:207]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            try {
                tool.close();
            } catch (IOException e) {
                logger.warn(
                        "Exception performing house cleaning -- closing current connection to jmx remote agent.  Msg: {}",
                        e.getLocalizedMessage(),
                        e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



