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 |
|
Jing Zhao
|
627da6f717
|
HDFS-8498. Blocks can be committed with wrong size. Contributed by Jing Zhao.
|
2017-02-15 10:44:37 -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 |
|
Xiaoyu Yao
|
aaf2713235
|
HDFS-11409. DatanodeInfo getNetworkLocation and setNetworkLocation shoud use volatile instead of synchronized. Contributed by Chen Liang.
|
2017-02-14 12:52:34 -08:00 |
|
Wei-Chiu Chuang
|
0cf5993712
|
HDFS-11084. Add a regression test for sticky bit support of OIV ReverseXML processor. Contributed by Wei-Chiu Chuang.
|
2017-02-14 09:11:55 -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 |
|
Yiqun Lin
|
719df99c05
|
HDFS-11407. Document the missing usages of OfflineImageViewer processors. Contributed by Yiqun Lin.
|
2017-02-14 18:48:08 +08:00 |
|
Chris Douglas
|
4ed33e9ca3
|
HDFS-11026. Convert BlockTokenIdentifier to use Protobuf. Contributed by Ewan Higgs.
|
2017-02-13 11:29:18 -08:00 |
|
Kihwal Lee
|
07a5184f74
|
HDFS-11379. DFSInputStream may infinite loop requesting block locations. Contributed by Daryn Sharp.
|
2017-02-10 12:27:08 -06:00 |
|
Xiao Chen
|
2007e0cf2a
|
HDFS-11210. Enhance key rolling to guarantee new KeyVersion is returned from generateEncryptedKeys after a key is rolled.
|
2017-02-07 20:36:11 -08:00 |
|
Xiao Chen
|
69b23632c4
|
HDFS-10860. Switch HttpFS from Tomcat to Jetty. Contributed by John Zhuge.
|
2017-02-07 09:36:55 -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
|
e0235842a7
|
HDFS-11387. Socket reuse address option is not honored in PrivilegedNfsGatewayStarter. Contributed by Mukul Kumar Singh.
|
2017-02-03 12:28:05 -08:00 |
|
Xiao Chen
|
0914fcca31
|
HDFS-11363. Need more diagnosis info when seeing Slow waitForAckedSeqno.
|
2017-02-02 10:08:27 -08:00 |
|
Yiqun Lin
|
3433f572fa
|
HDFS-11353. Improve the unit tests relevant to DataNode volume failure testing. Contributed by Yiqun Lin.
|
2017-02-02 19:38:17 +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 |
|
Chris Douglas
|
59c5f18784
|
HADOOP-13895. Make FileStatus Serializable
|
2017-02-01 10:19:36 -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 |
|
Ming Ma
|
312b36d113
|
HDFS-11378. Verify multiple DataNodes can be decommissioned/maintenance at the same time. (Manoj Govindassamy via mingma)
|
2017-01-27 16:16:42 -08:00 |
|
Arpit Agarwal
|
7bc333ad41
|
HDFS-11374. Skip FSync in CreateEditsLog to speed up edit log generation. Contributed by Hanisha Koneru.
|
2017-01-26 16:21:25 -08:00 |
|
Masatake Iwasaki
|
55c9f6d747
|
HDFS-9884. Use doxia macro to generate in-page TOC of HDFS site documentation. (iwasakims)
|
2017-01-27 08:06:39 +09: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 |
|
Xiao Chen
|
44606aa850
|
HDFS-11364. Add a test to verify Audit log entries for setfacl/getfacl commands over FS shell. Contributed by Manoj Govindassamy.
|
2017-01-26 10:48:26 -08:00 |
|
Arpit Agarwal
|
7c1cc30b3c
|
HDFS-11369. Change exception message in StorageLocationChecker.
|
2017-01-26 09:12:38 -08:00 |
|
Andrew Wang
|
ff02bdfe65
|
Add CHANGES, RELEASENOTES, and jdiff for 3.0.0-alpha2 release.
|
2017-01-25 15:39:40 -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 |
|
Jitendra Pandey
|
5a5652098c
|
HDFS-11365. Log portnumber in PrivilegedNfsGatewayStarter. Contributed by Mukul Kumar Singh.
|
2017-01-24 21:58:02 -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 |
|
Ming Ma
|
f3fb94be05
|
HDFS-11296. Maintenance state expiry should be an epoch time and not jvm monotonic. (Manoj Govindassamy via mingma)
|
2017-01-19 22:31:15 -08:00 |
|
Andrew Wang
|
5d8b80ea9b
|
Preparing for 3.0.0-alpha3 development
|
2017-01-19 15:50:07 -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 |
|
Yiqun Lin
|
724bb86351
|
HDFS-11316. TestDataNodeVolumeFailure#testUnderReplicationAfterVolFailure fails in trunk. Contributed by Yiqun Lin.
|
2017-01-19 12:05:13 +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 |
|
Akira Ajisaka
|
b1a9ec856b
|
HDFS-11290. TestFSNameSystemMBean should wait until JMX cache is cleared. Contributed by Erik Krogen.
|
2017-01-18 17:54: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 |
|