Github user wido commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/863#discussion_r40059225 --- Diff: utils/src/main/java/com/cloud/utils/nio/NioConnection.java --- @@ -88,6 +88,7 @@ public void start() throws NioConnectionException { init(); } catch (final ConnectException e) { s_logger.warn("Unable to connect to remote: is there a server running on port " + _port); + return; --- End diff -- Shouldn't we return on all Exceptions or just on this one?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---