[22/50] hadoop git commit: HDFS-8602. Erasure Coding: Client can't read(decode) the EC files which have corrupt blocks. Contributed by Jing Zhao and Kai Sasaki.

2015-08-14 Thread vinayakumarb
HDFS-8602. Erasure Coding: Client can't read(decode) the EC files which have corrupt blocks. Contributed by Jing Zhao and Kai Sasaki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5bcd26d4 Tree:

[26/50] hadoop git commit: HDFS-8684. Erasure Coding: fix some block number calculation for striped block. (yliu)

2015-08-14 Thread vinayakumarb
HDFS-8684. Erasure Coding: fix some block number calculation for striped block. (yliu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/904bd7d2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/904bd7d2 Diff:

[49/50] hadoop git commit: HDFS-8827. Erasure Coding: Fix NPE when NameNode processes over-replicated striped blocks. Contributed by Walter Su and Takuya Fukudome.

2015-08-14 Thread vinayakumarb
HDFS-8827. Erasure Coding: Fix NPE when NameNode processes over-replicated striped blocks. Contributed by Walter Su and Takuya Fukudome. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3ece8fd3 Tree:

[45/50] hadoop git commit: HDFS-8202. Improve end to end stirpping file test to add erasure recovering test. Contributed by Xinwei Qin.

2015-08-14 Thread vinayakumarb
HDFS-8202. Improve end to end stirpping file test to add erasure recovering test. Contributed by Xinwei Qin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3d53690a Tree:

[28/50] hadoop git commit: Addendum fix for HDFS-8323 (adding back a mistakenly deleted line).

2015-08-14 Thread vinayakumarb
Addendum fix for HDFS-8323 (adding back a mistakenly deleted line). Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3a240015 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3a240015 Diff:

[43/50] hadoop git commit: HDFS-8798. Erasure Coding: fix DFSStripedInputStream/DFSStripedOutputStream re-fetch token when expired. Contributed by Walter Su.

2015-08-14 Thread vinayakumarb
HDFS-8798. Erasure Coding: fix DFSStripedInputStream/DFSStripedOutputStream re-fetch token when expired. Contributed by Walter Su. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/95c99c12 Tree:

[48/50] hadoop git commit: HDFS-8857. Erasure Coding: Fix ArrayIndexOutOfBoundsException in TestWriteStripedFileWithFailure. Contributed by Li Bo

2015-08-14 Thread vinayakumarb
HDFS-8857. Erasure Coding: Fix ArrayIndexOutOfBoundsException in TestWriteStripedFileWithFailure. Contributed by Li Bo Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b4f83ac9 Tree:

[14/50] hadoop git commit: HDFS-8450. Erasure Coding: Consolidate erasure coding zone related implementation into a single class (Contributed by Rakesh R)

2015-08-14 Thread vinayakumarb
HDFS-8450. Erasure Coding: Consolidate erasure coding zone related implementation into a single class (Contributed by Rakesh R) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/476a2837 Tree:

[37/50] hadoop git commit: HDFS-8058. Erasure coding: use BlockInfo[] for both striped and contiguous blocks in INodeFile. Contributed by Zhe Zhang and Yi Liu.

2015-08-14 Thread vinayakumarb
HDFS-8058. Erasure coding: use BlockInfo[] for both striped and contiguous blocks in INodeFile. Contributed by Zhe Zhang and Yi Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/943ebc9c Tree:

[44/50] hadoop git commit: HDFS-8769. Erasure coding: unit test for SequentialBlockGroupIdGenerator. Contributed by Rakesh R.

2015-08-14 Thread vinayakumarb
HDFS-8769. Erasure coding: unit test for SequentialBlockGroupIdGenerator. Contributed by Rakesh R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/293e7b23 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/293e7b23

[47/50] hadoop git commit: HDFS-8399. Erasure Coding: unit test the behaviour of BlockManager recovery work for the deleted blocks. Contributed by Rakesh R.

2015-08-14 Thread vinayakumarb
HDFS-8399. Erasure Coding: unit test the behaviour of BlockManager recovery work for the deleted blocks. Contributed by Rakesh R. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c5af7a6d Tree:

[12/50] hadoop git commit: HDFS-8556. Erasure Coding: Fix usage of 'createZone' (Contributed by Vinayakumar B)

2015-08-14 Thread vinayakumarb
HDFS-8556. Erasure Coding: Fix usage of 'createZone' (Contributed by Vinayakumar B) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5be27725 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5be27725 Diff:

[36/50] hadoop git commit: HDFS-8619. Erasure Coding: revisit replica counting for striped blocks. (Jing Zhao via yliu)

2015-08-14 Thread vinayakumarb
HDFS-8619. Erasure Coding: revisit replica counting for striped blocks. (Jing Zhao via yliu) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1fb0bb7a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1fb0bb7a Diff:

[41/50] hadoop git commit: HDFS-8781. Erasure Coding: Correctly handle BlockManager#InvalidateBlocks for striped block. Contributed by Yi Liu.

2015-08-14 Thread vinayakumarb
HDFS-8781. Erasure Coding: Correctly handle BlockManager#InvalidateBlocks for striped block. Contributed by Yi Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2efd7f3b Tree:

[40/50] hadoop git commit: HDFS-8760. Erasure Coding: reuse BlockReader when reading the same block in pread. Contributed by Jing Zhao.

2015-08-14 Thread vinayakumarb
HDFS-8760. Erasure Coding: reuse BlockReader when reading the same block in pread. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/da940181 Tree:

[42/50] hadoop git commit: HDFS-8813. Erasure Coding: Client no need to decode missing parity blocks. Contributed by Walter Su.

2015-08-14 Thread vinayakumarb
HDFS-8813. Erasure Coding: Client no need to decode missing parity blocks. Contributed by Walter Su. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/143ffcc9 Tree:

[3/5] hadoop git commit: HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) Moved to 2.6.1

2015-08-14 Thread vinayakumarb
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) Moved to 2.6.1 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fc508b41 Tree:

[1/5] hadoop git commit: HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru)

2015-08-14 Thread vinayakumarb
Repository: hadoop Updated Branches: refs/heads/branch-2 796b94df1 - eef052612 refs/heads/branch-2.6 597521fcf - e9c8d8c58 refs/heads/branch-2.7 d8d33055b - ca3215a71 refs/heads/trunk 05ed69058 - fc508b41a HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka

[5/5] hadoop git commit: HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) Moved to 2.6.1

2015-08-14 Thread vinayakumarb
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) Moved to 2.6.1 (cherry picked from commit fc508b41a90a193f06a0e28ee40862bf9ee0f0c7) Conflicts: hadoop-common-project/hadoop-common/CHANGES.txt Project:

[4/5] hadoop git commit: HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) Moved to 2.6.1

2015-08-14 Thread vinayakumarb
HADOOP-7139. Allow appending to existing SequenceFiles (Contributed by kanaka kumar avvaru) Moved to 2.6.1 (cherry picked from commit fc508b41a90a193f06a0e28ee40862bf9ee0f0c7) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

<    1   2   3