[2/2] hadoop git commit: HDFS-7760. Document truncate for WebHDFS. Contributed by Konstantin Shvachko.

2015-02-11 Thread shv
/CHANGES.txt index a7c178d..f31c63a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -312,6 +312,8 @@ Release 2.7.0 - UNRELEASED HDFS-7058. Tests for truncate CLI. (Dasha Boudnik via shv) +HDFS-7760. Document truncate for WebHDFS

[1/2] hadoop git commit: HADOOP-11579. Documentation for truncate. Contributed by Konstantin Shvachko.

2015-02-11 Thread shv
/CHANGES.txt @@ -183,6 +183,8 @@ Release 2.7.0 - UNRELEASED HADOOP-11520. Clean incomplete multi-part uploads in S3A tests. (Thomas Demoor via stevel) +HADOOP-11579. Documentation for truncate. (shv) + OPTIMIZATIONS HADOOP-11323. WritableComparator#compare keeps reference to byte

[2/2] hadoop git commit: HDFS-7760. Document truncate for WebHDFS. Contributed by Konstantin Shvachko.

2015-02-11 Thread shv
/CHANGES.txt index ed5db9b..758bcb1 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -611,6 +611,8 @@ Release 2.7.0 - UNRELEASED HDFS-7058. Tests for truncate CLI. (Dasha Boudnik via shv) +HDFS-7760. Document truncate for WebHDFS. (shv

hadoop git commit: MAPREDUCE-6228. Add truncate operation to SLive. Contributed by Plamen Jeliazkov.

2015-02-19 Thread shv
-mapreduce-project/CHANGES.txt @@ -6,6 +6,10 @@ Release 2.7.0 - UNRELEASED NEW FEATURES +MAPREDUCE-6227. DFSIO for truncate. (shv via yliu) + +MAPREDUCE-6228. Add truncate operation to SLive. (Plamen Jeliazkov via shv) + IMPROVEMENTS MAPREDUCE-6149. Document override

hadoop git commit: MAPREDUCE-6228. Add truncate operation to SLive. Constributed by Plamen Jeliazkov.

2015-02-19 Thread shv
-mapreduce-project/CHANGES.txt @@ -248,6 +248,10 @@ Release 2.7.0 - UNRELEASED NEW FEATURES +MAPREDUCE-6227. DFSIO for truncate. (shv via yliu) + +MAPREDUCE-6228. Add truncate operation to SLive. (Plamen Jeliazkov via shv) + IMPROVEMENTS MAPREDUCE-6149. Document override

hadoop git commit: HDFS-7659. truncate should check negative value of the new length. Contributed by Yi Liu.

2015-01-24 Thread shv
/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -143,6 +143,9 @@ Trunk (Unreleased) HDFS-7430. Rewrite the BlockScanner to use O(1) memory and use multiple threads (cmccabe) +HDFS-7659. truncate should check negative value of the new length. +(Yi Liu via shv

[01/10] hadoop git commit: HDFS-3107. Introduce truncate. Contributed by Plamen Jeliazkov.

2015-01-24 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 6f89692dc - 5f70b7ecf http://git-wip-us.apache.org/repos/asf/hadoop/blob/6ff9bde7/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/editsStored.xml -- diff --git

[09/10] hadoop git commit: HADOOP-11490. Expose truncate API via FileSystem and shell command. Contributed by Milan Desai.

2015-01-24 Thread shv
and shell command. +(Milan Desai via shv) + IMPROVEMENTS HADOOP-11483. HardLink.java should use the jdk7 createLink method (aajisaka) http://git-wip-us.apache.org/repos/asf/hadoop/blob/de66227a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java

[02/10] hadoop git commit: HDFS-3107. Introduce truncate. Contributed by Plamen Jeliazkov.

2015-01-24 Thread shv
100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -19,6 +19,8 @@ Release 2.7.0 - UNRELEASED HDFS-7449. Add metrics to NFS gateway (brandonli) +HDFS-3107. Introduce truncate. (Plamen Jeliazkov via shv) + IMPROVEMENTS

[07/10] hadoop git commit: HDFS-7634. Disallow truncation of Lazy persist files. (Contributed by Yi Liu)

2015-01-24 Thread shv
HDFS-7634. Disallow truncation of Lazy persist files. (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/8adffbb2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8adffbb2 Diff:

[04/10] hadoop git commit: HDFS-7056. Snapshot support for truncate. Contributed by Konstantin Shvachko and Plamen Jeliazkov.

2015-01-24 Thread shv
shv) +HDFS-7056. Snapshot support for truncate. (Plamen Jeliazkov and shv) + IMPROVEMENTS HDFS-7055. Add tracing to DFSInputStream (cmccabe) http://git-wip-us.apache.org/repos/asf/hadoop/blob/00a7ebab/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol

[05/10] hadoop git commit: HDFS-7606. Fix potential NPE in INodeFile.getBlocks(). Contributed by Byron Wong.

2015-01-24 Thread shv
-7606. Fix potential NPE in INodeFile.getBlocks(). (Byron Wong via shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/a116e1fe/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeFile.java

[08/10] hadoop git commit: HDFS-7643. Test case to ensure lazy persist files cannot be truncated. (Contributed by Yi Liu)

2015-01-24 Thread shv
HDFS-7643. Test case to ensure lazy persist files cannot be truncated. (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/6b22170b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6b22170b Diff:

[03/10] hadoop git commit: HDFS-7056. Snapshot support for truncate. Contributed by Konstantin Shvachko and Plamen Jeliazkov.

2015-01-24 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/00a7ebab/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/FileWithSnapshotFeature.java -- diff --git

[10/10] hadoop git commit: HDFS-7659. truncate should check negative value of the new length. Contributed by Yi Liu.

2015-01-24 Thread shv
+497,9 @@ Release 2.7.0 - UNRELEASED HDFS-7643. Test case to ensure lazy persist files cannot be truncated. (Yi Liu via Arpit Agarwal) +HDFS-7659. truncate should check negative value of the new length. +(Yi Liu via shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http

[06/10] hadoop git commit: HDFS-7638. Small fix and few refinements for FSN#truncate. (yliu)

2015-01-24 Thread shv
790b0a6..64506cf 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -489,6 +489,8 @@ Release 2.7.0 - UNRELEASED HDFS-7606. Fix potential NPE in INodeFile.getBlocks(). (Byron Wong via shv) +HDFS-7638: Small fix and few

hadoop git commit: Move truncate related messages in CHANGES.txt to branch 2 section. (shv)

2015-01-24 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk e9fd46ddb - 3ea353e7b Move truncate related messages in CHANGES.txt to branch 2 section. (shv) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3ea353e7 Tree: http

hadoop git commit: HDFS-7676. Fix TestFileTruncate to avoid bug of HDFS-7611. Contributed by Konstantin Shvachko.

2015-01-24 Thread shv
HDFS-7659. truncate should check negative value of the new length. (Yi Liu via shv) +HDFS-7676. Fix TestFileTruncate to avoid bug of HDFS-7611. (shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/37039650/hadoop-hdfs-project

hadoop git commit: HDFS-7676. Fix TestFileTruncate to avoid bug of HDFS-7611. Contributed by Konstantin Shvachko.

2015-01-24 Thread shv
HDFS-7659. truncate should check negative value of the new length. (Yi Liu via shv) +HDFS-7676. Fix TestFileTruncate to avoid bug of HDFS-7611. (shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/24f0d56a/hadoop-hdfs

[4/4] hadoop git commit: HDFS-7056. Snapshot support for truncate. Contributed by Konstantin Shvachko and Plamen Jeliazkov.

2015-01-13 Thread shv
-3107. Introduce truncate. (Plamen Jeliazkov via shv) +HDFS-7056. Snapshot support for truncate. (Plamen Jeliazkov and shv) + IMPROVEMENTS HDFS-4665. Move TestNetworkTopologyWithNodeGroup to common. http://git-wip-us.apache.org/repos/asf/hadoop/blob/08ac0628/hadoop-hdfs-project/hadoop

[2/4] hadoop git commit: HDFS-3107. Introduce truncate. Contributed by Plamen Jeliazkov.

2015-01-13 Thread shv
100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -18,6 +18,8 @@ Trunk (Unreleased) HDFS-3125. Add JournalService to enable Journal Daemon. (suresh) +HDFS-3107. Introduce truncate. (Plamen Jeliazkov via shv) + IMPROVEMENTS

[3/4] hadoop git commit: HDFS-7056. Snapshot support for truncate. Contributed by Konstantin Shvachko and Plamen Jeliazkov.

2015-01-13 Thread shv
http://git-wip-us.apache.org/repos/asf/hadoop/blob/08ac0628/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/FileWithSnapshotFeature.java -- diff --git

[1/4] hadoop git commit: HDFS-3107. Introduce truncate. Contributed by Plamen Jeliazkov.

2015-01-13 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk c4cba6165 - 08ac06283 http://git-wip-us.apache.org/repos/asf/hadoop/blob/7e9358fe/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/editsStored.xml -- diff --git

hadoop git commit: HDFS-7058. Tests for truncate CLI. Contributed by Dasha Boudnik.

2015-02-09 Thread shv
and rename BlockInfo to BlockInfoContiguous. (jing9) +HDFS-7058. Tests for truncate CLI. (Dasha Boudnik via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries in NameNode. http://git-wip-us.apache.org/repos/asf/hadoop/blob/2b722b90/hadoop-hdfs-project/hadoop-hdfs

hadoop git commit: HDFS-7058. Tests for truncate CLI. Contributed by Dasha Boudnik.

2015-02-09 Thread shv
BlockInfo to BlockInfoContiguous. (jing9) +HDFS-7058. Tests for truncate CLI. (Dasha Boudnik via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries in NameNode. http://git-wip-us.apache.org/repos/asf/hadoop/blob/b73956fd/hadoop-hdfs-project/hadoop-hdfs/src

hadoop git commit: HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage. Contributed by Rakesh R and Konstantin Shvachko.

2015-02-11 Thread shv
@@ Release 2.7.0 - UNRELEASED HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir. (szetszwo) +HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage. +(Rakesh R and shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org

hadoop git commit: HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage. Contributed by Rakesh R and Konstantin Shvachko.

2015-02-11 Thread shv
2.7.0 - UNRELEASED HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir. (szetszwo) +HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage. +(Rakesh R and shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos

hadoop git commit: HDFS-7561. TestFetchImage should write fetched-image-dir under target. Contributed by Liang Xie.

2015-01-07 Thread shv
- UNRELEASED HDFS-7564. NFS gateway dynamically reload UID/GID mapping file /etc/nfs.map (Yongjun Zhang via brandonli) +HDFS-7561. TestFetchImage should write fetched-image-dir under target. +(Liang Xie via shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip

hadoop git commit: HDFS-7561. TestFetchImage should write fetched-image-dir under target. Contributed by Liang Xie.

2015-01-07 Thread shv
- UNRELEASED HDFS-7564. NFS gateway dynamically reload UID/GID mapping file /etc/nfs.map (Yongjun Zhang via brandonli) +HDFS-7561. TestFetchImage should write fetched-image-dir under target. +(Liang Xie via shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http://git

hadoop git commit: HDFS-7886. Fix TestFileTruncate falures. Contributed by Plamen Jeliazkov and Konstantin Shvachko.

2015-03-16 Thread shv
-hdfs/CHANGES.txt @@ -1157,6 +1157,8 @@ Release 2.7.0 - UNRELEASED HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe) +HDFS-7886. Fix TestFileTruncate falures. (Plamen Jeliazkov and shv

hadoop git commit: HDFS-7886. Fix TestFileTruncate falures. Contributed by Plamen Jeliazkov and Konstantin Shvachko.

2015-03-16 Thread shv
/hadoop-hdfs/CHANGES.txt @@ -854,6 +854,8 @@ Release 2.7.0 - UNRELEASED HDFS-7915. The DataNode can sometimes allocate a ShortCircuitShm slot and fail to tell the DFSClient about it because of a network error (cmccabe) +HDFS-7886. Fix TestFileTruncate falures. (Plamen Jeliazkov and shv

hadoop git commit: HDFS-7903. Cannot recover block after truncate and delete snapshot. Contributed by Plamen Jeliazkov.

2015-03-13 Thread shv
Jeliazkov via shv) + BREAKDOWN OF HDFS-7584 SUBTASKS AND RELATED JIRAS HDFS-7720. Quota by Storage Type API, tools and ClientNameNode http://git-wip-us.apache.org/repos/asf/hadoop/blob/b199081f/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot

hadoop git commit: HDFS-2605. Remove redundant Release 0.21.1 section from CHANGES.txt. Contributed by Allen Wittenauer.

2015-03-13 Thread shv
Sharp via kihwal) +HDFS-2605. Remove redundant Release 0.21.1 section from CHANGES.txt. +(Allen Wittenauer via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries in NameNode. @@ -10299,8 +10302,6 @@ Release 0.22.0 - 2011-11-29 HDFS-2287

hadoop git commit: HDFS-7903. Cannot recover block after truncate and delete snapshot. Contributed by Plamen Jeliazkov.

2015-03-13 Thread shv
via shv) + BREAKDOWN OF HDFS-7584 SUBTASKS AND RELATED JIRAS HDFS-7720. Quota by Storage Type API, tools and ClientNameNode http://git-wip-us.apache.org/repos/asf/hadoop/blob/6acb7f21/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot

hadoop git commit: HDFS-7903. Cannot recover block after truncate and delete snapshot. Contributed by Plamen Jeliazkov.

2015-03-13 Thread shv
Jeliazkov via shv) + BREAKDOWN OF HDFS-7584 SUBTASKS AND RELATED JIRAS HDFS-7720. Quota by Storage Type API, tools and ClientNameNode http://git-wip-us.apache.org/repos/asf/hadoop/blob/f6bdcd93/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode

hadoop git commit: HDFS-2605. Remove redundant Release 0.21.1 section from CHANGES.txt. Contributed by Allen Wittenauer.

2015-03-13 Thread shv
. (Daryn Sharp via kihwal) +HDFS-2605. Remove redundant Release 0.21.1 section from CHANGES.txt. +(Allen Wittenauer via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries in NameNode. @@ -10139,8 +10142,6 @@ Release 0.22.0 - 2011-11-29 HDFS-2514. Link

hadoop git commit: recommit HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir. (cherry picked from commit 7c6b6547eeed110e1a842e503bfd33afe04fa814)

2015-02-27 Thread shv
root dir. +(szetszwo) + HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage. (Rakesh R and shv) http://git-wip-us.apache.org/repos/asf/hadoop/blob/cf51ff2f/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml

hadoop git commit: recommit HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir. (cherry picked from commit acc172e3718e23ff6808ddcc01543212f1334a27)

2015-02-27 Thread shv
project root dir. +(szetszwo) + HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage. (Rakesh R and shv) http://git-wip-us.apache.org/repos/asf/hadoop/blob/c52636df/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml

hadoop git commit: HDFS-1522. Combine two BLOCK_FILE_PREFIX constants into one. Contributed by Dongming Liang.

2015-03-04 Thread shv
/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -401,6 +401,9 @@ Release 2.7.0 - UNRELEASED HDFS-7535. Utilize Snapshot diff report for distcp. (jing9) +HDFS-1522. Combine two BLOCK_FILE_PREFIX constants into one. +(Dongming Liang via shv) + OPTIMIZATIONS HDFS-7454. Reduce

hadoop git commit: HDFS-1522. Combine two BLOCK_FILE_PREFIX constants into one. Contributed by Dongming Liang.

2015-03-04 Thread shv
-project/hadoop-hdfs/CHANGES.txt @@ -706,6 +706,9 @@ Release 2.7.0 - UNRELEASED HDFS-7535. Utilize Snapshot diff report for distcp. (jing9) +HDFS-1522. Combine two BLOCK_FILE_PREFIX constants into one. +(Dongming Liang via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory

hadoop git commit: YARN-3255. RM, NM, JobHistoryServer, and WebAppProxyServer's main() should support generic options. Contributed by Konstantin Shvachko.

2015-02-26 Thread shv
, JobHistoryServer, and WebAppProxyServer's main() +should support generic options. (shv) + OPTIMIZATIONS YARN-2990. FairScheduler's delay-scheduling always waits for node-local and http://git-wip-us.apache.org/repos/asf/hadoop/blob/9e67f2cb/hadoop-yarn-project/hadoop-yarn/hadoop-yarn

hadoop git commit: YARN-3255. RM, NM, JobHistoryServer, and WebAppProxyServer's main() should support generic options. Contributed by Konstantin Shvachko.

2015-02-26 Thread shv
, JobHistoryServer, and WebAppProxyServer's main() +should support generic options. (shv) + OPTIMIZATIONS YARN-2990. FairScheduler's delay-scheduling always waits for node-local and http://git-wip-us.apache.org/repos/asf/hadoop/blob/8ca0d957/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server

hadoop git commit: HDFS-7956. Improve logging for DatanodeRegistration. Contributed by Plamen Jeliazkov.

2015-03-24 Thread shv
- UNRELEASED HDFS-7917. Use file to replace data dirs in test to simulate a disk failure. (Lei (Eddy) Xu via cnauroth) +HDFS-7956. Improve logging for DatanodeRegistration. +(Plamen Jeliazkov via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries in NameNode

hadoop git commit: HDFS-7956. Improve logging for DatanodeRegistration. Contributed by Plamen Jeliazkov.

2015-03-24 Thread shv
- UNRELEASED HDFS-7917. Use file to replace data dirs in test to simulate a disk failure. (Lei (Eddy) Xu via cnauroth) +HDFS-7956. Improve logging for DatanodeRegistration. +(Plamen Jeliazkov via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries

hadoop git commit: HDFS-7956. Improve logging for DatanodeRegistration. Contributed by Plamen Jeliazkov.

2015-03-24 Thread shv
- UNRELEASED HDFS-7917. Use file to replace data dirs in test to simulate a disk failure. (Lei (Eddy) Xu via cnauroth) +HDFS-7956. Improve logging for DatanodeRegistration. +(Plamen Jeliazkov via shv) + OPTIMIZATIONS HDFS-7454. Reduce memory footprint for AclEntries

hadoop git commit: HDFS-2484. checkLease should throw FileNotFoundException when file does not exist. Contributed by Rakesh R.

2015-05-06 Thread shv
FileNotFoundException when file does +not exist. (Rakesh R via shv) + Release 2.7.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/c75cfa29/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java

hadoop git commit: HDFS-2484. checkLease should throw FileNotFoundException when file does not exist. Contributed by Rakesh R.

2015-05-06 Thread shv
FileNotFoundException when file does +not exist. (Rakesh R via shv) + Release 2.7.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/193615c4/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java

hadoop git commit: HDFS-8071. Redundant checkFileProgress() in PART II of getAdditionalBlock(). Contributed by Konstantin Shvachko.

2015-04-07 Thread shv
-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -574,6 +574,9 @@ Release 2.7.0 - UNRELEASED HDFS-7811. Avoid recursive call getStoragePolicyID in INodeFile#computeQuotaUsage. (Xiaoyu Yao and jing9) +HDFS-8071. Redundant checkFileProgress() in PART II of getAdditionalBlock(). +(shv

hadoop git commit: HDFS-8071. Redundant checkFileProgress() in PART II of getAdditionalBlock(). Contributed by Konstantin Shvachko.

2015-04-07 Thread shv
/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -465,6 +465,9 @@ Release 2.7.0 - UNRELEASED HDFS-7811. Avoid recursive call getStoragePolicyID in INodeFile#computeQuotaUsage. (Xiaoyu Yao and jing9) +HDFS-8071. Redundant checkFileProgress() in PART II of getAdditionalBlock(). +(shv

[1/2] hadoop git commit: HDFS-9436. Make NNThroughputBenchmark$BlockReportStats run with 10 datanodes by default. Contributed by Mingliang.

2015-12-03 Thread shv
.txt @@ -1766,6 +1766,9 @@ Release 2.8.0 - UNRELEASED HDFS-8335. FSNamesystem should construct FSPermissionChecker only if permission is enabled. (Gabor Liptak via wheat9) +HDFS-9436. Make NNThroughputBenchmark$BlockReportStats run with 10 +datanodes by default. (Mingliang Liu vi

[2/2] hadoop git commit: HDFS-9484. NNThroughputBenchmark$BlockReportStats should not send empty block reports. Contributed by Mingliang Liu.

2015-12-03 Thread shv
SAdminWithHA intermittently fail with EOFException (Xiao Chen via Colin P. McCabe) +HDFS-9484. NNThroughputBenchmark$BlockReportStats should not send empty +block reports. (Mingliang Liu via shv) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repo

[1/2] hadoop git commit: HDFS-9436. Make NNThroughputBenchmark$BlockReportStats run with 10 datanodes by default. Contributed by Mingliang.

2015-12-03 Thread shv
dfs/CHANGES.txt @@ -897,6 +897,9 @@ Release 2.8.0 - UNRELEASED HDFS-8335. FSNamesystem should construct FSPermissionChecker only if permission is enabled. (Gabor Liptak via wheat9) +HDFS-9436. Make NNThroughputBenchmark$BlockReportStats run with 10 +datanodes by default. (Mingliang Liu vi

[2/2] hadoop git commit: HDFS-9484. NNThroughputBenchmark$BlockReportStats should not send empty block reports. Contributed by Mingliang Liu.

2015-12-03 Thread shv
-9429. Tests in TestDFSAdminWithHA intermittently fail with EOFException (Xiao Chen via Colin P. McCabe) +HDFS-9484. NNThroughputBenchmark$BlockReportStats should not send empty +block reports. (Mingliang Liu via shv) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.o

[2/4] hadoop git commit: Update CHANGES.txt to move HDFS-9516 to 2.7.3 section.

2015-12-17 Thread shv
/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -35,9 +35,6 @@ Release 2.9.0 - UNRELEASED BUG FIXES -HDFS-9516. Truncate file fails with data dirs on multiple disks. -(Plamen Jeliazkov via shv) - Release 2.8.0 - UNRELEASED INCOMPATIBLE CHANGES @@ -16

[4/4] hadoop git commit: HDFS-9516. Truncate file fails with data dirs on multiple disks. Contributed by Plamen Jeliazkov.

2015-12-17 Thread shv
lt's picking of excess replicas. (Xiao Chen via zhz) +HDFS-9516. Truncate file fails with data dirs on multiple disks. +(Plamen Jeliazkov via shv) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/d97696e4/hadoop-hdfs-project/had

[1/4] hadoop git commit: Update CHANGES.txt to move HDFS-9516 to 2.7.3 section.

2015-12-17 Thread shv
GES.txt @@ -908,9 +908,6 @@ Release 2.9.0 - UNRELEASED BUG FIXES -HDFS-9516. Truncate file fails with data dirs on multiple disks. - (Plamen Jeliazkov via shv) - Release 2.8.0 - UNRELEASED NEW FEATURES @@ -2522,6 +2519,9 @@ Release 2.7.3 - UNRELEASED HDFS-9383. TestByteArrayManager#te

[3/4] hadoop git commit: HDFS-9516. Truncate file fails with data dirs on multiple disks. Contributed by Plamen Jeliazkov.

2015-12-17 Thread shv
ing in trunk. (Xiaoyu Yao) +HDFS-9516. Truncate file fails with data dirs on multiple disks. +(Plamen Jeliazkov via shv) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/cffa262f/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/a

hadoop git commit: HDFS-9516. Truncate file fails with data dirs on multiple disks. Contributed by Plamen Jeliazkov.

2015-12-15 Thread shv
30,9 @@ Release 2.9.0 - UNRELEASED BUG FIXES +HDFS-9516. Truncate file fails with data dirs on multiple disks. +(Plamen Jeliazkov via shv) + Release 2.8.0 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/15124c86/hadoop-hdfs-project/hadoop-hdf

hadoop git commit: HDFS-9516. Truncate file fails with data dirs on multiple disks. Contributed by Plamen Jeliazkov.

2015-12-15 Thread shv
@ Release 2.9.0 - UNRELEASED BUG FIXES +HDFS-9516. Truncate file fails with data dirs on multiple disks. +(Plamen Jeliazkov via shv) + Release 2.8.0 - UNRELEASED NEW FEATURES http://git-wip-us.apache.org/repos/asf/hadoop/blob/96d307e1/hadoop-hdfs-project/hadoop-hdfs/src/main/java/or

hadoop git commit: HDFS-9407. TestFileTruncate should not use fixed NN port. Contributed by Brahma Reddy Battula.

2015-11-25 Thread shv
ails test build on Windows after transition to ctest. (Chris Nauroth via wheat9) +HDFS-9407. TestFileTruncate should not use fixed NN port. +(Brahma Reddy Battula via shv) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/fc799ab1/hado

hadoop git commit: HDFS-9407. TestFileTruncate should not use fixed NN port. Contributed by Brahma Reddy Battula.

2015-11-25 Thread shv
ails test build on Windows after transition to ctest. (Chris Nauroth via wheat9) +HDFS-9407. TestFileTruncate should not use fixed NN port. +(Brahma Reddy Battula via shv) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/9c1ef

hadoop git commit: HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi.

2016-06-16 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.6 fbbd1571e -> 02b5091a1 HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi.

2016-06-16 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 5c3ae65f7 -> 10574bce8 HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi.

2016-06-16 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 56c997a1a -> 77ed9bafd HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi.

2016-06-16 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk bf780406f -> a2a5cb60b HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi.

2016-06-16 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 04682cc6b -> 408848d1e HADOOP-13189. FairCallQueue makes callQueue larger than the configured capacity. Contributed by Vinitha Gankidi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle NotReplicatedYetException on adding block (iwasakims)

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 a79f570b6 -> 5fd4bd1d8 HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle NotReplicatedYetException on adding block (iwasakims) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv)

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk 7badf1560 -> 48b76c830 Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/48b76c83 Tree: http://git-

hadoop git commit: HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu.

2016-02-03 Thread shv
nchmark instead of +-namenode. (Mingliang Liu via shv) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than http://git-wip-us.apache.org/repos/asf/hadoop/blob/81ef1a1f/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NNThroughpu

hadoop git commit: HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu.

2016-02-03 Thread shv
nchmark instead of +-namenode. (Mingliang Liu via shv) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than http://git-wip-us.apache.org/repos/asf/hadoop/blob/3f178be0/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NNThroughpu

hadoop git commit: HDFS-9503. Use generic option -fs for NNThroughputBenchmark instead of -namenode. Contributed by Mingliang Liu.

2016-02-03 Thread shv
nchmark instead of +-namenode. (Mingliang Liu via shv) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than http://git-wip-us.apache.org/repos/asf/hadoop/blob/4a055053/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NNThroughpu

hadoop git commit: Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv)

2016-02-03 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 459c31de4 -> 6d1f9a6b4 Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6d1f9a6b Tree: http://git-

hadoop git commit: HDFS-10264. Logging improvements in FSImageFormatProtobuf.Saver. (Contributed by Xiaobing Zhou)

2016-04-21 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.6 36a9150b2 -> fffa13b2d HDFS-10264. Logging improvements in FSImageFormatProtobuf.Saver. (Contributed by Xiaobing Zhou) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-7258. CacheReplicationMonitor rescan schedule log should use DEBUG level instead of INFO level. Contributed by Xiaoyu Yao.

2016-05-06 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.6 ab4fad0d8 -> a9beec022 HDFS-7258. CacheReplicationMonitor rescan schedule log should use DEBUG level instead of INFO level. Contributed by Xiaoyu Yao. (cherry picked from commit 0942c99eba12f6baf5609c9621cd07b09618a97e) Project:

[4/4] hadoop git commit: HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser. Contributed by harsh. (harsh)

2016-05-02 Thread shv
HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser. Contributed by harsh. (harsh) (cherry picked from commit 54e612bfb9f877e58f7f153c43cb4147876826d3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[2/4] hadoop git commit: HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser. Contributed by harsh. (harsh)

2016-05-02 Thread shv
HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser. Contributed by harsh. (harsh) (cherry picked from commit 54e612bfb9f877e58f7f153c43cb4147876826d3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[1/4] hadoop git commit: HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser. Contributed by harsh. (harsh)

2016-05-02 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 5f46076f2 -> 89c00da61 refs/heads/branch-2.6 fffa13b2d -> 916f94913 refs/heads/branch-2.7 6347f8f4d -> d490cfc42 refs/heads/branch-2.8 1207cf1cf -> cf6efcceb HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser.

[3/4] hadoop git commit: HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser. Contributed by harsh. (harsh)

2016-05-02 Thread shv
HDFS-2580. NameNode#main(...) can make use of GenericOptionsParser. Contributed by harsh. (harsh) (cherry picked from commit 54e612bfb9f877e58f7f153c43cb4147876826d3) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi.

2016-07-25 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 62800dc8b -> 9ab153d7a HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi. Project:

hadoop git commit: HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi.

2016-07-25 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk 59466b8c1 -> 85a20508b HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi. Project:

hadoop git commit: HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi.

2016-07-25 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 30c772fc5 -> 0dde4035c HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi. Project:

[1/2] hadoop git commit: HDFS-8780. Fetching live/dead datanode list with arg true for removeDecommissionNode, returns list with decom node. (Contributed by J.Andreina)

2016-07-29 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 6cb2e9733 -> 2371ed055 HDFS-8780. Fetching live/dead datanode list with arg true for removeDecommissionNode,returns list with decom node. (Contributed by J.Andreina) (cherry picked from commit

[2/2] hadoop git commit: HDFS-8682. Should not remove decommissioned node, while calculating the number of live/dead decommissioned node. (Contributed by J. Andreina)

2016-07-29 Thread shv
HDFS-8682. Should not remove decommissioned node,while calculating the number of live/dead decommissioned node. (Contributed by J. Andreina) (cherry picked from commit fdb56f74f38cabb0f94e0781fcedb1594904c026) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi.

2016-07-30 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 379d587d2 -> a76eb7fa3 HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi. Project:

hadoop git commit: HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu.

2016-08-10 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 f5754fe5b -> e88546596 HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu. (cherry picked from commit 6dfa4fb16e449a248f2f3cf43a6be59dd8e1ac78) Project:

hadoop git commit: HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu.

2016-08-10 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 3d401206c -> 44162e555 HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu. (cherry picked from commit 10e84c6a6e831fe2bea061fb21bd0dfe32bc9953) Project:

hadoop git commit: HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu.

2016-08-10 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 e1845faed -> d46f5ca7e HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu. (cherry picked from commit 10e84c6a6e831fe2bea061fb21bd0dfe32bc9953) Project:

hadoop git commit: HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu.

2016-08-10 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk e0b570dff -> 10e84c6a6 HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu.

2016-08-07 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 9cdd97a15 -> ab130f97c HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu. (cherry picked from commit 4d3af47f2765f6f57936d316ef2a4150b787cc97) Project:

hadoop git commit: HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu.

2016-08-07 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk 131d58a24 -> 4d3af47f2 HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu.

2016-08-07 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 7bbd3cf65 -> bfc261f2a HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu. (cherry picked from commit 4d3af47f2765f6f57936d316ef2a4150b787cc97) Project:

hadoop git commit: HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu.

2016-08-07 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 8055ff1c3 -> 6b3114a2a HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu. (cherry picked from commit 4d3af47f2765f6f57936d316ef2a4150b787cc97) Project:

hadoop git commit: Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi."

2016-08-02 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 a76eb7fa3 -> 0c3282b35 Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi." This reverts commit

hadoop git commit: Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi."

2016-08-02 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk 9f473cf90 -> c4463f2ef Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi." This reverts commit

hadoop git commit: Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi."

2016-08-01 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 f39ed9ea8 -> 9b3b7703b Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi." This reverts commit

hadoop git commit: Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi."

2016-08-01 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 5469e128d -> 24574f0e1 Revert "HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi." This reverts commit

hadoop git commit: HDFS-8780. Follow up commit to add missing lines from porting to branch-2.7.

2016-08-02 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.7 0c3282b35 -> a8886dcc2 HDFS-8780. Follow up commit to add missing lines from porting to branch-2.7. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a8886dcc

hadoop git commit: HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi.

2017-01-18 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2 db47bd15d -> e2b3eff64 HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi.

2017-01-18 Thread shv
Repository: hadoop Updated Branches: refs/heads/branch-2.8 7d949cc43 -> e7b4f88ac HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

hadoop git commit: HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi.

2017-01-18 Thread shv
Repository: hadoop Updated Branches: refs/heads/trunk 9130af3f7 -> 8a0fa0f7e HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

<    1   2   3   4   5   6   7   8   9   10   >