From common-issues-return-205274-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Sep 8 10:40:03 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 2419B18066B for ; Tue, 8 Sep 2020 12:40:03 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 4C267121D75 for ; Tue, 8 Sep 2020 10:40:02 +0000 (UTC) Received: (qmail 51597 invoked by uid 500); 8 Sep 2020 10:40:02 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 51580 invoked by uid 99); 8 Sep 2020 10:40:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2020 10:40:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 356E04197A for ; Tue, 8 Sep 2020 10:40:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 7DA53780385 for ; Tue, 8 Sep 2020 10:40:00 +0000 (UTC) Date: Tue, 8 Sep 2020 10:40:00 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (HADOOP-17113) Adding ReadAhead Counters in ABFS 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-17113?focusedWorklogId=480016&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-480016 ] ASF GitHub Bot logged work on HADOOP-17113: ------------------------------------------- Author: ASF GitHub Bot Created on: 08/Sep/20 10:39 Start Date: 08/Sep/20 10:39 Worklog Time Spent: 10m Work Description: mehakmeet opened a new pull request #2282: URL: https://github.com/apache/hadoop/pull/2282 Backport for both HADOOP-17113(#2154) and HADOOP-17158(#2272) Tested by: mvn -T 1C -Dparallel-tests=abfs clean verify Region: East US ``` [INFO] Results: [INFO] [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0 ``` ``` [INFO] Results: [INFO] [WARNING] Tests run: 451, Failures: 0, Errors: 0, Skipped: 71 ``` ``` [INFO] Results: [INFO] [WARNING] Tests run: 206, Failures: 0, Errors: 0, Skipped: 29 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 480016) Remaining Estimate: 0h Time Spent: 10m > Adding ReadAhead Counters in ABFS > --------------------------------- > > Key: HADOOP-17113 > URL: https://issues.apache.org/jira/browse/HADOOP-17113 > Project: Hadoop Common > Issue Type: Improvement > Components: fs/azure > Affects Versions: 3.3.0 > Reporter: Mehakmeet Singh > Assignee: Mehakmeet Singh > Priority: Major > Fix For: 3.4.0 > > Time Spent: 10m > Remaining Estimate: 0h > > Adding ReadAheads Counters in ABFS to track the behavior of the ReadAhead feature in ABFS. This would include 2 counters: > |READ_AHEAD_BYTES_READ|number of bytes read by readAhead| > |READ_AHEAD_REMOTE_BYTES_READ|number of bytes not used after readAhead was used| -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org