Arpit Agarwal
|
9d817fa1b1
|
HDFS-9214. Support reconfiguring dfs.datanode.balance.max.concurrent.moves without DN restart. (Contributed by Xiaobing Zhou)
|
2015-12-04 14:46:46 -08:00 |
|
Ming Ma
|
3fa33b5c2c
|
HDFS-9430 Remove waitForLoadingFSImage since checkNNStartup has ensured image loaded and namenode started. (Brahma Reddy Battula via mingma)
|
2015-12-04 09:47:57 -08:00 |
|
Jing Zhao
|
a49cc74b4c
|
HDFS-9129. Move the safemode block count into BlockManager. Contributed by Mingliang Liu.
|
2015-12-01 16:09:19 -08:00 |
|
Arpit Agarwal
|
58f6f54eea
|
HDFS-6533. TestBPOfferService#testBasicFunctionalitytest fails intermittently. (Contributed by Wei-Chiu Chuang)
|
2015-12-01 13:32:32 -08:00 |
|
Jing Zhao
|
830eb252aa
|
HDFS-9485. Make BlockManager#removeFromExcessReplicateMap accept BlockInfo instead of Block. Contributed by Mingliang Liu.
|
2015-12-01 13:05:22 -08:00 |
|
Akira Ajisaka
|
1c05393b51
|
HDFS-9336. deleteSnapshot throws NPE when snapshotname is null. Contributed by Brahma Reddy Battula.
|
2015-12-01 11:29:09 +08:00 |
|
Andrew Wang
|
9b8e50b424
|
HDFS-9470. Encryption zone on root not loaded from fsimage after NN restart. Xiao Chen via wang.
|
2015-11-30 14:32:51 -08:00 |
|
Vinayakumar B
|
9f256d1d71
|
HDFS-9426. Rollingupgrade finalization is not backward compatible (Contributed by Kihwal Lee)
(cherry picked from commit c62d42cd8bb09a5ffc0c5eefa2d87913e71b9e7e)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/DatanodeProtocolClientSideTranslatorPB.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/DatanodeProtocolServerSideTranslatorPB.java
hadoop-hdfs-project/hadoop-hdfs/src/main/proto/DatanodeProtocol.proto
|
2015-11-26 09:39:47 +05:30 |
|
Jing Zhao
|
e556c35b05
|
HDFS-9467. Fix data race accessing writeLockHeldTimeStamp in FSNamesystem. Contributed by Mingliang Liu.
|
2015-11-25 14:22:12 -08:00 |
|
Xiaoyu Yao
|
e3d673901b
|
HDFS-8512. WebHDFS : GETFILESTATUS should return LocatedBlock with storage type info. Contributed by Xiaoyu Yao.
|
2015-11-25 13:41:06 -08:00 |
|
Tsz-Wo Nicholas Sze
|
78ec38b2ed
|
HDFS-8807. dfs.datanode.data.dir does not handle spaces between storageType and URI correctly. Contributed by Anu Engineer
|
2015-11-24 16:01:55 -08:00 |
|
Haohui Mai
|
977e0b3c4c
|
HDFS-8335. FSNamesystem should construct FSPermissionChecker only if permission is enabled. Contributed by Gabor Liptak.
|
2015-11-24 13:14:49 -08:00 |
|
Xiaoyu Yao
|
fe5624b85d
|
HDFS-8855. Webhdfs client leaks active NameNode connections. Contributed by Xiaobing Zhou.
|
2015-11-24 12:47:57 -08:00 |
|
Haohui Mai
|
db4cab21f4
|
HDFS-5165. Remove the TotalFiles metrics. Contributed by Akira AJISAKA.
|
2015-11-24 11:41:57 -08:00 |
|
Ming Ma
|
0e54b164a8
|
HDFS-9314. Improve BlockPlacementPolicyDefault's picking of excess replicas. (Xiao Chen via mingma)
|
2015-11-24 10:30:24 -08:00 |
|
Uma Mahesh
|
411e2b2e7c
|
HDFS-9433. DFS getEZForPath API on a non-existent file should throw FileNotFoundException (Rakesh R via umamahesh)
|
2015-11-23 17:54:31 -08:00 |
|
Haohui Mai
|
8228697857
|
HDFS-9024. Deprecate the TotalFiles metric. Contributed by Akira Ahisaka.
|
2015-11-22 23:02:50 -08:00 |
|
Haohui Mai
|
04c14b5dc4
|
HDFS-9356. Decommissioning node does not have Last Contact value in the UI. Contributed by Surendra Singh Lilhore.
|
2015-11-22 22:58:58 -08:00 |
|
Haohui Mai
|
a4bd54f9d7
|
HDFS-7897. Shutdown metrics when stopping JournalNode. Contributed by zhouyingchao.
|
2015-11-22 19:12:23 -08:00 |
|
Haohui Mai
|
bfbcfe7364
|
HDFS-6885. Fix wrong use of BytesWritable in FSEditLogOp#RenameOp. Contributed by Yi Liu.
|
2015-11-22 17:16:51 -08:00 |
|
Haohui Mai
|
38146a6cdb
|
HDFS-7796. Include X-editable for slick contenteditable fields in the web UI. Contributed by Ravi Prakash.
|
2015-11-22 16:22:06 -08:00 |
|
Haohui Mai
|
176ff5ce90
|
HDFS-9402. Switch DataNode.LOG to use slf4j. Contributed by Walter Su.
|
2015-11-22 15:54:41 -08:00 |
|
Uma Mahesh
|
5b714a2819
|
HDFS-9348. Erasure Coding: DFS GetErasureCodingPolicy API on a non-existent file should be handled properly. (Rakesh R via umamahesh)
|
2015-11-21 22:38:36 -08:00 |
|
Tsz-Wo Nicholas Sze
|
8e03e855b6
|
HDFS-9434. Recommission a datanode with 500k blocks may pause NN for 30 seconds for printing info log messags.
|
2015-11-19 14:54:01 -08:00 |
|
Yongjun Zhang
|
31dc5c650e
|
HDFS-9439. Include status of closeAck into exception message in DataNode#run. (Xiao Chen via Yongjun Zhang)
|
2015-11-19 14:20:33 -08:00 |
|
Ming Ma
|
1c4951a7a0
|
HDFS-8056. Decommissioned dead nodes should continue to be counted as dead after NN restart. (mingma)
|
2015-11-19 10:04:01 -08:00 |
|
Colin Patrick Mccabe
|
dfbde3fc51
|
HDFS-9252. Change TestFileTruncate to use FsDatasetTestUtils to get block file size and genstamp. (Lei (Eddy) Xu via cmccabe)
|
2015-11-17 10:48:15 -08:00 |
|
Arpit Agarwal
|
007c6ce1af
|
HDFS-9397. Fix typo for readChecksum() LOG.warn in BlockSender.java. (Contributed by Enrique Flores)
|
2015-11-16 21:02:00 -08:00 |
|
Ming Ma
|
02653add98
|
HDFS-9413. getContentSummary() on standby should throw StandbyException. (Brahma Reddy Battula via mingma)
|
2015-11-16 09:32:40 -08:00 |
|
Kihwal Lee
|
a2a104f3d3
|
HDFS-9396. Total files and directories on jmx and web UI on standby is uninitialized. Contributed by Kihwal Lee.
|
2015-11-11 15:24:43 -06:00 |
|
Walter Su
|
2fda45b9dc
|
HDFS-9401. Fix findbugs warnings in BlockRecoveryWorker. Contributed by Brahma Reddy Battula.
|
2015-11-10 14:48:08 +08:00 |
|
Yongjun Zhang
|
2741a2109b
|
HDFS-9249. NPE is thrown if an IOException is thrown in NameNode constructor. (Wei-Chiu Chuang via Yongjun Zhang)
|
2015-11-09 14:04:03 -08:00 |
|
Xiaoyu Yao
|
41d3f8899d
|
HDFS-9234. WebHdfs: getContentSummary() should give quota for storage types. Contributed by Surendra Singh Lilhore.
|
2015-11-09 09:57:56 -08:00 |
|
Vinayakumar B
|
6d2332ae37
|
HDFS-9057. allow/disallow snapshots via webhdfs (Contributed by Brahma Reddy Battula)
|
2015-11-08 16:24:27 +05:30 |
|
Allen Wittenauer
|
b76b0ce51e
|
HADOOP-12366. expose calculated paths (aw)
|
2015-11-07 08:32:56 -08:00 |
|
Kihwal Lee
|
bf6aa30a15
|
HDFS-9318. considerLoad factor can be improved. Contributed by Kuhu Shukla.
|
2015-11-06 13:30:33 -06:00 |
|
Yongjun Zhang
|
b64242c0d2
|
HDFS-9236. Missing sanity check for block size during block recovery. (Tony Wu via Yongjun Zhang)
|
2015-11-06 11:15:54 -08:00 |
|
Arpit Agarwal
|
0b18e5e8c6
|
HDFS-6481. DatanodeManager#getDatanodeStorageInfos() should check the length of storageIDs. (Contributed by szetszwo)
|
2015-11-06 10:15:23 -08:00 |
|
Yongjun Zhang
|
286cc6483f
|
HDFS-9377. Fix findbugs warnings in FSDirSnapshotOp. (Mingliang Liu via Yongjun Zhang)
|
2015-11-05 14:36:12 -08:00 |
|
Haohui Mai
|
efc73d7896
|
HDFS-9372. Remove dead code in DataStorage.recoverTransitionRead. Contributed by Duo Zhang.
|
2015-11-05 10:00:01 -08:00 |
|
Kihwal Lee
|
ff47f35dee
|
HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee.
|
2015-11-05 09:25:20 -06:00 |
|
Xiaoyu Yao
|
ea5bb48326
|
HDFS-9360. Storage type usage isn't updated properly after file deletion. Contributed by Ming Ma.
|
2015-11-05 01:30:13 -08:00 |
|
Lei Xu
|
ec414600ed
|
HDFS-9007. Fix HDFS Balancer to honor upgrade domain policy. (Ming Ma via lei)
|
2015-11-04 10:22:17 -08:00 |
|
Haohui Mai
|
88beb46cf6
|
Revert "HDFS-8855. Webhdfs client leaks active NameNode connections. Contributed by Xiaobing Zhou."
This reverts commit 84cbd72afd .
|
2015-11-04 10:21:13 -08:00 |
|
Haohui Mai
|
0eed886a16
|
HDFS-9357. NN UI renders icons of decommissioned DN incorrectly. Contributed by Surendra Singh Lilhore.
|
2015-11-04 09:16:43 -08:00 |
|
Varun Vasudev
|
73b9c7b82b
|
HADOOP-10787. Rename/remove non-HADOOP_*, etc from the shell scripts. Contributed by Allen Wittenauer.
|
2015-11-04 15:56:17 +05:30 |
|
Yongjun Zhang
|
194251c852
|
HDFS-9351. checkNNStartup() need to be called when fsck calls FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang)
|
2015-11-03 17:16:17 -08:00 |
|
Zhe Zhang
|
dac0463a4e
|
HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. Contributed by Chang Li.
Change-Id: If5ce1b2d212bb0726bce52ad12a3de401bcec02d
|
2015-11-03 13:34:24 -08:00 |
|
Ming Ma
|
d565480da2
|
HDFS-9313. Possible NullPointerException in BlockManager if no excess replica can be chosen. (mingma)
|
2015-11-02 19:36:37 -08:00 |
|
yliu
|
5ba2b98d0f
|
HDFS-9275. Wait previous ErasureCodingWork to finish before schedule another one. (Walter Su via yliu)
|
2015-11-03 09:14:32 +08:00 |
|