Arpit Agarwal
|
9bd5bef297
|
Merge remote-tracking branch 'apache/trunk' into HDDS-48
|
2018-07-09 13:22:58 -07:00 |
|
Bharat Viswanadham
|
3584baf264
|
HDDS-48. Fix branch after merging from trunk.
|
2018-07-09 13:22:30 -07:00 |
|
Anu Engineer
|
2403231c8c
|
HDDS-240. Implement metrics for EventQueue.
Contributed by Elek, Marton.
|
2018-07-09 13:04:44 -07:00 |
|
Anu Engineer
|
3c0a66abe6
|
Revert "HDDS-224. Create metrics for Event Watcher."
This reverts commit cb5e225868 .
The JIRA number is wrong, reverting to fix it.
|
2018-07-09 13:03:57 -07:00 |
|
Anu Engineer
|
cb5e225868
|
HDDS-224. Create metrics for Event Watcher.
Contributed b Elek, Marton.
|
2018-07-09 13:02:40 -07:00 |
|
Akira Ajisaka
|
4a08ddfa68
|
HADOOP-15568. fix some typos in the .sh comments. Contributed by Steve Loughran.
|
2018-07-09 15:43:38 -04:00 |
|
Giovanni Matteo Fumarola
|
ea9b608237
|
YARN-7899. [AMRMProxy] Stateful FederationInterceptor for pending requests. Contributed by Botong Huang.
|
2018-07-09 12:27:36 -07:00 |
|
Bharat Viswanadham
|
c275a9a6a0
|
Merge trunk into HDDS-48
|
2018-07-09 12:13:03 -07:00 |
|
Anu Engineer
|
e12d93bfc1
|
HDDS-224. Create metrics for Event Watcher.
Contributed by Elek, Marton.
|
2018-07-09 12:10:12 -07:00 |
|
Xiao Chen
|
895845e9b0
|
HADOOP-15581. Set default jetty log level to INFO in KMS. Contributed by Kitti Nanasi.
|
2018-07-09 12:06:50 -07:00 |
|
Xiao Chen
|
def9d94a40
|
HADOOP-15591. KMSClientProvider should log KMS DT acquisition at INFO level. Contributed by Kitti Nanasi.
|
2018-07-09 12:01:52 -07:00 |
|
Wangda Tan
|
83cd84b70b
|
YARN-8506. Make GetApplicationsRequestPBImpl thread safe. (wangda)
Change-Id: If304567abb77a01b686d82c769bdf50728484163
|
2018-07-09 11:30:08 -07:00 |
|
Robert Kanter
|
0838fe8337
|
Only mount non-empty directories for cgroups (miklos.szegedi@cloudera.com via rkanter)
|
2018-07-09 10:37:20 -07:00 |
|
Hanisha Koneru
|
44e19fc7f7
|
HDDS-213. Single lock to synchronize KeyValueContainer#update.
|
2018-07-09 09:33:09 -07:00 |
|
Andrew Wang
|
eecb5baaaa
|
HDFS-13719. Docs around dfs.image.transfer.timeout are misleading. Contributed by Kitti Nansi.
|
2018-07-09 15:17:21 +02:00 |
|
Yiqun Lin
|
43f7fe8aae
|
HDFS-13710. RBF: setQuota and getQuotaUsage should check the dfs.federation.router.quota.enable. Contributed by yanghuafeng.
|
2018-07-09 15:06:07 +08:00 |
|
Yiqun Lin
|
7a68ac607c
|
HDFS-13674. Improve documentation on Metrics. Contributed by Chao Sun.
|
2018-07-09 14:27:34 +08:00 |
|
Anu Engineer
|
790c563511
|
HDDS-235. Fix TestOzoneAuditLogger#verifyDefaultLogLevel.
Contributed by Xiaoyu Yao.
|
2018-07-08 11:27:54 -07:00 |
|
Anu Engineer
|
2f51cd60ef
|
HDDS-217. Move all SCMEvents to a package.
Contributed by Anu Engineer.
|
2018-07-08 11:11:21 -07:00 |
|
Xiao Chen
|
936e0df0d3
|
HDFS-13721. NPE in DataNode due to uninitialized DiskBalancer.
|
2018-07-06 21:00:32 -07:00 |
|
Bharat Viswanadham
|
cb9574a337
|
HDDS-237. Add updateDeleteTransactionId. Contributed by Bharat Viswanadham and Lokesh Jain
|
2018-07-06 16:26:40 -07:00 |
|
Rohith Sharma K S
|
ba68320449
|
YARN-8302. ATS v2 should handle HBase connection issue properly. Contributed by Billie Rinaldi.
|
2018-07-06 15:19:01 -07:00 |
|
Bharat Viswanadham
|
e899c4cc01
|
HDDS-211. Add a create container Lock. Contributed by Bharat Viswanadham
|
2018-07-06 15:02:40 -07:00 |
|
Wei-Chiu Chuang
|
0247cb6318
|
HDFS-13121. NPE when request file descriptors when SC read. Contributed by Zsolt Venczel.
|
2018-07-06 14:59:49 -07:00 |
|
Arpit Agarwal
|
061b168529
|
HDDS-167. Rename KeySpaceManager to OzoneManager. Contributed by Arpit Agarwal.
|
2018-07-06 12:09:05 -07:00 |
|
Sunil G
|
e4bf38cf50
|
YARN-8492. ATSv2 HBase tests are failing with ClassNotFoundException. Contributed by Rohith Sharma K S.
|
2018-07-06 12:05:32 -07:00 |
|
Xiaoyu Yao
|
498e3bfb6b
|
HADOOP-15571. Multiple FileContexts created with the same configuration object should be allowed to have different umask. Contributed by Vinod Kumar Vavilapalli.
|
2018-07-06 11:56:09 -07:00 |
|
Robert Kanter
|
a129e3e74e
|
YARN-7451. Add missing tests to verify the presence of custom resources of RM apps and scheduler webservice endpoints (snemeth via rkanter)
|
2018-07-06 11:04:00 -07:00 |
|
Haibo Chen
|
9edc74f64a
|
YARN-7556. Fair scheduler configuration should allow resource types in the minResources and maxResources properties. (Daniel Templeton and Szilard Nemeth via Haibo Chen)
|
2018-07-06 11:03:48 -07:00 |
|
Bharat Viswanadham
|
7dcf5878a4
|
HDDS-204. Modify Integration tests for new ContainerIO classes. Contributed by Bharat Viswanadham
|
2018-07-06 11:01:33 -07:00 |
|
Bharat Viswanadham
|
2c2351e87b
|
HDDS-182:CleanUp Reimplemented classes. Contributed by Hansiha Koneru
|
2018-07-05 15:23:39 -07:00 |
|
Anu Engineer
|
39ad98903a
|
Revert "Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk"
This reverts commit c163d1797a , reversing
changes made to 0d9804dcef .
|
2018-07-05 12:22:18 -07:00 |
|
Bharat Viswanadham
|
a404164939
|
HDDS-229:Remove singleton for Handler. Contributed by Bharat Viswanadham
|
2018-07-05 11:26:00 -07:00 |
|
Giovanni Matteo Fumarola
|
c163d1797a
|
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/hadoop into trunk
|
2018-07-05 10:55:05 -07:00 |
|
Giovanni Matteo Fumarola
|
0d9804dcef
|
YARN-8435. Fix NPE when the same client simultaneously contact for the first time Yarn Router. Contributed by Rang Jiaheng.
|
2018-07-05 10:54:31 -07:00 |
|
Robert Kanter
|
99febe7fd5
|
YARN-7451. Add missing tests to verify the presence of custom resources of RM apps and scheduler webservice endpoints (snemeth via rkanter)
|
2018-07-05 10:54:19 -07:00 |
|
Haibo Chen
|
1726247024
|
YARN-7556. Fair scheduler configuration should allow resource types in the minResources and maxResources properties. (Daniel Templeton and Szilard Nemeth via Haibo Chen)
|
2018-07-05 10:42:39 -07:00 |
|
Nanda kumar
|
71df8c27c9
|
HDDS-212. Introduce NodeStateManager to manage the state of Datanodes in SCM. Contributed by Nanda kumar.
|
2018-07-05 02:11:10 +05:30 |
|
Yiqun Lin
|
3b637155a4
|
HDFS-13528. RBF: If a directory exceeds quota limit then quota usage is not refreshed for other mount entries. Contributed by Dibyendu Karmakar.
|
2018-07-04 15:03:24 +08:00 |
|
Anu Engineer
|
7ca4f0cefa
|
HDDS-175. Refactor ContainerInfo to remove Pipeline object from it.
Contributed by Ajay Kumar.
|
2018-07-03 14:11:52 -07:00 |
|
Aaron Fabbri
|
93ac01cb59
|
HADOOP-15215 s3guard set-capacity command to fail on read/write of 0 (Gabor Bota)
|
2018-07-03 13:50:11 -07:00 |
|
Anu Engineer
|
c0ef7e7680
|
HDDS-198. Create AuditLogger mechanism to be used by OM, SCM and Datanode.
Contributed by Dinesh Chitlangia.
|
2018-07-03 11:39:50 -07:00 |
|
Sunil G
|
51654a3962
|
YARN-8459. Improve Capacity Scheduler logs to debug invalid states. Contributed by Wangda Tan.
|
2018-07-03 09:59:20 -07:00 |
|
Hanisha Koneru
|
e1f4b3b560
|
HDDS-176. Add keyCount and container maximum size to ContainerData. Contributed by Bharat Viswanadham.
|
2018-07-03 09:53:41 -07:00 |
|
Hanisha Koneru
|
44b091a8d7
|
HDDS-205. Add metrics to HddsDispatcher. Contributed by Bharat Viswanadham.
|
2018-07-03 09:50:25 -07:00 |
|
Andrew Wang
|
344f324710
|
HDFS-13712. BlockReaderRemote.read() logging improvement. Contributed by Gergo Repas.
|
2018-07-03 11:07:45 +02:00 |
|
Junping Du
|
d9ba6f3656
|
yarn.resourcemanager.fail-fast is used inconsistently. Contributed by Yuanbo Liu.
|
2018-07-03 14:46:44 +08:00 |
|
Bharat Viswanadham
|
59a3038bc3
|
HDFS-13715:diskbalancer does not work if one of the blockpools are empty on a Federated cluster. Contributed by Bharat Viswanadham
|
2018-07-02 21:43:18 -07:00 |
|
Inigo Goiri
|
7296b644f7
|
HDFS-13714. Fix TestNameNodePrunesMissingStorages test failures on Windows. Contributed by Lukas Majercak.
|
2018-07-02 16:36:25 -07:00 |
|
Sunil G
|
fa9ef15ecd
|
YARN-8415. TimelineWebServices.getEntity should throw ForbiddenException instead of 404 when ACL checks fail. Contributed by Suma Shivaprasad.
|
2018-07-02 15:34:47 -07:00 |
|