5960616263646566676869
countDownLatch.await(); if (connection != null) connection.close(); try { transport.shutdownNow(); } catch (IOException e) { LOGGER.debug("can't close connect", e); } } catch (InterruptedException e) {