Xiaoyu Yao
|
65487b579e
|
HDFS-11491. Ozone: SCM: Add close container RPC. Contributed by Anu Engineer.
|
2017-03-14 21:28:44 -07:00 |
Xiaoyu Yao
|
72f4e3f347
|
HDFS-11487. Ozone: Exclude container protobuf files from findbugs check(amends previous fix). Contributed by Yuanbo Liu.
|
2017-03-14 21:18:44 -07:00 |
Anu Engineer
|
39058dd601
|
HDFS-11469. Ozone: SCM: Container allocation based on node report. Contributed by Xiaoyu Yao.
|
2017-03-14 11:54:26 -07:00 |
Xiaoyu Yao
|
8eca9824cf
|
HDFS-11071. Ozone: SCM: Move SCM config keys to ScmConfig. Contributed by Weiwei Yang.
|
2017-03-10 16:24:24 -08:00 |
Tsz-Wo Nicholas Sze
|
fbc8099b63
|
HDFS-11513. Ozone: Separate XceiverServer and XceiverClient into interfaces and implementations.
|
2017-03-09 11:03:20 -08:00 |
Andrew Wang
|
6b6c61ee74
|
HDFS-11152. Start erasure coding policy ID number from 1 instead of 0 to void potential unexpected errors. Contributed by SammiChen.
|
2017-03-08 15:34:04 -08:00 |
Arpit Agarwal
|
79b8d7ed38
|
HDFS-10838. Last full block report received time for each DN should be easily discoverable. Contributed by Surendra Singh Lilhore.
|
2017-03-08 15:33:59 -08:00 |
Yiqun Lin
|
b13878cf50
|
HDFS-8741. Proper error msg to be printed when invalid operation type is given to WebHDFS operations. Contributed by Surendra Singh Lilhore.
|
2017-03-08 15:33:58 -08:00 |
Anu Engineer
|
4074123636
|
HDFS-11196. Ozone: Improve logging and error handling in the container layer. Contributed by Anu Engineer.
|
2017-03-08 09:36:20 -08:00 |
Anu Engineer
|
f0f4c3e7e3
|
HDFS-11424. Block Storage: add container representation to meta data. Contributed Chen Liang.
|
2017-03-07 13:26:22 -08:00 |
Anu Engineer
|
72f0bed3dd
|
HDFS-11487. Ozone: Exclude container protobuf files from findbugs check. Contributed by Yuanbo Liu.
|
2017-03-06 14:17:41 -08:00 |
Anu Engineer
|
0951726233
|
Merge branch 'trunk' into HDFS-7240
|
2017-03-03 14:03:35 -08:00 |
Anu Engineer
|
09ad229db9
|
HDFS-11425. Ozone: add client-facing container APIs and container references. Contributed by Chen Liang.
|
2017-03-02 11:00:25 -08:00 |
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 |
Anu Engineer
|
00684d62ca
|
HDFS-11036. Ozone: reuse Xceiver connection. Contributed by Chen Liang.
|
2017-02-28 12:15:26 -08:00 |
Arpit Agarwal
|
ad16978e65
|
HDFS-11414. Ozone : move StorageContainerLocation protocol to hdfs-client. Contributed by Chen Liang.
|
2017-02-28 10:28:05 -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 |
Anu Engineer
|
d63ec0ca81
|
HDFS-11184. Ozone: SCM: Make SCM use container protocol. Contributed by Anu Engineer.
|
2017-02-27 12:25:03 -08:00 |
Xiao Chen
|
e24ed47d9a
|
HDFS-11421. Make WebHDFS' ACLs RegEx configurable. Contributed by Harsh J.
|
2017-02-24 16:49:46 -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 |
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 |
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 |
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
|
0914fcca31
|
HDFS-11363. Need more diagnosis info when seeing Slow waitForAckedSeqno.
|
2017-02-02 10:08:27 -08:00 |
Chris Douglas
|
59c5f18784
|
HADOOP-13895. Make FileStatus Serializable
|
2017-02-01 10:19:36 -08:00 |
Arpit Agarwal
|
b57368b6f8
|
HDFS-11194. Maintain aggregated peer performance metrics on NameNode.
|
2017-01-24 16:58:20 -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 |
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 |
Andrew Wang
|
d51f8ba808
|
HDFS-11312. Fix incompatible tag number change for nonDfsUsed in DatanodeInfoProto. Contributed by Sean Mackrory.
|
2017-01-11 15:13:27 -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 |
Haohui Mai
|
a605ff36a5
|
HDFS-11280. Allow WebHDFS to reuse HTTP connections to NN. Contributed by Zheng Shao.
|
2017-01-04 21:01:23 -08:00 |
Andrew Wang
|
7fcc73fc0d
|
HDFS-11156. Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang.
|
2017-01-03 09:58:00 -08:00 |
Brahma Reddy Battula
|
b31e1951e0
|
Revert "HDFS-11280. Allow WebHDFS to reuse HTTP connections to NN. Contributed by Zheng Shao."
This reverts commit b811a1c14d .
|
2017-01-03 19:19:29 +05:30 |
Haohui Mai
|
b811a1c14d
|
HDFS-11280. Allow WebHDFS to reuse HTTP connections to NN. Contributed by Zheng Shao.
|
2016-12-30 22:17:49 -08:00 |
Arpit Agarwal
|
6ba9587d37
|
HDFS-10958. Add instrumentation hooks around Datanode disk IO.
|
2016-12-14 11:18:58 -08:00 |
Andrew Wang
|
fbdbbd57cd
|
HDFS-10684. WebHDFS DataNode calls fail without parameter createparent. Contributed by John Zhuge.
|
2016-12-13 18:01:31 -08:00 |
Uma Maheswara Rao G
|
e24a923db5
|
HDFS-11164: Mover should avoid unnecessary retries if the block is pinned. Contributed by Rakesh R
|
2016-12-13 17:09:58 -08:00 |
Akira Ajisaka
|
2d4731c067
|
HDFS-11233. Fix javac warnings related to the deprecated APIs after upgrading Jackson. Contributed by Yiqun Lin.
|
2016-12-13 11:11:15 +09:00 |
Andrew Wang
|
ea2895f4ed
|
HDFS-8630. WebHDFS : Support get/set/unset StoragePolicy. Contributed by Surendra Singh Lilhore.
|
2016-12-07 15:52:16 -08:00 |
Andrew Wang
|
f53b481ffe
|
HDFS-11172. Support an erasure coding policy using RS 10 + 4. Contributed by Wei Zhou.
|
2016-12-06 12:49:38 -08:00 |
Andrew Wang
|
08a7253bc0
|
Revert "HDFS-11156. Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang"
This reverts commit c7ff34f8dc .
|
2016-12-05 23:09:35 -08:00 |
Wei-Chiu Chuang
|
1b5cceaffb
|
Revert "HDFS-11201. Spelling errors in the logging, help, assertions and exception messages. Contributed by Grant Sohn."
This reverts commit b9522e86a5 .
|
2016-12-05 10:54:43 -08:00 |
Wei-Chiu Chuang
|
b9522e86a5
|
HDFS-11201. Spelling errors in the logging, help, assertions and exception messages. Contributed by Grant Sohn.
|
2016-12-05 10:48:25 -08:00 |
Mingliang Liu
|
c7ff34f8dc
|
HDFS-11156. Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang
|
2016-12-02 11:10:13 -08:00 |
Kai Zheng
|
51e6c1cc3f
|
HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen
|
2016-11-30 15:52:56 +08:00 |
Kai Zheng
|
cfd8076f81
|
Revert due to an error "HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen"
This reverts commit 5614f847b2ef2a5b70bd9a06edc4eba06174c6.
|
2016-11-30 15:44:52 +08:00 |
Kai Zheng
|
5d5614f847
|
HDFS-10994. Support an XOR policy XOR-2-1-64k in HDFS. Contributed by Sammi Chen
|
2016-11-28 14:34:44 +08:00 |
Akira Ajisaka
|
209e805430
|
HADOOP-13506. Redundant groupid warning in child projects. Contributed by Kai Sasaki.
|
2016-11-28 14:34:57 +09:00 |