Arpit Agarwal
|
a161ff8f09
|
HDFS-5486. Fix TestNameNodeMetrics for HDFS-2832.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1540619 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-11 06:40:06 +00:00 |
|
Arpit Agarwal
|
bb5bd30df6
|
Merging r1540239 through r1540547 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1540549 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-10 21:01:12 +00:00 |
|
Arpit Agarwal
|
907fb15ee8
|
HDFS-5480. Update Balancer for HDFS-2832. (Contributed by szetszwo)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1540547 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-10 20:59:32 +00:00 |
|
Brandon Li
|
ec9ec0084e
|
HDFS-5469. Add configuration property for the sub-directroy export path. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1540443 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-10 04:07:39 +00:00 |
|
Chris Nauroth
|
25ebe6bfd7
|
HDFS-5482. DistributedFileSystem#listPathBasedCacheDirectives must support relative paths. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1540257 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-09 05:54:19 +00:00 |
|
Tsz-wo Sze
|
fccbb5072c
|
merge of r1535792 through r1540238 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1540239 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-09 01:34:22 +00:00 |
|
Jing Zhao
|
37bc8e0c14
|
HDFS-5325. Remove WebHdfsFileSystem#ConnRunner. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1540235 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-09 01:19:54 +00:00 |
|
Arpit Agarwal
|
90d1b1b6a4
|
HDFS-5481. Fix TestDataNodeVolumeFailure in branch HDFS-2832. (Contributed by Junping Du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1540228 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-09 00:19:48 +00:00 |
|
Jing Zhao
|
a4bc1a6218
|
HDFS-5371. Let client retry the same NN when dfs.client.test.drop.namenode.response.number is enabled. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1540197 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-08 21:39:58 +00:00 |
|
Jing Zhao
|
f2ad787a27
|
HDFS-5476. Snapshot: clean the blocks/files/directories under a renamed file/directory while deletion. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1540142 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-08 18:18:03 +00:00 |
|
Colin McCabe
|
97199baea1
|
HDFS-5394: Fix race conditions in DN caching and uncaching (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1539909 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-08 03:00:19 +00:00 |
|
Arpit Agarwal
|
6b0611ed24
|
Merging r1539737 through r1539896 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1539898 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-08 01:44:24 +00:00 |
|
Arpit Agarwal
|
06d24efed0
|
HDFS-5475. NN incorrectly tracks more than one replica per DN.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1539890 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-08 01:01:18 +00:00 |
|
Colin McCabe
|
f79b3e6b17
|
HDFS-5326. add modifyDirective to cacheAdmin (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1539839 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-07 22:07:16 +00:00 |
|
Brandon Li
|
3fccdec6e0
|
HDFS-5364. Add OpenFileCtx cache. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1539834 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-07 21:49:13 +00:00 |
|
Colin McCabe
|
77afc605fd
|
HDFS-5468. CacheAdmin help command does not recognize commands (Stephen Chu via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1539786 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-07 19:58:52 +00:00 |
|
Jing Zhao
|
9964a94386
|
HDFS-5443. Delete 0-sized block when deleting an under-construction file that is included in snapshot. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1539754 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-07 18:37:38 +00:00 |
|
Brandon Li
|
16c6755554
|
HDFS-5252. Stable write is not handled correctly in someplace. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1539740 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-07 18:02:37 +00:00 |
|
Arpit Agarwal
|
a604e3b73b
|
HDFS-5472. Fix TestDatanodeManager, TestSafeMode and TestNNThroughputBenchmark. (Contributed by szetszwo)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1539736 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-07 17:57:30 +00:00 |
|
Tsz-wo Sze
|
75777f1626
|
HDFS-5470. Add back trunk's reportDiff algorithm to the branch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1539504 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-07 00:13:05 +00:00 |
|
Arpit Agarwal
|
fa5ba6d977
|
HDFS-5439. Fix TestPendingReplication. (Contributed by Junping Du, Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1539247 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-06 06:50:33 +00:00 |
|
Arpit Agarwal
|
103fd6c6d8
|
Merging r1538408 through r1539244 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1539245 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-06 06:14:13 +00:00 |
|
Arpit Agarwal
|
3e3fea7cd4
|
HDFS-5466. Update storage IDs when the pipeline is updated. (Contributed by szetszwo)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1539203 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-06 00:25:10 +00:00 |
|
Andrew Wang
|
8639ecb26d
|
HDFS-5458. Datanode failed volume threshold ignored if exception is thrown in getDataDirsFromURIs. Contributed by Mike Mellenthin.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1539091 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-05 18:27:00 +00:00 |
|
Jing Zhao
|
a6250a4943
|
HDFS-5427. Not able to read deleted files from snapshot directly under snapshottable dir after checkpoint and NN restart. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1538875 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-05 06:38:50 +00:00 |
|
Chris Nauroth
|
c47b3d7502
|
HDFS-5456. NameNode startup progress creates new steps if caller attempts to create a counter for a step that doesn't already exist. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1538872 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-05 06:04:07 +00:00 |
|
Arpit Agarwal
|
d2b7b6589d
|
HDFS-5457. Fix TestDatanodeRegistration, TestFsck and TestAddBlockRetry. (Contributed by szetszwo)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1538794 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-04 22:49:00 +00:00 |
|
Arpit Agarwal
|
1d357365b7
|
HDFS-5455. NN should update storageMap on first heartbeat.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1538787 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-04 21:47:51 +00:00 |
|
Arpit Agarwal
|
0091606e2d
|
HDFS-5448. Fix break caused by previous checkin for HDFS-5448.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1538655 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-04 16:00:12 +00:00 |
|
Arpit Agarwal
|
9660bfa84c
|
HDFS-5448. Datanode should generate its ID on first registration
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1538496 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-04 02:13:04 +00:00 |
|
Tsz-wo Sze
|
7e46025f91
|
Merge r1537584 through r1538407 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1538408 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-03 17:51:52 +00:00 |
|
Tsz-wo Sze
|
26a1fda51e
|
HDFS-5452. Fix TestReplicationPolicy and TestBlocksScheduledCounter.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1538407 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-03 17:49:08 +00:00 |
|
Colin McCabe
|
7abf7e8151
|
HADOOP-9478. Fix race conditions during the initialization of Configuration related to deprecatedKeyMap (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1538248 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-02 18:42:27 +00:00 |
|
Uma Maheswara Rao G
|
833da65d86
|
HDFS-5344. Make LsSnapshottableDir as Tool interface implementation. Contributed by Sathish.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1538156 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-02 09:02:35 +00:00 |
|
Arpit Agarwal
|
cbdeba29bd
|
HDFS-5447. Fix TestJspHelper in branch HDFS-2832.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1538145 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-02 05:21:48 +00:00 |
|
Andrew Wang
|
f607a8ddff
|
Move HDFS-5035 to 2.2.1 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1538124 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-02 01:08:26 +00:00 |
|
Andrew Wang
|
3b91b7dece
|
HDFS-5037. Active NN should trigger its own edit log rolls. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1538059 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-01 20:49:54 +00:00 |
|
Arpit Agarwal
|
a891076159
|
Merging r1537252 through r1537583 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1537584 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-31 18:49:54 +00:00 |
|
Arpit Agarwal
|
2af5083a35
|
HDFS-5437. Fix TestBlockReport and TestBPOfferService failures.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1537365 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-31 02:32:25 +00:00 |
|
Chris Nauroth
|
e42b17950e
|
HDFS-4633. Change attribution in CHANGES.txt to version 2.2.1.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1537345 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-30 23:43:40 +00:00 |
|
Chris Nauroth
|
ff549faea0
|
HDFS-5065. Change attribution in CHANGES.txt to version 2.2.1.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1537319 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-30 21:51:57 +00:00 |
|
Arpit Agarwal
|
4eebf56ccf
|
Merging r1536890 through r1537251 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1537252 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-30 19:28:44 +00:00 |
|
Chris Nauroth
|
6aeaef9276
|
HDFS-5386. Add feature documentation for datanode caching. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1537243 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-30 19:01:13 +00:00 |
|
Chris Nauroth
|
9c29b86cab
|
HDFS-5432. TestDatanodeJsp fails on Windows due to assumption that loopback address resolves to host name localhost. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1537230 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-30 18:37:48 +00:00 |
|
Andrew Wang
|
75a162ff92
|
HDFS-5433. When reloading fsimage during checkpointing, we should clear existing snapshottable directories. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1537192 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-30 17:27:51 +00:00 |
|
Arpit Agarwal
|
68a79b0d3f
|
HDFS-5436. Move HsFtpFileSystem and HFtpFileSystem into org.apache.hdfs.web. (Contributed by Haohui Mai)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1536921 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-29 22:44:34 +00:00 |
|
Arpit Agarwal
|
73cf16ce48
|
Merging r1536573 through r1536889 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1536890 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-29 21:05:15 +00:00 |
|
Arpit Agarwal
|
c2495a7bff
|
Merging r1536572 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1536889 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-29 21:04:31 +00:00 |
|
Colin McCabe
|
0ac867c9eb
|
move HDFS-4657 to branch-2.2.1
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1536887 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-29 21:02:14 +00:00 |
|
Arpit Agarwal
|
16359ec2c7
|
Merging r1536182 through r1536558 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1536801 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-29 16:44:53 +00:00 |
|