[ https://issues.apache.org/jira/browse/HDFS-10930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15724397#comment-15724397 ]
ASF GitHub Bot commented on HDFS-10930: --------------------------------------- GitHub user xiaoyuyao opened a pull request: https://github.com/apache/hadoop/pull/170 HDFS-10930 HDFS-10930.10 You can merge this pull request into a Git repository by running: $ git pull https://github.com/xiaoyuyao/hadoop HDFS-10930 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hadoop/pull/170.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #170 ---- commit 500f665ab940f174314005eb2eb68388c96babbc Author: Xiaoyu Yao <x...@apache.org> Date: 2016-11-12T15:43:37Z HDFS-10930.05.patch commit 08d5f43e54a5b659953ed78921e38eb3c7119bfe Author: Xiaoyu Yao <x...@apache.org> Date: 2016-11-15T02:41:48Z HDFS-10930.06.patch commit eacfb8451a5ca64c185ca073e3ab41573c32cd33 Author: Xiaoyu Yao <x...@apache.org> Date: 2016-11-29T03:09:36Z HDFS-10930.07.patch commit 0df4aff0d15a270a912f2eb10952220c41bb6fde Author: Xiaoyu Yao <x...@apache.org> Date: 2016-12-06T05:03:28Z HDFS-10930.10.patch ---- > Refactor: Wrap Datanode IO related operations > --------------------------------------------- > > Key: HDFS-10930 > URL: https://issues.apache.org/jira/browse/HDFS-10930 > Project: Hadoop HDFS > Issue Type: Improvement > Components: datanode > Reporter: Xiaoyu Yao > Assignee: Xiaoyu Yao > Fix For: 3.0.0-alpha2 > > Attachments: HDFS-10930-branch-2.00.patch, > HDFS-10930-branch-2.001.patch, HDFS-10930.01.patch, HDFS-10930.02.patch, > HDFS-10930.03.patch, HDFS-10930.04.patch, HDFS-10930.05.patch, > HDFS-10930.06.patch, HDFS-10930.07.patch, HDFS-10930.08.patch, > HDFS-10930.09.patch, HDFS-10930.10.patch, HDFS-10930.barnch-2.00.patch > > > Datanode IO (Disk/Network) related operations and instrumentations are > currently spilled in many classes such as DataNode.java, BlockReceiver.java, > BlockSender.java, FsDatasetImpl.java, FsVolumeImpl.java, > DirectoryScanner.java, BlockScanner.java, FsDatasetAsyncDiskService.java, > LocalReplica.java, LocalReplicaPipeline.java, Storage.java, etc. > This ticket is opened to consolidate IO related operations for easy > instrumentation, metrics collection, logging and trouble shooting. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org