You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sw...@apache.org on 2016/04/12 14:59:04 UTC

[2/4] git commit: updated refs/heads/master to f313fac

Merge pull request #1479 from myENA/9285_exception_log

Cloudstack-9285 exception log additionAfter 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.

* pr/1479:
  Additional exception logging for Cloudstack-9285

Signed-off-by: Will Stevens <wi...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8e3d7ee4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8e3d7ee4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8e3d7ee4

Branch: refs/heads/master
Commit: 8e3d7ee41ca4ee78a5d6f99cb41b7635db8cb790
Parents: 2d68893 5f062f1
Author: Will Stevens <wi...@gmail.com>
Authored: Tue Apr 12 08:56:35 2016 -0400
Committer: Will Stevens <wi...@gmail.com>
Committed: Tue Apr 12 08:56:35 2016 -0400

----------------------------------------------------------------------
 agent/src/com/cloud/agent/Agent.java | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------