Inigo Goiri
|
524dde4006
|
HDFS-13525. RBF: Add unit test TestStateStoreDisabledNameservice. Contributed by Yiqun Lin.
(cherry picked from commit a3b416f69dc3965f247603f657df33bd74fd723e)
|
2018-05-03 11:25:30 -07:00 |
|
Yiqun Lin
|
5fef28d0d4
|
HDFS-13488. RBF: Reject requests when a Router is overloaded. Contributed by Inigo Goiri.
(cherry picked from commit 37269261d1232bc71708f30c76193188258ef4bd)
|
2018-05-02 14:56:15 +08:00 |
|
Inigo Goiri
|
9923fa2490
|
HDFS-13508. RBF: Normalize paths (automatically) when adding, updating, removing or listing mount table entries. Contributed by Ekanth S.
(cherry picked from commit 484440602c5b69fbd8106010603c61ae051056dd)
|
2018-04-27 16:29:41 -07:00 |
|
Inigo Goiri
|
f26f764857
|
HDFS-13434. RBF: Fix dead links in RBF document. Contributed by Chetna Chaudhari.
(cherry picked from commit f469628bba350ba79bc6a0d38f9dc1cb5eb65c77)
|
2018-04-27 15:14:18 -07:00 |
|
Yiqun Lin
|
e097998c22
|
HDFS-13499. RBF: Show disabled name services in the UI. Contributed by Inigo Goiri.
(cherry picked from commit 0a293de00d5f123c7c8248459aa8ae88a45f39b1)
|
2018-04-27 10:39:21 +08:00 |
|
Inigo Goiri
|
921a3e1678
|
HDFS-13326. RBF: Improve the interfaces to modify and view mount tables. Contributed by Gang Li.
(cherry picked from commit c394051a3d4d9d531f418503cb519606ae2b2e69)
|
2018-04-26 13:01:16 -07:00 |
|
Yiqun Lin
|
999ea44b9f
|
HDFS-13484. RBF: Disable Nameservices from the federation. Contributed by Inigo Goiri.
(cherry picked from commit 30fef0bf1e5c8c0ca073df99ad9b33cb0e4431a5)
|
2018-04-25 15:23:54 +08:00 |
|
Yiqun Lin
|
ea2863f2b5
|
HDFS-13490. RBF: Fix setSafeMode in the Router. Contributed by Inigo Goiri.
(cherry picked from commit b06601acce38ed60b726b99e2830f38a1ee3d2b5)
|
2018-04-24 11:27:14 +08:00 |
|
Yiqun Lin
|
3f72d077ff
|
HDFS-13478. RBF: Disabled Nameservice store API. Contributed by Inigo Goiri.
(cherry picked from commit b6dae26f4490bbd03360b8df19ef00cf843430f3)
|
2018-04-21 13:35:04 +08:00 |
|
Inigo Goiri
|
18b6a2a2ee
|
HDFS-13453. RBF: getMountPointDates should fetch latest subdir time/date when parent dir is not present but /parent/child dirs are present in mount table. Contributed by Dibyendu Karmakar.
(cherry picked from commit 1134af9ad1daf683204df8f95a8f03d7baaa74d4)
|
2018-04-19 14:57:09 -07:00 |
|
Wei Yan
|
5d50f716e7
|
HDFS-13466. RBF: Add more router-related information to the UI.
(cherry picked from commit e4313e7e4725261b652dd7202048ff2373b05e28)
|
2018-04-17 15:03:12 -07:00 |
|
Yiqun Lin
|
1d776f22f9
|
HDFS-13435. RBF: Improve the error loggings for printing the stack trace.
(cherry picked from commit c4d3636c21acaeb2b7d56d19cd4996aa25151bd1)
|
2018-04-17 11:25:14 +08:00 |
|
Inigo Goiri
|
3c1cd08f04
|
HDFS-13386. RBF: Wrong date information in list file(-ls) result. Contributed by Dibyendu Karmakar.
(cherry picked from commit 18de6f2042b70f9f0d7a2620c60de022768a7b13)
|
2018-04-11 12:03:40 -07:00 |
|
Inigo Goiri
|
d032112e6b
|
HDFS-13428. RBF: Remove LinkedList From StateStoreFileImpl.java. Contributed by BELUGA BEHR.
(cherry picked from commit 6a881cd842fb4eab596a386b39670ea03536891a)
|
2018-04-11 10:41:13 -07:00 |
|
Wei Yan
|
32efc77799
|
HDFS-13045. RBF: Improve error message returned from subcluster. Contributed by Inigo Goiri.
(cherry picked from commit 0c93d43f3d624a4fd17b3b050443d9e7e20d4f0a)
|
2018-04-11 08:38:52 -07:00 |
|
Yiqun Lin
|
5eb32396d7
|
HDFS-13384. RBF: Improve timeout RPC call mechanism. Contributed by Inigo Goiri.
(cherry picked from commit e87be8a2a49573897e40bfdf43541e3635e35c98)
|
2018-04-10 15:36:48 +08:00 |
|
Yiqun Lin
|
9a86cb0494
|
HDFS-13410. RBF: Support federation with no subclusters. Contributed by Inigo Goiri.
(cherry picked from commit a92200f4a6cec57b7080d1cd6e2a20d79d772dd6)
|
2018-04-10 14:31:59 +08:00 |
|
Wangda Tan
|
25bf1d3ac6
|
Updated branch-3.1 to track 3.1.1
Change-Id: Idd55c79921b8acacc8a8a3258450e476f3abb706
|
2018-04-09 10:58:50 -07:00 |
|
Inigo Goiri
|
1c9038bae5
|
HDFS-13380. RBF: mv/rm fail after the directory exceeded the quota limit. Contributed by Yiqun Lin.
(cherry picked from commit e9b9f48dad5ebb58ee529f918723089e8356c480)
|
2018-04-09 10:09:55 -07:00 |
|
Yiqun Lin
|
ac5703207d
|
HDFS-13402. RBF: Fix java doc for StateStoreFileSystemImpl. Contributed by Yiran Wu.
(cherry picked from commit 5700556cd65a558f4393e05acb7ea8db3ccd2f36)
|
2018-04-08 12:03:35 +08:00 |
|
Wei Yan
|
89efe30f65
|
HDFS-13353. RBF: TestRouterWebHDFSContractCreate failed. Contributed by Takanobu Asanuma.
(cherry picked from commit 3121e8c29361cb560df29188e1cd1061a5fc34c4)
|
2018-04-05 13:13:16 -07:00 |
|
Yiqun Lin
|
b89dc00302
|
HDFS-13364. RBF: Support NamenodeProtocol in the Router. Contributed by Inigo Goiri.
(cherry picked from commit 2be64eb201134502a92f7239bef8aa780771ca0b)
|
2018-04-03 15:23:39 +08:00 |
|
Inigo Goiri
|
3c9983547c
|
HDFS-13289. RBF: TestConnectionManager#testCleanup() test case need correction. Contributed by Dibyendu Karmakar.
(cherry picked from commit dc8e3432013153ac11d31d6b462aa96f8ca2c443)
|
2018-03-31 09:46:44 -07:00 |
|
Yiqun Lin
|
99766992e6
|
HDFS-13347. RBF: Cache datanode reports. Contributed by Inigo Goiri.
(cherry picked from commit a71656c1c1bf6c680f1382a76ddcac870061f320)
|
2018-03-28 11:04:36 +08:00 |
|
Inigo Goiri
|
c1fc87dcce
|
HDFS-13352. RBF: Add xsl stylesheet for hdfs-rbf-default.xml. Contributed by Takanobu Asanuma.
(cherry picked from commit 4cef01147f98451de8acaa90f42a4d4cd4d0af45)
|
2018-03-27 10:32:07 -07:00 |
|
Inigo Goiri
|
0dc16559ee
|
HDFS-13204. RBF: Optimize name service safe mode icon. Contributed by liuhongtong.
(cherry picked from commit 947b2829844f2b4ce42f72b7e3ee27d7c4a27df2)
|
2018-03-26 09:43:28 -07:00 |
|
Yiqun Lin
|
1e01ddfe4f
|
HDFS-13291. RBF: Implement available space based OrderResolver. Contributed by Yiqun Lin.
(cherry picked from commit cfc3a1c8f06fba4f4bd5ffe8bb2a6944d066948e)
|
2018-03-26 18:36:22 +08:00 |
|
weiy
|
d17aa8d052
|
HDFS-12512. RBF: Add WebHDFS.
(cherry picked from commit 6e31a090842f8aeedb331b653b075499f8df6c60)
|
2018-03-23 08:40:04 -07:00 |
|
Inigo Goiri
|
59ab86311c
|
HDFS-12792. RBF: Test Router-based federation using HDFSContract. Contributed by Inigo Goiri.
(cherry picked from commit e196d158a275bfdcfaf372e0f5bcbbc8bbe24106)
|
2018-03-22 13:33:24 -07:00 |
|
Inigo Goiri
|
485348a337
|
HDFS-13318. RBF: Fix FindBugs in hadoop-hdfs-rbf. Contributed by Ekanth S.
(cherry picked from commit 3d0ee8b80438bfbdf7e5af853b9044a63bd1352c)
|
2018-03-22 09:22:16 -07:00 |
|
Yiqun Lin
|
0db4b587c6
|
HDFS-13250. RBF: Router to manage requests across multiple subclusters. Contributed by Inigo Goiri.
(cherry picked from commit 2caba999bbb9d6e3ec56024a0a9d3d56a229edcf)
|
2018-03-21 11:40:02 +08:00 |
|
Yiqun Lin
|
131546002d
|
HDFS-13307. RBF: Improve the use of setQuota command. Contributed by liuhongtong.
(cherry picked from commit 69fe4407ebd885fed69d9cf7f4dd17d3ba1acb60)
|
2018-03-21 10:53:24 +08:00 |
|
weiy
|
c804b28462
|
HDFS-13215. RBF: Move Router to its own module.
|
2018-03-19 23:05:33 -07:00 |
|