Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26A7B17306 for ; Tue, 6 Oct 2015 06:44:27 +0000 (UTC) Received: (qmail 59698 invoked by uid 500); 6 Oct 2015 06:44:26 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 59648 invoked by uid 500); 6 Oct 2015 06:44:26 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 59634 invoked by uid 99); 6 Oct 2015 06:44:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 06:44:26 +0000 Date: Tue, 6 Oct 2015 06:44:26 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12350) WASB Logging: Improve WASB Logging around deletes, reads and writes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944584#comment-14944584 ] Hudson commented on HADOOP-12350: --------------------------------- FAILURE: Integrated in Hadoop-Mapreduce-trunk #2428 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2428/]) HADOOP-12350. WASB Logging: Improve WASB Logging around deletes, reads (cnauroth: rev 5f6edb30c2bb648d5564c951edc25645e17e6636) * hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeAzureFileSystem.java * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java > WASB Logging: Improve WASB Logging around deletes, reads and writes > ------------------------------------------------------------------- > > Key: HADOOP-12350 > URL: https://issues.apache.org/jira/browse/HADOOP-12350 > Project: Hadoop Common > Issue Type: Improvement > Components: tools > Reporter: Dushyanth > Assignee: Dushyanth > Fix For: 2.8.0 > > Attachments: 0001-HADOOP-12350-Added-WASB-Logging-Statement.patch, 0001-HADOOP-12350-Improve-WASB-Logging-Itr3.patch, 0001-HADOOP-12350-Moving-from-commons.logging-to-slf4j-lo.patch, HADOOP-12350.004.patch, HADOOP-12350.005.patch, HADOOP-12350.006.patch, HADOOP-12350.007.patch > > > Logging around the WASB component is very limited and it is disabled by default. This improvement is created to add logging around Reads, Writes and Deletes when Azure Storage Exception to capture the blobs that hit the exception. This information is useful while communicating with the Azure storage team for debugging purposes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)