Rakesh Radhakrishnan
|
82ef9accaf
|
HDFS-11428. Change setErasureCodingPolicy to take a required string EC policy name. Contributed by Andrew Wang.
|
2017-03-01 16:06:02 +05:30 |
|
Brahma Reddy Battula
|
dcd03df9f9
|
HDFS-11432. Federation : Support fully qualified path for Quota/Snapshot/cacheadmin/cryptoadmin commands. Contributed by Brahma Reddy Battula.
|
2017-03-01 10:45:56 +05:30 |
|
Zhe Zhang
|
d269b488a7
|
HDFS-11466. Change dfs.namenode.write-lock-reporting-threshold-ms default from 1000ms to 5000ms. Contributed by Andrew Wang.
|
2017-02-28 09:00:49 -08:00 |
|
Andrew Wang
|
55c07bbed2
|
HDFS-11382. Persist Erasure Coding Policy ID in a new optional field in INodeFile in FSImage. Contributed by Manoj Govindassamy.
|
2017-02-27 17:07:45 -08:00 |
|
Wei-Chiu Chuang
|
05391c1845
|
HDFS-10506. OIV's ReverseXML processor cannot reconstruct some snapshot details. Contributed by Akira Ajisaka.
|
2017-02-25 14:38:50 -08:00 |
|
Xiao Chen
|
e24ed47d9a
|
HDFS-11421. Make WebHDFS' ACLs RegEx configurable. Contributed by Harsh J.
|
2017-02-24 16:49:46 -08:00 |
|
Arpit Agarwal
|
d2b3ba9b8f
|
HDFS-11295. Check storage remaining instead of node remaining in BlockPlacementPolicyDefault.chooseReplicaToDelete(). Contributed by Marton Elek.
|
2017-02-24 15:44:11 -08:00 |
|
Andrew Wang
|
132f758e3d
|
HDFS-11426. Refactor EC CLI to be similar to storage policies CLI.
|
2017-02-23 16:00:11 -08:00 |
|
Jing Zhao
|
13d4bcfe35
|
HDFS-4025. QJM: Sychronize past log segments to JNs that missed them. Contributed by Hanisha Koneru.
|
2017-02-22 16:33:38 -08:00 |
|
Andrew Wang
|
d150f061f4
|
HDFS-11438. Fix typo in error message of StoragePolicyAdmin tool. Contributed by Alison Yu.
|
2017-02-22 15:16:09 -08:00 |
|
Andrew Wang
|
8ef7ebbc71
|
HDFS-11406. Remove unused getStartInstance and getFinalizeInstance in FSEditLogOp. Contributed by Alison Yu.
|
2017-02-21 14:54:20 -08:00 |
|
Andrew Wang
|
fc9ad3ce3a
|
HDFS-11405. Rename "erasurecode" CLI subcommand to "ec". Contributed by Manoj Govindassamy.
|
2017-02-21 13:55:27 -08:00 |
|
Vinayakumar B
|
4804050630
|
HDFS-11177. 'storagepolicies -getStoragePolicy' command should accept URI based path. (Contributed by Surendra Singh Lilhore)
|
2017-02-21 18:13:19 +05:30 |
|
Xiao Chen
|
02c549484a
|
HDFS-11410. Use the cached instance when edit logging SetAclOp, SetXAttrOp and RemoveXAttrOp.
|
2017-02-16 18:07:55 -08:00 |
|
Wei-Chiu Chuang
|
5690b51ef7
|
HDFS-11100. Recursively deleting file protected by sticky bit should fail. Contributed by John Zhuge.
|
2017-02-16 05:39:37 -08:00 |
|
Ming Ma
|
a136936d01
|
HDFS-11265. Extend visualization for Maintenance Mode under Datanode tab in the NameNode UI. (Marton Elek via mingma)
|
2017-02-15 20:24:07 -08:00 |
|
Mingliang Liu
|
0741dd3b9a
|
HDFS-11375. Display the volume storage type in datanode UI. Contributed by Surendra Singh Lilhore
|
2017-02-15 11:37:26 -08:00 |
|
Wei-Chiu Chuang
|
859bd159ae
|
HDFS-11333. Print a user friendly error message when plugins are not found. Contributed by Wei-Chiu Chuang.
|
2017-02-15 02:50:35 -08:00 |
|
Akira Ajisaka
|
8acb376c9c
|
HDFS-11238. Fix checkstyle warnings in NameNode#createNameNode. Contributed by Ethan Li.
|
2017-02-15 16:53:50 +09:00 |
|
Yongjun Zhang
|
8e53f2b9b0
|
HDFS-11391. Numeric usernames do no work with WebHDFS FS write access. (Pierre Villard via Yongjun Zhang)
|
2017-02-14 13:40:53 -08:00 |
|
Yiqun Lin
|
4164a2032a
|
HDFS-11408. The config name of balance bandwidth is out of date. Contributed by Yiqun Lin.
|
2017-02-14 18:57:20 +08:00 |
|
Chris Douglas
|
4ed33e9ca3
|
HDFS-11026. Convert BlockTokenIdentifier to use Protobuf. Contributed by Ewan Higgs.
|
2017-02-13 11:29:18 -08:00 |
|
Yiqun Lin
|
663e683adf
|
HDFS-10219. Change the default value for dfs.namenode.reconstruction.pending.timeout-sec from -1 to 300. Contributed by Yiqun Lin.
|
2017-02-06 19:19:30 +08:00 |
|
Yiqun Lin
|
9cbbd1eae8
|
HDFS-11377. Balancer hung due to no available mover threads. Contributed by yunjiong zhao.
|
2017-02-06 13:15:16 +08:00 |
|
Arpit Agarwal
|
6aa09dc28a
|
HDFS-11112. Journal Nodes should refuse to format non-empty directories. Contributed by Yiqun Lin.
|
2017-02-01 16:51:58 -08:00 |
|
Jing Zhao
|
b6f290d5b6
|
HDFS-11370. Optimize NamenodeFsck#getReplicaInfo. Contributed Takanobu Asanuma.
|
2017-02-01 11:21:35 -08:00 |
|
Lei Xu
|
bec9b7aa1d
|
HDFS-11335. Remove HdfsClientConfigKeys.DFS_CLIENT_SLOW_IO_WARNING_THRESHOLD_KEY usage from DNConf. (Manoj Govindassamy via lei)
|
2017-02-01 14:42:51 +08:00 |
|
Xiao Chen
|
88da9f6b67
|
Revert "HDFS-8377. Support HTTP/2 in datanode. Contributed by Duo Zhang."
This reverts commit ada233b7cd .
|
2017-01-26 13:42:50 -08:00 |
|
Arpit Agarwal
|
7c1cc30b3c
|
HDFS-11369. Change exception message in StorageLocationChecker.
|
2017-01-26 09:12:38 -08:00 |
|
Jing Zhao
|
b782bf2156
|
HDFS-11124. Report blockIds of internal blocks for EC files in Fsck. Contributed by Takanobu Asanuma.
|
2017-01-25 11:16:17 -08:00 |
|
Zhe Zhang
|
18e1d68209
|
HDFS-10534. NameNode WebUI should display DataNode usage histogram. Contributed by Kai Sasaki.
|
2017-01-25 09:58:39 -08:00 |
|
Arpit Agarwal
|
b57368b6f8
|
HDFS-11194. Maintain aggregated peer performance metrics on NameNode.
|
2017-01-24 16:58:20 -08:00 |
|
Wei-Chiu Chuang
|
355b907c09
|
HDFS-11121. Add assertions to BlockInfo#addStorage to protect from breaking reportedBlock-blockGroup mapping. Contributed by Takanobu Asanuma.
|
2017-01-21 05:56:22 +08:00 |
|
Lei Xu
|
78ae2aed8f
|
HDFS-11259. Update fsck to display maintenance state info. (Manoj Govindassamy via lei)
|
2017-01-19 16:28:31 +08:00 |
|
Andrew Wang
|
a8f1c7f542
|
HDFS-110268. Correctly reconstruct erasure coding file from FSImage. Contributed by SammiChen.
|
2017-01-19 00:24:11 -08:00 |
|
Lei Xu
|
63320d1daa
|
HDFS-11287. Storage class member storageDirs should be private to avoid unprotected access by derived classes. (Manoj Govindassamy via lei)
|
2017-01-19 15:38:20 +08:00 |
|
Allen Wittenauer
|
0eb4b513b7
|
HADOOP-13673. Update scripts to be smarter when running with privilege
Signed-off-by: Andrew Wang <wang@apache.org>
Signed-off-by: Ravi Prakash <raviprak@apache.org>
|
2017-01-18 14:39:05 -08:00 |
|
Andrew Wang
|
a2a5d7b5bc
|
HDFS-10759. Change fsimage bool isStriped from boolean to an enum. Contributed by Ewan Higgs.
|
2017-01-18 13:31:05 -08:00 |
|
Vinitha Reddy Gankidi
|
8a0fa0f7e8
|
HDFS-10733. NameNode terminated after full GC thinking QJM is unresponsive. Contributed by Vinitha Gankidi.
|
2017-01-18 12:46:32 -08:00 |
|
Akira Ajisaka
|
9130af3f74
|
HADOOP-13955. Replace deprecated HttpServer2 and SSLFactory constants. Contributed by John Zhuge.
|
2017-01-18 18:11:33 +09:00 |
|
Xiaoyu Yao
|
b1fce2b8b1
|
HDFS-11209. SNN can't checkpoint when rolling upgrade is not finalized. Contributed by Xiaoyu Yao.
|
2017-01-17 14:33:26 -08:00 |
|
Arpit Agarwal
|
89bb05d92b
|
HDFS-11339. Fix import.
|
2017-01-16 23:05:28 -08:00 |
|
Arpit Agarwal
|
79e939d0b8
|
HDFS-11339. Support File IO sampling for Datanode IO profiling hooks. Contributed by Hanisha Koneru.
|
2017-01-16 14:43:29 -08:00 |
|
Arpit Agarwal
|
a853b4e1b5
|
HDFS-11342. Fix FileInputStream leak in loadLastPartialChunkChecksum. Contributed by Chen Liang.
|
2017-01-16 13:45:22 -08:00 |
|
Lei Xu
|
2f8e9b7e4b
|
Revert "HDFS-11259. Update fsck to display maintenance state info. (Manoj Govindassamy via lei)"
This reverts commit c18590fce2 .
|
2017-01-16 15:11:53 +08:00 |
|
Anu Engineer
|
2604e82eba
|
HDFS-11344. The default value of the setting dfs.disk.balancer.block.tolerance.percent is different. Contributed by Yiqun Lin.
|
2017-01-13 22:38:46 -08:00 |
|
Wei-Chiu Chuang
|
1cde954a4f
|
HDFS-11306. Print remaining edit logs from buffer if edit log can't be rolled. Contributed by Wei-Chiu Chuang.
|
2017-01-13 11:46:30 -08:00 |
|
Brahma Reddy Battula
|
a5ec1e31a3
|
HDFS-9935. Remove LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD and unused import from HdfsServerConstants. Contributed Yiqun Lin.
|
2017-01-11 19:34:01 +05:30 |
|
Ming Ma
|
467f5f1735
|
HDFS-9391. Update webUI/JMX to display maintenance state info. (Manoj Govindassamy via mingma)
|
2017-01-10 20:12:42 -08:00 |
|
Andrew Wang
|
e69231658d
|
HDFS-11072. Add ability to unset and change directory EC policy. Contributed by Sammi Chen.
|
2017-01-10 11:32:48 -08:00 |
|