GitHub user kiwiflyer opened a pull request: https://github.com/apache/cloudstack/pull/1479
Cloudstack-9285 exception log addition After discussion with @miguelaferreira on the previous PR related to Cloudstack-9285, we decided on adding additional exception logging for this issue. After adding it, the logs look like this in our lab: 2016-04-07 15:44:03,298 WARN [cloud.agent.Agent] (Agent-Handler-1:null) (logid:7225632a) NIO Connection Exception com.cloud.utils.exception.NioConnectionException: Connection closed with -1 on reading size. <<-- new exception logging 2016-04-07 15:44:03,298 INFO [cloud.agent.Agent] (Agent-Handler-1:null) (logid:7225632a) Attempted to connect to the server, but received an unexpected exception, trying again... << --original logging from previous PR. You can merge this pull request into a Git repository by running: $ git pull https://github.com/myENA/cloudstack 9285_exception_log Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1479.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1479 ---- commit 48ce76344040de2ab8014f76292abe0421d42f85 Author: Simon Weller <siwelle...@gmail.com> Date: 2016-03-24T19:55:34Z Merge pull request #4 from apache/4.7 4.7 PR commit 37f8fd115e629faf9e916f90873aca0caaea1c6e Author: Simon Weller <swel...@ena.com> Date: 2016-04-05T23:05:38Z Additional exception logging for Cloudstack-9285 ---- --- 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. ---