Takanobu Asanuma
|
c4733377d0
|
HDFS-15040. RBF: Secured Router should not run when SecretManager is not running. (#1745)
|
2019-12-10 16:03:32 +09:00 |
|
Yiqun Lin
|
47fdae7904
|
HDFS-13811. RBF: Race condition between router admin quota update and periodic quota update service. Contributed by Jinglun.
|
2019-12-04 18:19:11 +08:00 |
|
Ayush Saxena
|
c422e36397
|
HDFS-13842. RBF: Exceptions are conflicting when creating the same mount entry twice. Contributed by Ranith Sardar.
|
2019-11-22 11:42:19 +05:30 |
|
Ayush Saxena
|
98d249dcda
|
HDFS-14996. RBF: GetFileStatus fails for directory with EC policy set in case of multiple destinations. Contributed by Ayush Saxena.
|
2019-11-21 12:08:42 +05:30 |
|
Ayush Saxena
|
12617fad2e
|
HDFS-14955. RBF: getQuotaUsage() on mount point should return global quota. Contributed by Jinglun.
|
2019-11-18 16:04:52 +05:30 |
|
Ayush Saxena
|
3b5a0e86c1
|
HDFS-14974. RBF: Make tests use free ports. Contributed by Inigo Goiri.
|
2019-11-18 15:49:36 +05:30 |
|
Wang Yuxuan
|
b25a37c322
|
HDFS-14962. RBF: ConnectionPool#newConnection() error log wrong protocol class (#1699). Contributed by Yuxuan Wang.
|
2019-11-11 10:48:38 +05:30 |
|
Ayush Saxena
|
42fc8884ab
|
HDFS-14815. RBF: Update the quota in MountTable when calling setQuota on a MountTable src. Contributed by Jinglun.
|
2019-11-08 08:48:52 +05:30 |
|
Takanobu Asanuma
|
7901062707
|
HDFS-14891. RBF: namenode links in NameFederation Health page (federationhealth.html) cannot use https scheme. Contributed by Xieming Li
|
2019-11-05 15:03:09 +09:00 |
|
Inigo Goiri
|
f18bbdd9d8
|
HDFS-14927. RBF: Add metrics for async callers thread pool. Contributed by Leon Gao.
|
2019-11-01 10:14:31 -07:00 |
|
Inigo Goiri
|
e6f95eb0f7
|
HDFS-14887. RBF: In Router Web UI, Observer Namenode Information displaying as Unavailable. Contributed by hemanthboyina.
|
2019-10-19 13:24:58 -07:00 |
|
Ayush Saxena
|
375224edeb
|
HDFS-14739. RBF: LS command for mount point shows wrong owner and permission information. Contributed by Jinglun.
|
2019-10-16 19:26:01 +05:30 |
|
Ayush Saxena
|
761594549e
|
HDFS-14814. RBF: RouterQuotaUpdateService supports inherited rule. Contributed by Jinglun.
|
2019-10-08 14:01:44 +05:30 |
|
Inigo Goiri
|
b1e55cfb55
|
HDFS-14461. RBF: Fix intermittently failing kerberos related unit test. Contributed by Xiaoqiao He.
|
2019-09-26 15:26:23 -07:00 |
|
Wei-Chiu Chuang
|
43203b466d
|
HDFS-14868. RBF: Fix typo in TestRouterQuota. Contributed by Jinglun.
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-09-24 09:38:58 -07:00 |
|
Ayush Saxena
|
aa938662f9
|
HDFS-14833. RBF: Router Update Doesn't Sync Quota. Contributed by Ayush Saxena.
|
2019-09-21 09:53:13 +05:30 |
|
Inigo Goiri
|
a79f286c6f
|
HDFS-14609. RBF: Security should use common AuthenticationFilter. Contributed by Chen Zhang.
|
2019-09-19 11:00:10 -07:00 |
|
Takanobu Asanuma
|
524b553a5f
|
HDFS-14835. RBF: Secured Router should not run when it can't initialize DelegationTokenSecretManager. (#1414)
|
2019-09-11 10:32:07 +09:00 |
|
Surendra Singh Lilhore
|
05704754a0
|
HDFS-14777. RBF: Set ReadOnly is failing for mount Table but actually readonly succeed to set. Contributed by Ranith Sardar.
|
2019-09-04 15:09:09 +05:30 |
|
Ayush Saxena
|
040f6e93bb
|
HDFS-14654. RBF: TestRouterRpc#testNamenodeMetrics is flaky. Contributed by Chen Zhang.
|
2019-09-02 13:01:52 +05:30 |
|
Ayush Saxena
|
c3abfcefdd
|
HDFS-13843. RBF: Add optional parameter -d for detailed listing of mount points. Contributed by Ayush Saxena.
|
2019-09-02 07:24:04 +05:30 |
|
Ayush Saxena
|
18d74fe41c
|
HDFS-14711. RBF: RBFMetrics throws NullPointerException if stateStore disabled. Contributed by Chen Zhang.
|
2019-09-01 12:53:10 +05:30 |
|
Ayush Saxena
|
8e779a151e
|
HDFS-14721. RBF: ProxyOpComplete is not accurate in FederationRPCPerformanceMonitor. Contributed by xuzq.
|
2019-08-29 20:08:38 +05:30 |
|
Inigo Goiri
|
48cb583906
|
HDFS-14710. RBF: Improve some RPC performance by using previous block. Contributed by xuzq.
|
2019-08-28 10:48:00 -07:00 |
|
Ayush Saxena
|
d2225c8ca8
|
HDFS-14722. RBF: GetMountPointStatus should return mountTable information when getFileInfoAll throw IOException. Contributed by xuzq.
|
2019-08-24 08:47:43 +05:30 |
|
Inigo Goiri
|
0b796754b9
|
HDFS-14766. RBF: MountTableStoreImpl#getMountTableEntries returns extra entry. Contributed by Chen Zhang.
|
2019-08-23 14:53:57 -07:00 |
|
Wang Yuxuan
|
894e2300d6
|
HDFS-14761. RBF: MountTableResolver cannot invalidate cache correctly (#1334)
HDFS-14761. RBF: MountTableResolver cannot invalidate cache correctly
|
2019-08-23 10:46:39 -07:00 |
|
Ayush Saxena
|
c92de8209d
|
HDFS-14747. RBF: IsFileClosed should be return false when the file is open in multiple destination. Contributed by xuzq.
|
2019-08-23 19:08:07 +05:30 |
|
Ayush Saxena
|
52c77bc160
|
HDFS-14741. RBF: RecoverLease should be return false when the file is open in multiple destination. Contributed by xuzq
|
2019-08-22 08:57:22 +05:30 |
|
Inigo Goiri
|
93595febaa
|
HDFS-14756. RBF: getQuotaUsage may ignore some folders. Contributed by Chen Zhang.
|
2019-08-21 09:39:57 -07:00 |
|
Inigo Goiri
|
5eeb6da2d4
|
HDFS-14714. RBF: implement getReplicatedBlockStats interface. Contributed by Chen Zhang.
|
2019-08-21 09:38:17 -07:00 |
|
Ayush Saxena
|
b06c2345ef
|
HDFS-14713. RBF: RouterAdmin supports refreshRouterArgs command but not on display. Contributed by wangzhaohui.
|
2019-08-14 20:44:31 +05:30 |
|
Ayush Saxena
|
89b102f916
|
HDFS-14661. RBF: updateMountTableEntry shouldn't update mountTableEntry if targetPath not exist. Contributed by xuzq.
|
2019-08-01 08:43:39 +05:30 |
|
Chao Sun
|
b008072044
|
HDFS-14681. RBF: TestDisableRouterQuota failed because port 8888 was occupied.
|
2019-07-31 10:24:48 -07:00 |
|
CR Hota
|
611718f59f
|
HDFS-14670: RBF: Create secret manager instance using FederationUtil#newInstance.
|
2019-07-29 11:00:22 -07:00 |
|
Ayush Saxena
|
6282c02d7d
|
HDFS-14577. RBF: FederationUtil#newInstance should allow constructor without context. Contributed by CR Hota.
|
2019-07-19 17:44:13 +05:30 |
|
Takanobu Asanuma
|
9792f58662
|
HDFS-14653. RBF: Correct the default value for dfs.federation.router.namenode.heartbeat.enable. Contributed by Ayush Saxena.
|
2019-07-18 10:16:20 +09:00 |
|
Ayush Saxena
|
64d4abf489
|
HDFS-14593. RBF: Implement deletion feature for expired records in State Store. Contributed by Takanobu Asanuma.
|
2019-07-15 22:38:00 +05:30 |
|
Inigo Goiri
|
c3ca348b81
|
HDFS-14620. RBF: Fix 'not a super user' error when disabling a namespace in kerberos with superuser principal. Contributed by luhuachao.
|
2019-07-04 11:21:55 -07:00 |
|
Inigo Goiri
|
041e0c0564
|
HDFS-14036. RBF: Add hdfs-rbf-default.xml to HdfsConfiguration by default. Contributed by Takanobu Asanuma.
|
2019-06-27 09:57:52 -07:00 |
|
Inigo Goiri
|
719d57bf46
|
HDFS-14545. RBF: Router should support GetUserMappingsProtocol. Contributed by Ayush Saxena.
|
2019-06-24 22:03:04 +05:30 |
|
Ayush Saxena
|
ade8d3b60e
|
HDFS-14508. RBF: Clean-up and refactor UI components. Contributed by Takanobu Asanuma.
|
2019-06-24 22:03:04 +05:30 |
|
Ayush Saxena
|
6915d7e13c
|
HDFS-13480. RBF: Separate namenodeHeartbeat and routerHeartbeat to different config key. Contributed by Ayush Saxena.
|
2019-06-24 22:03:04 +05:30 |
|
Ayush Saxena
|
ddbe08db33
|
HDFS-13955. RBF: Support secure Namenode in NamenodeHeartbeatService. Contributed by CR Hota.
|
2019-06-24 22:03:04 +05:30 |
|
Inigo Goiri
|
b062dd462d
|
HDFS-14475. RBF: Expose router security enabled status on the UI. Contributed by CR Hota.
|
2019-06-24 22:03:04 +05:30 |
|
Ayush Saxena
|
b6fff8c81e
|
HDFS-13787. RBF: Add Snapshot related ClientProtocol APIs. Contributed by Inigo Goiri.
|
2019-06-24 22:03:04 +05:30 |
|
Ayush Saxena
|
9b197c2893
|
HDFS-13909. RBF: Add Cache pools and directives related ClientProtocol APIs. Contributed by Ayush Saxena.
|
2019-06-24 22:03:04 +05:30 |
|
Ayush Saxena
|
ffbb6b6557
|
HDFS-13255. RBF: Fail when try to remove mount point paths. Contributed by Akira Ajisaka.
|
2019-06-24 22:03:04 +05:30 |
|
Giovanni Matteo Fumarola
|
393f15176d
|
HDFS-14447. RBF: Router should support RefreshUserMappingsProtocol. Contributed by Shen Yinjie.
|
2019-06-24 22:03:04 +05:30 |
|
Giovanni Matteo Fumarola
|
3deb5d345f
|
HDFS-14490. RBF: Remove unnecessary quota checks. Contributed by Ayush Saxena.
|
2019-06-24 22:03:04 +05:30 |
|