hadoop git commit: HDFS-8404. Pending block replication can get stuck using older genstamp. Contributed by Nathan Roberts. (cherry picked from commit 8860e352c394372e4eb3ebdf82ea899567f34e4e)

2015-05-19 Thread kihwal
://git-wip-us.apache.org/repos/asf/hadoop/diff/7ac66f87 Branch: refs/heads/branch-2.7 Commit: 7ac66f8712b51c22f6965f1273c1a1179420b8fc Parents: f0399f5 Author: Kihwal Lee kih...@apache.org Authored: Tue May 19 13:17:45 2015 -0500 Committer: Kihwal Lee kih...@apache.org Committed: Tue May 19 13:17

hadoop git commit: HDFS-8404. Pending block replication can get stuck using older genstamp. Contributed by Nathan Roberts.

2015-05-19 Thread kihwal
/hadoop/commit/8860e352 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8860e352 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8860e352 Branch: refs/heads/trunk Commit: 8860e352c394372e4eb3ebdf82ea899567f34e4e Parents: 470c87d Author: Kihwal Lee kih...@apache.org Authored: Tue May 19

hadoop git commit: HDFS-8404. Pending block replication can get stuck using older genstamp. Contributed by Nathan Roberts. (cherry picked from commit 8860e352c394372e4eb3ebdf82ea899567f34e4e)

2015-05-19 Thread kihwal
Parents: 084e453 Author: Kihwal Lee kih...@apache.org Authored: Tue May 19 13:06:48 2015 -0500 Committer: Kihwal Lee kih...@apache.org Committed: Tue May 19 13:06:48 2015 -0500 -- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

hadoop git commit: HDFS-8722. Optimize datanode writes for small writes and flushes. Contributed by Kihwal Lee (cherry picked from commit 59388a801514d6af64ef27fbf246d8054f1dcc74)

2015-07-14 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 0744a578e - e26321982 HDFS-8722. Optimize datanode writes for small writes and flushes. Contributed by Kihwal Lee (cherry picked from commit 59388a801514d6af64ef27fbf246d8054f1dcc74) Project: http://git-wip-us.apache.org/repos/asf

hadoop git commit: HDFS-7725. Incorrect 'nodes in service' metrics caused all writes to fail. Contributed by Ming Ma. (cherry picked from commit 8104d522690fe9556177893770a388291cea0749)

2015-10-27 Thread kihwal
66f Parents: 653ef52 Author: Kihwal Lee <kih...@apache.org> Authored: Tue Oct 27 11:09:05 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Tue Oct 27 11:09:05 2015 -0500 -- hadoop-hdfs-project/hadoop-h

hadoop git commit: HDFS-8950. NameNode refresh doesn't remove DataNodes that are no longer in the allowed list. Contributed by Daniel Templeton.

2015-10-27 Thread kihwal
git-wip-us.apache.org/repos/asf/hadoop/commit/59a20721 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/59a20721 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/59a20721 Branch: refs/heads/branch-2.7 Commit: 59a207213597f1dc94afc9d22e693165d6fd2792 Parents: 1d23e1e Author: Kihwal

