[
https://issues.apache.org/jira/browse/HADOOP-17272?focusedWorklogId=534799&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-534799
]
ASF GitHub Bot logged work on HADOOP-17272:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jan/21 11:39
Start Date: 12/Jan/21 11:39
Worklog Time Spent: 10m
Work Description: steveloughran commented on a change in pull request
#2604:
URL: https://github.com/apache/hadoop/pull/2604#discussion_r555707578
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsOutputStream.java
##########
@@ -29,10 +29,10 @@
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ExecutorCompletionService;
import java.util.concurrent.ThreadPoolExecutor;
-import java.util.concurrent.Callable;
import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
+import org.apache.hadoop.fs.statistics.StreamStatisticNames;
Review comment:
nit: needs to go into the real org.apache block. The IDE is getting
confused because of the third party stuff. as this is a "real" hadoop import it
should go down below; when we backport the google ones will go back to their
unshaded names
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsOutputStreamStatisticsImpl.java
##########
@@ -18,32 +18,47 @@
package org.apache.hadoop.fs.azurebfs.services;
+import java.util.concurrent.atomic.AtomicLong;
+
+import org.apache.hadoop.fs.statistics.StreamStatisticNames;
Review comment:
move into real apache group.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 534799)
Time Spent: 5h 10m (was: 5h)
> ABFS Streams to support IOStatistics API
> -----------------------------------------
>
> Key: HADOOP-17272
> URL: https://issues.apache.org/jira/browse/HADOOP-17272
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure
> Affects Versions: 3.3.1
> Reporter: Steve Loughran
> Assignee: Mehakmeet Singh
> Priority: Major
> Labels: pull-request-available
> Time Spent: 5h 10m
> Remaining Estimate: 0h
>
> ABFS input/output streams to support IOStatistics API
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]