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 2DF881811C for ; Fri, 2 Oct 2015 19:08:27 +0000 (UTC) Received: (qmail 94554 invoked by uid 500); 2 Oct 2015 19:08:26 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 94502 invoked by uid 500); 2 Oct 2015 19:08: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 94487 invoked by uid 99); 2 Oct 2015 19:08:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2015 19:08:26 +0000 Date: Fri, 2 Oct 2015 19:08:26 +0000 (UTC) From: "Chris Nauroth (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=14941580#comment-14941580 ] Chris Nauroth commented on HADOOP-12350: ---------------------------------------- The test failure is unrelated and tracked separately in HADOOP-12445 and HDFS-9187. The release audit warning is unrelated and tracked in HDFS-9182. [~dchickabasapa], the patch looks good overall. I ran tests locally, including integration tests against my own Azure storage account. I think this will be ready to commit after one more revision to clean up the checkstyle and whitespace warnings. Thanks! > 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 > > > 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)