hadoop git commit: HDFS-9279. Decomissioned capacity should not be considered for configured/used capacity. Contributed by Kihu Shukla . (cherry picked from commit 19a77f546657b086af8f41fa631099bdde7e

2015-10-28 Thread kihwal
mit: 75bc53a86a846b3c528164105b91604a9da9c543 Parents: c7f87dc Author: Kihwal Lee <kih...@apache.org> Authored: Wed Oct 28 11:59:36 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Wed Oct 28 11:59:36 2015 -0500 -- hadoop-hdfs

hadoop git commit: HDFS-9279. Decomissioned capacity should not be considered for configured/used capacity. Contributed by Kihu Shukla .

2015-10-28 Thread kihwal
org/repos/asf/hadoop/commit/19a77f54 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/19a77f54 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/19a77f54 Branch: refs/heads/trunk Commit: 19a77f546657b086af8f41fa631099bdde7e010c Parents: 2d10cb8 Author: Kihwal Lee <kih...@apac

hadoop git commit: HDFS-9083. Replication violates block placement policy. Contributed by Rushabh Shah.

2015-10-28 Thread kihwal
mit/13b256ed Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/13b256ed Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/13b256ed Branch: refs/heads/branch-2.7 Commit: 13b256ed2219078653820b544313637ce80a7120 Parents: 336be63 Author: Kihwal Lee <kih...@apache.org> Authored: Wed Oct

hadoop git commit: HDFS-9290. DFSClient#callAppend() is not backward compatible for slightly older NameNodes. Contributed by Tony Wu. (cherry picked from commit b9e0417bdf2b9655dc4256bdb43683eca1ab46b

2015-10-23 Thread kihwal
mit: d24d0fd981883dd6489ea292605b5703ba2d0e58 Parents: 1c468c2 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Oct 23 16:38:47 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Oct 23 16:38:47 2015 -0500 -- .../src/main/

hadoop git commit: HDFS-9290. DFSClient#callAppend() is not backward compatible for slightly older NameNodes. Contributed by Tony Wu.

2015-10-23 Thread kihwal
org/repos/asf/hadoop/commit/b9e0417b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b9e0417b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b9e0417b Branch: refs/heads/trunk Commit: b9e0417bdf2b9655dc4256bdb43683eca1ab46be Parents: ab3c4cf Author: Kihwal Lee <kih...@apac

hadoop git commit: HDFS-9290. DFSClient#callAppend() is not backward compatible for slightly older NameNodes. Contributed by Tony Wu. (cherry picked from commit b9e0417bdf2b9655dc4256bdb43683eca1ab46b

2015-10-23 Thread kihwal
wip-us.apache.org/repos/asf/hadoop/diff/f2fd011c Branch: refs/heads/branch-2.7 Commit: f2fd011cc1f5a9296c02a46d060acc94fa11600b Parents: 2b6ce20 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Oct 23 16:46:14 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Oct 2

hadoop git commit: HDFS-9383. TestByteArrayManager#testByteArrayManager fails. Contributed by Tsz Wo Nicholas Sze.

2015-11-09 Thread kihwal
oop/commit/ef926b2e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ef926b2e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ef926b2e Branch: refs/heads/trunk Commit: ef926b2e3824475581454c1e17a0d7c94529efde Parents: 668e897 Author: Kihwal Lee <kih...@apache.org> Authored: Mon No

hadoop git commit: HDFS-9383. TestByteArrayManager#testByteArrayManager fails. Contributed by Tsz Wo Nicholas Sze. (cherry picked from commit ef926b2e3824475581454c1e17a0d7c94529efde)

2015-11-09 Thread kihwal
89a Parents: 1c0c77e Author: Kihwal Lee <kih...@apache.org> Authored: Mon Nov 9 08:57:25 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Mon Nov 9 08:57:25 2015 -0600 -- .../java/org/apache/h

hadoop git commit: HDFS-9383. TestByteArrayManager#testByteArrayManager fails. Contributed by Tsz Wo Nicholas Sze. (cherry picked from commit ef926b2e3824475581454c1e17a0d7c94529efde)

2015-11-09 Thread kihwal
265 Parents: 7e8467d Author: Kihwal Lee <kih...@apache.org> Authored: Mon Nov 9 08:58:58 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Mon Nov 9 08:58:58 2015 -0600 -- hadoop-hdfs-project/hadoop-h

hadoop git commit: HDFS-9396. Total files and directories on jmx and web UI on standby is uninitialized. Contributed by Kihwal Lee.

2015-11-11 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 6351d3fa6 -> a2a104f3d HDFS-9396. Total files and directories on jmx and web UI on standby is uninitialized. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.

hadoop git commit: HDFS-9396. Total files and directories on jmx and web UI on standby is uninitialized. Contributed by Kihwal Lee. (cherry picked from commit a2a104f3d30182953db6690304146f0a582ed241)

2015-11-11 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 bb5dd7f77 -> 8726a5e02 HDFS-9396. Total files and directories on jmx and web UI on standby is uninitialized. Contributed by Kihwal Lee. (cherry picked from commit a2a104f3d30182953db6690304146f0a582ed241) Project: http://git-

hadoop git commit: Fix CHANGES.txt (cherry picked from commit 2529464f0841732792343d515cd1be1dccb3c453)

2015-11-02 Thread kihwal
mit/d65ca63c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d65ca63c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d65ca63c Branch: refs/heads/branch-2 Commit: d65ca63c6869a17729df0236443d00577863cbe1 Parents: bb2ee9f Author: Kihwal Lee <kih...@apache.org> Authored: Mon Nov 2

hadoop git commit: Fix CHANGES.txt

2015-11-02 Thread kihwal
64f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2529464f Branch: refs/heads/trunk Commit: 2529464f0841732792343d515cd1be1dccb3c453 Parents: 6e4f8a4 Author: Kihwal Lee <kih...@apache.org> Authored: Mon Nov 2 09:09:33 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committe

hadoop git commit: HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling values() since it creates a temporary array. (Staffan Friberg via yliu) (cherry picked from commit 0ff12161

2015-11-02 Thread kihwal
2.7 Commit: 2c51bbda510577506b3711c28b422b633ac59e5e Parents: e1798e8 Author: Kihwal Lee <kih...@apache.org> Authored: Mon Nov 2 09:07:16 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Mon Nov 2 09:0

hadoop git commit: Addendum to MAPREDUCE-6451 (cherry picked from commit b24fe0648348d325d14931f80cee8a170fb3358a)

2015-10-30 Thread kihwal
oop/commit/dae9f0ef Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dae9f0ef Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dae9f0ef Branch: refs/heads/branch-2 Commit: dae9f0ef5341c3939c33c05ca1ebfd0a7c8e773d Parents: 52819fe Author: Kihwal Lee <kih...@apache.org> Authored: F

hadoop git commit: Addendum to MAPREDUCE-6451

2015-10-30 Thread kihwal
ree/b24fe064 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b24fe064 Branch: refs/heads/trunk Commit: b24fe0648348d325d14931f80cee8a170fb3358a Parents: 2868ca0 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Oct 30 16:05:23 2015 -0500 Committer: Kihwal Lee <kih...@apache.or

hadoop git commit: fix CHANGES.txt

2015-10-30 Thread kihwal
883 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4c33f883 Branch: refs/heads/branch-2 Commit: 4c33f883c468ad17528041f3ffb00f5603fccc8f Parents: 0c7fd26 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Oct 30 09:41:45 2015 -0500 Committer: Kihwal Lee <kih...@apache.org>

hadoop git commit: HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee.

2015-10-30 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk ce31b2273 -> 43539b5ff HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

hadoop git commit: HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee. (cherry picked from commit 43539b5ff4ac0874a8a454dc93a2a782

2015-10-30 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 1c80473a4 -> 0c7fd2630 HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee. (cherry picked from commit 43539b5ff4ac0874a8a454dc93a2a782b0e0ea8f) Project: http://

hadoop git commit: fix CHANGES.txt

2015-10-30 Thread kihwal
4a5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3c0204a5 Branch: refs/heads/trunk Commit: 3c0204a5866520e74917b26b6ac2061650a5bb6d Parents: 43539b5 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Oct 30 09:40:41 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Commit

hadoop git commit: HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee. (cherry picked from commit 43539b5ff4ac0874a8a454dc93a2a782

2015-10-30 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 c84ec0657 -> c250b21c2 HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee. (cherry picked from commit 43539b5ff4ac0874a8a454dc93a2a782b0e0ea8f) Project: h

hadoop git commit: HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. Contributed by Chang Li.

2015-11-04 Thread kihwal
org/repos/asf/hadoop/commit/397b554c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/397b554c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/397b554c Branch: refs/heads/branch-2.7 Commit: 397b554c36867724ca4167931270cd7af784e54a Parents: abfc710 Author: Kihwal Lee <kih...@apac

hadoop git commit: fix up CHANGES.txt

2015-11-04 Thread kihwal
ree/c8ffea3d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c8ffea3d Branch: refs/heads/branch-2 Commit: c8ffea3db77125b36df93c4970f6349049bb2673 Parents: b61aa71 Author: Kihwal Lee <kih...@apache.org> Authored: Wed Nov 4 12:14:45 2015 -0600 Committer: Kihwal Lee <kih...@apache.org>

hadoop git commit: fix up CHANGES.txt

2015-11-04 Thread kihwal
ce4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3fb1ece4 Branch: refs/heads/trunk Commit: 3fb1ece4e9b290ad4a0b6357a519b20f59561911 Parents: 0eed886 Author: Kihwal Lee <kih...@apache.org> Authored: Wed Nov 4 12:14:45 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Commi

hadoop git commit: Addendum to MAPREDUCE-6451 (cherry picked from commit b24fe0648348d325d14931f80cee8a170fb3358a)

2015-10-30 Thread kihwal
oop/commit/63cd0c8b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/63cd0c8b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/63cd0c8b Branch: refs/heads/branch-2.7 Commit: 63cd0c8ba143450853d675546b196d65452ebef6 Parents: 7b78391 Author: Kihwal Lee <kih...@apache.org> Auth

hadoop git commit: HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee.

2015-11-05 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk c56340179 -> ff47f35de HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-

hadoop git commit: HDFS-9318. considerLoad factor can be improved. Contributed by Kuhu Shukla. (cherry picked from commit bf6aa30a156b3c5cac5469014a5989e0dfdc7256)

2015-11-06 Thread kihwal
hor: Kihwal Lee <kih...@apache.org> Authored: Fri Nov 6 14:08:10 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Nov 6 14:08:10 2015 -0600 -- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 +

hadoop git commit: HDFS-9318. considerLoad factor can be improved. Contributed by Kuhu Shukla.

2015-11-06 Thread kihwal
ree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bf6aa30a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/bf6aa30a Branch: refs/heads/trunk Commit: bf6aa30a156b3c5cac5469014a5989e0dfdc7256 Parents: b64242c Author: Kihwal Lee <kih...@apache.org> Authored: Fri Nov 6 13:30:33 2

hadoop git commit: MAPREDUCE-6451. DistCp has incorrect chunkFilePath for multiple jobs when strategy is dynamic. Contributed by Kuhu Shukla.

2015-10-30 Thread kihwal
wip-us.apache.org/repos/asf/hadoop/commit/2868ca03 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2868ca03 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2868ca03 Branch: refs/heads/trunk Commit: 2868ca0328d908056745223fb38d9a90fd2811ba Parents: 18727c6 Author: Kihwal Lee <kih...@apac

hadoop git commit: MAPREDUCE-6451. DistCp has incorrect chunkFilePath for multiple jobs when strategy is dynamic. Contributed by Kuhu Shukla. (cherry picked from commit 2868ca0328d908056745223fb38d9a9

2015-10-30 Thread kihwal
mit: 52819fe4ef3b04761d6d365e7e52f0006c6840e4 Parents: a7d8895 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Oct 30 14:57:57 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Oct 30 14:57:57 2015 -0500 -- hadoop-ma

hadoop git commit: MAPREDUCE-6451. DistCp has incorrect chunkFilePath for multiple jobs when strategy is dynamic. Contributed by Kuhu Shukla. (cherry picked from commit 2868ca0328d908056745223fb38d9a9

2015-10-30 Thread kihwal
mit: 7b783911c4062dcc957a1d577ffec56471510d23 Parents: 431f48f Author: Kihwal Lee <kih...@apache.org> Authored: Fri Oct 30 14:58:54 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Oct 30 14:58:54 2015 -0500 -- h

hadoop git commit: HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee.

2015-10-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 151eab2a1 -> 6144e0137 HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

hadoop git commit: HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee. (cherry picked from commit 6144e0137bb51bd04b46ea5ce42c59c2d4f7657d)

2015-10-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 e4429de86 -> e86819c91 HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee. (cherry picked from commit 6144e0137bb51bd04b46ea5ce42c59c2d4f7657d) Project: http://git-wip-us.apache.org/repos/

hadoop git commit: HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee. (cherry picked from commit 6144e0137bb51bd04b46ea5ce42c59c2d4f7657d)

2015-10-19 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 08c02199f -> 3f3829e3a HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee. (cherry picked from commit 6144e0137bb51bd04b46ea5ce42c59c2d4f7657d) Conflicts: hadoop-common-project/had

hadoop git commit: HDFS-9220. Reading small file (< 512 bytes) that is open for append fails due to incorrect checksum. Contributed by Jing Zhao. (cherry picked from commit c7c36cbd6218f46c33d7fb2f60c

2015-10-15 Thread kihwal
Commit: 4cf7f8441a288cefd44f126d60dae1998239892a Parents: efba749 Author: Kihwal Lee <kih...@apache.org> Authored: Thu Oct 15 11:26:14 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Thu Oct 15 11:26:14 2015 -0500 -

hadoop git commit: HDFS-9220. Reading small file (< 512 bytes) that is open for append fails due to incorrect checksum. Contributed by Jing Zhao.

2015-10-15 Thread kihwal
it-wip-us.apache.org/repos/asf/hadoop/commit/c7c36cbd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c7c36cbd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c7c36cbd Branch: refs/heads/trunk Commit: c7c36cbd6218f46c33d7fb2f60cd52cb29e6d720 Parents: dc45a7a Author: Kihwal Le

hadoop git commit: HDFS-9220. Reading small file (< 512 bytes) that is open for append fails due to incorrect checksum. Contributed by Jing Zhao. (cherry picked from commit c7c36cbd6218f46c33d7fb2f60c

2015-10-15 Thread kihwal
Commit: 06d4d72675c88e0b8d72ac3166d0198b148ebae7 Parents: 0956aed Author: Kihwal Lee <kih...@apache.org> Authored: Thu Oct 15 11:25:39 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Thu Oct 15 11:25:39 2015 -0500 -- h

hadoop git commit: HADOOP-12418. TestRPC.testRPCInterruptedSimple fails intermittently. Contributed Kihwal Lee.

2015-10-20 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 6381ddc09 -> 01b103f4f HADOOP-12418. TestRPC.testRPCInterruptedSimple fails intermittently. Contributed Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

hadoop git commit: HADOOP-12418. TestRPC.testRPCInterruptedSimple fails intermittently. Contributed Kihwal Lee. (cherry picked from commit 01b103f4ff2e8ee7e71d082885436c5cb7c6be0b)

2015-10-20 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 1a4bd5b16 -> e327233e8 HADOOP-12418. TestRPC.testRPCInterruptedSimple fails intermittently. Contributed Kihwal Lee. (cherry picked from commit 01b103f4ff2e8ee7e71d082885436c5cb7c6be0b) Conflicts: hadoop-common-project/had

hadoop git commit: HDFS-9178. Slow datanode I/O can cause a wrong node to be marked bad. Contributed by Kihwal Lee.

2015-10-07 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 61b3547c4 -> 99e5204ff HDFS-9178. Slow datanode I/O can cause a wrong node to be marked bad. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/had

hadoop git commit: HDFS-9178. Slow datanode I/O can cause a wrong node to be marked bad. Contributed by Kihwal Lee. (cherry picked from commit 99e5204ff5326430558b6f6fd9da7c44654c15d7)

2015-10-07 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 a23107596 -> 5cb80992f HDFS-9178. Slow datanode I/O can cause a wrong node to be marked bad. Contributed by Kihwal Lee. (cherry picked from commit 99e5204ff5326430558b6f6fd9da7c44654c15d7) Conflicts: hadoop-hdfs-proj

hadoop git commit: HDFS-9178. Slow datanode I/O can cause a wrong node to be marked bad. Contributed by Kihwal Lee. (cherry picked from commit 99e5204ff5326430558b6f6fd9da7c44654c15d7)

2015-10-07 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 2b6fe9076 -> c43181d8a HDFS-9178. Slow datanode I/O can cause a wrong node to be marked bad. Contributed by Kihwal Lee. (cherry picked from commit 99e5204ff5326430558b6f6fd9da7c44654c15d7) Project: http://git-wip-us.apache.org/re

hadoop git commit: HDFS-8676. Delayed rolling upgrade finalization can cause heartbeat expiration. Contributed by Walter Su. (cherry picked from commit 5b43db47a313decccdcca8f45c5708aab46396df)

2015-10-13 Thread kihwal
mit: f203b84cf4a67dfc56143d01c4c246b453e40fe0 Parents: b0b97df Author: Kihwal Lee <kih...@apache.org> Authored: Tue Oct 13 10:07:47 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Tue Oct 13 10:07:47 2015 -0500 -- hadoop-hdfs-proj

hadoop git commit: HDFS-8676. Delayed rolling upgrade finalization can cause heartbeat expiration. Contributed by Walter Su.

2015-10-13 Thread kihwal
asf/hadoop/commit/5b43db47 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5b43db47 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5b43db47 Branch: refs/heads/trunk Commit: 5b43db47a313decccdcca8f45c5708aab46396df Parents: 39581e3 Author: Kihwal Lee <kih...@apache.org> Auth

[1/2] hadoop git commit: HDFS-7645. Rolling upgrade is restoring blocks from trash multiple times (Contributed by Vinayakumar B and Keisuke Ogiwara) (cherry picked from commit abf3ad988ddf07450fccb7ca

2015-10-13 Thread kihwal
mit: 3a5b9f49df2d7388cefa362b2156dd8334383421 Parents: fe874e9 Author: Kihwal Lee <kih...@apache.org> Authored: Tue Oct 13 10:29:42 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Tue Oct 13 10:29:42 2015 -0500 -- hado

[2/2] hadoop git commit: HDFS-8656. Preserve compatibility of ClientProtocol#rollingUpgrade after finalization. (cherry picked from commit 60b858bfa65e0feb665e1a84784a3d45e9091c66)

2015-10-13 Thread kihwal
/repos/asf/hadoop/tree/61388b41 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/61388b41 Branch: refs/heads/branch-2.7 Commit: 61388b41e7a1ad5125f5026dded4b5c054d55c4b Parents: 3a5b9f4 Author: Kihwal Lee <kih...@apache.org> Authored: Tue Oct 13 10:46:20 2015 -0500 Committer: Kihwal Le

hadoop git commit: HDFS-8676. Delayed rolling upgrade finalization can cause heartbeat expiration. Contributed by Walter Su. (cherry picked from commit 5b43db47a313decccdcca8f45c5708aab46396df)

2015-10-13 Thread kihwal
mit: efba7497604bb0af2f7ec257d2b545a10608fcb1 Parents: 61388b4 Author: Kihwal Lee <kih...@apache.org> Authored: Tue Oct 13 13:25:10 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Tue Oct 13 13:25:10 2015 -0500 -- hadoop-hdfs-proj

hadoop git commit: HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee

2015-09-10 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 7b5b2c582 -> a40342b0d HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/

hadoop git commit: HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee (cherry picked from commit a40342b0dab1f9137ae4b3679a5aca7f2a57d23d)

2015-09-10 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 c260a8aa9 -> 633344aa5 HDFS-6763. Initialize file system-wide quota once on transitioning to active. Contributed by Kihwal Lee (cherry picked from commit a40342b0dab1f9137ae4b3679a5aca7f2a57d23d) Project: http://git-wip-us.apache.

hadoop git commit: HDFS-8716. Introduce a new config specifically for safe mode block count. Contributed by Chang Li. (cherry picked from commit 4d13335fc93780126bab35de92a640fa31b204d9)

2015-09-09 Thread kihwal
4f8 Parents: eb9e06f Author: Kihwal Lee <kih...@apache.org> Authored: Wed Sep 9 11:10:02 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Wed Sep 9 11:10:02 2015 -0500 -- hadoop-hdfs-project/hadoop-h

hadoop git commit: HDFS-8716. Introduce a new config specifically for safe mode block count. Contributed by Chang Li.

2015-09-09 Thread kihwal
oop/commit/4d13335f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4d13335f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4d13335f Branch: refs/heads/trunk Commit: 4d13335fc93780126bab35de92a640fa31b204d9 Parents: 0113e45 Author: Kihwal Lee <kih...@apache.org> Authored: Wed

hadoop git commit: Fix up CHANGES.txt

2015-09-11 Thread kihwal
a78 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fba06a78 Branch: refs/heads/trunk Commit: fba06a789ce093f4f2a9b1459a630e5e91b6b456 Parents: ea4bb27 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Sep 11 16:02:05 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Com

hadoop git commit: HDFS-8099. Change "DFSInputStream has been closed already" message to debug log level (Charles Lamb via Colin P. McCabe) (cherry picked from commit 30acb7372ab97adf9bc86ead529c96cfe

2015-09-11 Thread kihwal
f/hadoop/diff/f2cc6b5f Branch: refs/heads/branch-2.7 Commit: f2cc6b5fdf88be8227fbf9f0583fa9618a14cf99 Parents: fb15053 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Sep 11 15:59:29 2015 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri S

hadoop git commit: Fix up CHANGES.txt

2015-09-11 Thread kihwal
ree/50a367da Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/50a367da Branch: refs/heads/branch-2 Commit: 50a367da20b4ae15ff1da4ab8d2bad8efb311a93 Parents: 43f051a Author: Kihwal Lee <kih...@apache.org> Authored: Fri Sep 11 16:02:05 2015 -0500 Committer: Kihwal Lee <kih...@apache.org>

hadoop git commit: HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures. Contributed by Kihwal Lee.

2015-09-28 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk fb2e525c0 -> 4c9497cbf HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.

hadoop git commit: HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures. Contributed by Kihwal Lee. (cherry picked from commit 4c9497cbf02ecc82532a4e79e18912d8e0eb4731)

2015-09-28 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 4d8b99423 -> 468b330fe HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures. Contributed by Kihwal Lee. (cherry picked from commit 4c9497cbf02ecc82532a4e79e18912d8e0eb4731) Project: http://git-

hadoop git commit: HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures. Contributed by Kihwal Lee.

2015-09-28 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 4c6e24528 -> 6e7c76a5b HDFS-9106. Transfer failure during pipeline recovery causes permanent write failures. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.

hadoop git commit: fix CHANGES.txt

2015-10-02 Thread kihwal
e29 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b5d08e29 Branch: refs/heads/branch-2 Commit: b5d08e29e1712eac1a6e21776aa763e80771ded4 Parents: 7964b13 Author: Kihwal Lee <kihwal@actfamous-lm.(none)> Authored: Fri Oct 2 15:02:23 2015 -0500 Committer: Kihwal Lee <kihwal@actfam

hadoop git commit: HDFS-8850. VolumeScanner thread exits with exception if there is no block pool to be scanned but there are suspicious blocks. (Colin Patrick McCabe via yliu) (cherry picked from com

2015-10-02 Thread kihwal
wip-us.apache.org/repos/asf/hadoop/diff/b2bc72a0 Branch: refs/heads/branch-2.7 Commit: b2bc72a0513fa3a708d9b98a481d03fa10ce533a Parents: 3249c3c Author: Kihwal Lee <kihwal@actfamous-lm.(none)> Authored: Fri Oct 2 14:59:29 2015 -0500 Committer: Kihwal Lee <kihwal@actfamous-lm.(none)> Commi

hadoop git commit: fix CHANGES.txt

2015-10-02 Thread kihwal
f6d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2ecb5f6d Branch: refs/heads/trunk Commit: 2ecb5f6d7153516e65457eba6c8fe67103020f38 Parents: 1037ee5 Author: Kihwal Lee <kihwal@actfamous-lm.(none)> Authored: Fri Oct 2 15:03:29 2015 -0500 Committer: Kihwal Lee <kihwal@actfam

hadoop git commit: HADOOP-12446. Undeprecate createNonRecursive(). Contributed by Ted Yu.

2015-09-28 Thread kihwal
ttp://git-wip-us.apache.org/repos/asf/hadoop/tree/3abbdc92 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3abbdc92 Branch: refs/heads/trunk Commit: 3abbdc929bde05f8819f5410cef1eaeb8940203f Parents: ab11085 Author: Kihwal Lee <kih...@apache.org> Authored: Mon Sep 28 17:31:51 2015 -0500

hadoop git commit: HADOOP-12446. Undeprecate createNonRecursive(). Contributed by Ted Yu. (cherry picked from commit 3abbdc929bde05f8819f5410cef1eaeb8940203f)

2015-09-28 Thread kihwal
ttp://git-wip-us.apache.org/repos/asf/hadoop/commit/95b8f1f3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/95b8f1f3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/95b8f1f3 Branch: refs/heads/branch-2 Commit: 95b8f1f3a68df48a427b50311359802a2d31e20f Parents: 3c4c52a Author: Kih

hadoop git commit: HDFS-8865. Improve quota initialization performance. Contributed by Kihwal Lee.

2015-08-28 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk beb65c946 - b6ceee9bf HDFS-8865. Improve quota initialization performance. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b6ceee9b Tree

hadoop git commit: HDFS-8879. Quota by storage type usage incorrectly initialized upon namenode restart. Contributed by Xiaoyu Yao. (cherry picked from commit 3e715a4f4c46bcd8b3054cb0566e526c46bd5d66)

2015-08-28 Thread kihwal
: 42aa880df33497e53ad0cc31b1bb5c18a912798e Parents: ba0f669 Author: Kihwal Lee kih...@apache.org Authored: Fri Aug 28 13:27:17 2015 -0500 Committer: Kihwal Lee kih...@apache.org Committed: Fri Aug 28 13:27:17 2015 -0500 -- hadoop-hdfs-project/hadoop-hdfs

hadoop git commit: fix merge error in CHANGES.TXT

2015-08-28 Thread kihwal
/hadoop/tree/285dad32 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/285dad32 Branch: refs/heads/branch-2.7 Commit: 285dad32eb514e4400cae3506f69896815494e38 Parents: 42aa880 Author: Kihwal Lee kih...@apache.org Authored: Fri Aug 28 15:37:07 2015 -0500 Committer: Kihwal Lee kih...@apache.org

hadoop git commit: HDFS-8865. Improve quota initialization performance. Contributed by Kihwal Lee. (cherry picked from commit b6ceee9bf42eec15891f60a014bbfa47e03f563c)

2015-08-28 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 792b9c0ea - 518477941 HDFS-8865. Improve quota initialization performance. Contributed by Kihwal Lee. (cherry picked from commit b6ceee9bf42eec15891f60a014bbfa47e03f563c) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo

hadoop git commit: HDFS-9426. Rollingupgrade finalization is not backward compatible (Contributed by Kihwal Lee)

2015-12-01 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 456426fe6 -> b70b380f3 HDFS-9426. Rollingupgrade finalization is not backward compatible (Contributed by Kihwal Lee) (cherry picked from commit c62d42cd8bb09a5ffc0c5eefa2d87913e71b9e7e) Conflicts: hadoop-hdfs-project/had

hadoop git commit: HDFS-9445. Datanode may deadlock while handling a bad volume. Contributed by Walter Su. (cherry picked from commit a48301791e9564363bc2abad4e89e344b0d7a5ff)

2015-12-11 Thread kihwal
66f Parents: b90d4d3 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Dec 11 08:48:29 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Dec 11 08:48:29 2015 -0600 -- hadoop-hdfs-project/hadoop-hdfs/CHANG

hadoop git commit: HDFS-9445. Datanode may deadlock while handling a bad volume. Contributed by Walter Su.

2015-12-11 Thread kihwal
mit/a4830179 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a4830179 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a4830179 Branch: refs/heads/trunk Commit: a48301791e9564363bc2abad4e89e344b0d7a5ff Parents: e363417 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Dec 11

hadoop git commit: HDFS-9445. Datanode may deadlock while handling a bad volume. Contributed by Walter Su. (cherry picked from commit a48301791e9564363bc2abad4e89e344b0d7a5ff)

2015-12-11 Thread kihwal
nts: 7dc558b Author: Kihwal Lee <kih...@apache.org> Authored: Fri Dec 11 08:46:03 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Dec 11 08:46:03 2015 -0600 -- hadoop-hdfs-project/hadoop-hdfs/CHANG

hadoop git commit: HDFS-9569. Log the name of the fsimage being loaded for better supportability. Contributed by Yongjun Zhang. (cherry picked from commit eb6939cea0343840c62b930d4adb377f5eaf879f)

2015-12-17 Thread kihwal
mit: 03e10f1fb3fade650cb054ddf5f3a152871b8c0f Parents: 3d0222e Author: Kihwal Lee <kih...@apache.org> Authored: Thu Dec 17 10:30:58 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Thu Dec 17 10:30:58 2015 -0600 -- hadoop-hdfs-proj

hadoop git commit: HDFS-9569. Log the name of the fsimage being loaded for better supportability. Contributed by Yongjun Zhang. (cherry picked from commit eb6939cea0343840c62b930d4adb377f5eaf879f)

2015-12-17 Thread kihwal
mit: 4d2ee51c52d371a10501a76f5bfc2d78a40e2083 Parents: face837 Author: Kihwal Lee <kih...@apache.org> Authored: Thu Dec 17 10:33:15 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Thu Dec 17 10:33:15 2015 -0600 -- hadoop-hdfs-proj

hadoop git commit: HDFS-9569. Log the name of the fsimage being loaded for better supportability. Contributed by Yongjun Zhang. (cherry picked from commit eb6939cea0343840c62b930d4adb377f5eaf879f)

2015-12-17 Thread kihwal
mit: a8dc35dfdf9f3ab82d88a7ef2d03e172d594499b Parents: 92de57b Author: Kihwal Lee <kih...@apache.org> Authored: Thu Dec 17 10:31:37 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Thu Dec 17 10:31:37 2015 -0600 -- hadoop-hdfs-proj

hadoop git commit: HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee.

2015-12-17 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk 03bab8dea -> 5cb1e0118 HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/re

hadoop git commit: HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee. (cherry picked from commit 5cb1e0118b173a95c1f7bdfae1e58d7833d61c26)

2015-12-17 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2 6d2914a69 -> 3c0ae5914 HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee. (cherry picked from commit 5cb1e0118b173a95c1f7bdfae1e58d7833d61c26) Conflicts: hadoop-h

hadoop git commit: HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee. (cherry picked from commit 5cb1e0118b173a95c1f7bdfae1e58d7833d61c26)

2015-12-17 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 8812be3dc -> e5e5ba495 HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee. (cherry picked from commit 5cb1e0118b173a95c1f7bdfae1e58d7833d61c26) Conflicts: had

hadoop git commit: HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee. (cherry picked from commit 5cb1e0118b173a95c1f7bdfae1e58d7833d61c26)

2015-12-17 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 56882e7b1 -> 03292b234 HDFS-9533. seen_txid in the shared edits directory is modified during bootstrapping. Contributed by Kihwal Lee. (cherry picked from commit 5cb1e0118b173a95c1f7bdfae1e58d7833d61c26) Conflicts: had

hadoop git commit: HDFS-9445. Datanode may deadlock while handling a bad volume. Contributed by Walter Su. (cherry picked from commit a48301791e9564363bc2abad4e89e344b0d7a5ff)

2015-12-11 Thread kihwal
nts: 02f666b Author: Kihwal Lee <kih...@apache.org> Authored: Fri Dec 11 08:47:22 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Dec 11 08:47:22 2015 -0600 -- hadoop-hdfs-project/hadoop-hdfs/CHANG

hadoop git commit: HDFS-9445. Datanode may deadlock while handling a bad volume. Contributed by Walter Su. (cherry picked from commit a48301791e9564363bc2abad4e89e344b0d7a5ff)

2015-12-11 Thread kihwal
nts: d028295 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Dec 11 08:46:42 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Dec 11 08:46:42 2015 -0600 -- hadoop-hdfs-project/hadoop-hdfs/CHANG

hadoop git commit: Supplement to HDFS-9574.

2016-01-08 Thread kihwal
oop/tree/b91715bc Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b91715bc Branch: refs/heads/branch-2.6 Commit: b91715bc837ac0cf7e607c202bce7b3637f56f4c Parents: 04b8a19 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Jan 8 13:10:09 2016 -0600 Committer: Kihwal Lee <kih..

hadoop git commit: HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee. (cherry picked from commit b06e39de4fc4f9c35afb472eef0bba2adf91954f)

2016-01-08 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.6 9cb288e9f -> 04b8a19f8 HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee. (cherry picked from commit b06e39de4fc4f9c35afb472eef0bba2adf91954f) Conflicts: hadoop-hdfs-project/hadoop-h

hadoop git commit: HDFS-7163. WebHdfsFileSystem should retry reads according to the configured retry policy. Contributed by Eric Payne.

2015-12-22 Thread kihwal
org/repos/asf/hadoop/commit/867048c3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/867048c3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/867048c3 Branch: refs/heads/trunk Commit: 867048c3e4b20ece0039a876def129fa5eb9234f Parents: 5c0ff69 Author: Kihwal Lee <kih...@apac

hadoop git commit: HDFS-7163. WebHdfsFileSystem should retry reads according to the configured retry policy. Contributed by Eric Payne. (cherry picked from commit 867048c3e4b20ece0039a876def129fa5eb92

2015-12-22 Thread kihwal
iff/263c5440 Branch: refs/heads/branch-2.8 Commit: 263c544021d44b6ed4ec311646948610be85d197 Parents: 8fad4c7 Author: Kihwal Lee <kih...@apache.org> Authored: Tue Dec 22 14:20:10 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Tue Dec 22 14:2

hadoop git commit: HDFS-7163. WebHdfsFileSystem should retry reads according to the configured retry policy. Contributed by Eric Payne. (cherry picked from commit 867048c3e4b20ece0039a876def129fa5eb92

2015-12-22 Thread kihwal
git-wip-us.apache.org/repos/asf/hadoop/diff/131260f0 Branch: refs/heads/branch-2 Commit: 131260f0a7e8480e03b20d6e6327d8b468a9313d Parents: 9b039a5 Author: Kihwal Lee <kih...@apache.org> Authored: Tue Dec 22 14:19:12 2015 -0600 Committer: Kihwal Lee <kih...@apache.org> Committed: Tue Dec 2

hadoop git commit: HDFS-7163. WebHdfsFileSystem should retry reads according to the configured retry policy. Contributed by Eric Payne.

2015-12-28 Thread kihwal
wip-us.apache.org/repos/asf/hadoop/commit/cdf9f1c6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cdf9f1c6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cdf9f1c6 Branch: refs/heads/branch-2.7 Commit: cdf9f1c662fd0216d729e15404407cc6ac3072ac Parents: e0e5a0f Author: Kihwal Lee <

hadoop git commit: HDFS-8581. ContentSummary on / skips further counts on yielding lock (contributed by J.Andreina)

2016-06-14 Thread kihwal
ttp://git-wip-us.apache.org/repos/asf/hadoop/diff/867b29be Branch: refs/heads/branch-2.6 Commit: 867b29be9c5a2f01bfef3b4c361e5ed85d438660 Parents: a2d960b Author: Kihwal Lee <kih...@apache.org> Authored: Tue Jun 14 08:31:00 2016 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: T

hadoop git commit: HDFS-8581. ContentSummary on / skips further counts on yielding lock (contributed by J.Andreina)

2016-06-14 Thread kihwal
oop/tree/8854cdd9 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8854cdd9 Branch: refs/heads/branch-2.7 Commit: 8854cdd9eefd05c10d0518528a3bff6a7348f37e Parents: d44873a Author: Kihwal Lee <kih...@apache.org> Authored: Tue Jun 14 08:25:09 2016 -0500 Committer: Kihwal Lee <kih..

hadoop git commit: HDFS-10555: Unable to loadFSEdits due to a failure in readCachePoolInfo. Contributed by Uma Maheswara Rao G

2016-06-23 Thread kihwal
mit: 742f9083f695c0cc7b21020f41d9da0e72da04f6 Parents: 96dca78 Author: Kihwal Lee <kih...@apache.org> Authored: Thu Jun 23 09:19:49 2016 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Thu Jun 23 09:19:49 2016 -0500 -- .../apache/hadoop/hdfs/

hadoop git commit: HDFS-10493. Add links to datanode web UI in namenode datanodes page. Contributed by Weiwei Yang.

2016-06-17 Thread kihwal
oop/commit/28006951 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/28006951 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/28006951 Branch: refs/heads/trunk Commit: 280069510b71d81a150b2b28d9fa987891d82774 Parents: c35fa4a Author: Kihwal Lee <kih...@apache.org> Authored: Fri

hadoop git commit: HDFS-10493. Add links to datanode web UI in namenode datanodes page. Contributed by Weiwei Yang.

2016-06-17 Thread kihwal
f52 Parents: 6afa044 Author: Kihwal Lee <kih...@apache.org> Authored: Fri Jun 17 11:12:16 2016 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Jun 17 11:12:16 2016 -0500 -- .../hadoop-hdfs/src/ma

hadoop git commit: HDFS-10493. Add links to datanode web UI in namenode datanodes page. Contributed by Weiwei Yang.

2016-06-17 Thread kihwal
5ba Parents: 242263c Author: Kihwal Lee <kih...@apache.org> Authored: Fri Jun 17 11:13:12 2016 -0500 Committer: Kihwal Lee <kih...@apache.org> Committed: Fri Jun 17 11:13:12 2016 -0500 -- .../hadoop-hdfs/src/ma

hadoop git commit: HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee.

2016-01-08 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/trunk ed18527e3 -> 38c4c1447 HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

hadoop git commit: HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee. (cherry picked from commit 38c4c14472996562eb3d610649246770c2888c6b)

2016-01-08 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.8 852033ca6 -> d1cbc8442 HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee. (cherry picked from commit 38c4c14472996562eb3d610649246770c2888c6b) Conflicts: hadoop-hdfs-project/hadoop-hdfs/

hadoop git commit: HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee.

2016-01-08 Thread kihwal
Repository: hadoop Updated Branches: refs/heads/branch-2.7 5dc5bb281 -> b06e39de4 HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/com

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