Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1163519828 for ; Tue, 12 Apr 2016 12:59:04 +0000 (UTC) Received: (qmail 40208 invoked by uid 500); 12 Apr 2016 12:59:03 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 40127 invoked by uid 500); 12 Apr 2016 12:59:03 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 40103 invoked by uid 99); 12 Apr 2016 12:59:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2016 12:59:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7890E00C5; Tue, 12 Apr 2016 12:59:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: swill@apache.org To: commits@cloudstack.apache.org Date: Tue, 12 Apr 2016 12:59:04 -0000 Message-Id: <57528b3977b3487a92e767530ee58278@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 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 Authored: Tue Apr 12 08:56:35 2016 -0400 Committer: Will Stevens Committed: Tue Apr 12 08:56:35 2016 -0400 ---------------------------------------------------------------------- agent/src/com/cloud/agent/Agent.java | 3 +++ 1 file changed, 3 insertions(+) ----------------------------------------------------------------------