Ajay Kumar
|
b71cc7f33e
|
HDDS-642. Add chill mode exit condition for pipeline availability. Contributed by Yiqun Lin.
|
2018-11-28 17:47:57 -08:00 |
|
Hanisha Koneru
|
64a4b6b08b
|
HDDS-284. Checksum for ChunksData.
|
2018-11-28 10:53:12 -08:00 |
|
Anu Engineer
|
34a914be03
|
HDDS-846. Exports ozone metrics to prometheus.
Contributed by Elek, Marton.
|
2018-11-27 15:57:24 -08:00 |
|
Nanda kumar
|
099e723406
|
HDDS-868. Handle quasi closed container replicas in SCM.
Contributed by Nanda kumar.
|
2018-11-27 13:01:22 +05:30 |
|
Shashikant Banerjee
|
95d526a270
|
HDDS-869. Fix log message in XceiverClientRatis#sendCommandAsync. Contributed by Lokesh Jain.
|
2018-11-22 18:39:14 +05:30 |
|
Márton Elek
|
ff2484906c
|
HDDS-841. [JDK11] Fix Javadoc errors in hadoop-hdds-container-service module. Contributed by Dinesh Chitlangia.
|
2018-11-22 12:04:29 +01:00 |
|
Shashikant Banerjee
|
ee44b069c6
|
HDDS-866. Handle RaftRetryFailureException in OzoneClient. Contributed by Shashikant Banerjee.
|
2018-11-22 15:02:07 +05:30 |
|
Mukul Kumar Singh
|
f207e30142
|
HDDS-814. dfs.ratis.leader.election.minimum.timeout.duration should not be read by client. Contributed by chencan.
|
2018-11-22 10:46:10 +05:30 |
|
Ajay Kumar
|
8d2789c5eb
|
HDDS-795. RocksDb specific classes leak from DBStore/Table interfaces. Contributed by Márton Elek.
|
2018-11-21 12:25:41 -08:00 |
|
Xiaoyu Yao
|
919a6e4310
|
HDDS-861. SCMNodeManager unit tests are broken. Contributed by Xiaoyu Yao.
|
2018-11-21 11:46:53 -08:00 |
|
Nanda kumar
|
ebb9245366
|
HDDS-853. Option to force close a container in Datanode.
Contributed by Nanda kumar.
|
2018-11-22 00:50:27 +05:30 |
|
Bharat Viswanadham
|
c4d0ef6946
|
HDDS-816. Create OM metrics for bucket, volume, keys. Contributed by Bharat Viswanadham.
|
2018-11-21 10:35:39 -08:00 |
|
Shashikant Banerjee
|
f42b2dfdf1
|
HDDS-865. GrpcXceiverService is added twice to GRPC netty server. Contributed by Xiaoyu Yao.
|
2018-11-21 23:43:01 +05:30 |
|
Shashikant Banerjee
|
14e1a0a3d6
|
HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee.
|
2018-11-21 10:51:50 +05:30 |
|
Shashikant Banerjee
|
1734ace35f
|
Revert "HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee."
This reverts commit c74783036d .
|
2018-11-21 01:07:38 +05:30 |
|
Shashikant Banerjee
|
c74783036d
|
HDDS-835. Use storageSize instead of Long for buffer size configs in Ozone Client. Contributed by Shashikant Banerjee.
|
2018-11-20 23:01:02 +05:30 |
|
Márton Elek
|
0123e5197b
|
HDDS-164. Add unit test for HddsDatanodeService. Contributed by Yiqun Lin.
|
2018-11-20 15:49:48 +01:00 |
|
Yiqun Lin
|
d0cc679441
|
HDDS-817. Create SCM metrics for disk from node report. Contributed by Bharat Viswanadham.
|
2018-11-20 14:22:30 +08:00 |
|
Mukul Kumar Singh
|
b5d7b292c9
|
HDDS-718. Introduce new SCM Commands to list and close Pipelines. Contributed by Lokesh Jain.
|
2018-11-19 22:59:30 +05:30 |
|
Nanda kumar
|
e7438a1b38
|
HDDS-849. Fix NPE in TestKeyValueHandler because of audit log write.
Contributed by Dinesh Chitlangia.
|
2018-11-19 22:47:43 +05:30 |
|
Nanda kumar
|
5a7ca6ac3e
|
HDDS-837. Persist originNodeId as part of .container file in datanode.
Contributed by Nanda kumar.
|
2018-11-19 14:39:55 +05:30 |
|
Shashikant Banerjee
|
10cf5773ba
|
HDDS-845. Create a new raftClient instance for every watch request for Ratis. Contributed by Shashikant Banerjee.
|
2018-11-19 14:38:51 +05:30 |
|
Mukul Kumar Singh
|
cfb915f3df
|
HDDS-844. Add logic for pipeline teardown after timeout. Contributed by Lokesh Jain.
|
2018-11-19 12:11:05 +05:30 |
|
Xiaoyu Yao
|
29374999b6
|
HDDS-120. Adding HDDS datanode Audit Log. Contributed by Dinesh Chitlangia.
|
2018-11-16 14:59:59 -08:00 |
|
Giovanni Matteo Fumarola
|
3420ddd0f8
|
HDDS-840. [JDK11] Fix Javadoc errors in hadoop-hdds-client module. Contributed by Dinesh Chitlangia.
|
2018-11-16 10:13:41 -08:00 |
|
Nanda kumar
|
c4d9640028
|
HDDS-801. Quasi close the container when close is not executed via Ratis.
Contributed by Nanda kumar.
|
2018-11-16 23:11:33 +05:30 |
|
Anu Engineer
|
a16aa2f60b
|
HDDS-825. Code cleanup based on messages from ErrorProne.
Contributed by Anu Engineer.
|
2018-11-15 17:36:09 -08:00 |
|
Giovanni Matteo Fumarola
|
fcd94eeab8
|
HDDS-842. [JDK11] Fix Javadoc errors in hadoop-hdds-common module. Contributed by Dinesh Chitlangia.
|
2018-11-15 14:59:31 -08:00 |
|
Giovanni Matteo Fumarola
|
d8ec017a8d
|
HDDS-843. [JDK11] Fix Javadoc errors in hadoop-hdds-server-scm module. Contributed by Dinesh Chitlangia.
|
2018-11-15 14:54:41 -08:00 |
|
Márton Elek
|
0a8b1efbfb
|
HDDS-827. TestStorageContainerManagerHttpServer should use dynamic port. Contributed by Sandeep Nemuri.
|
2018-11-15 14:23:24 +01:00 |
|
Márton Elek
|
2718f7534d
|
HDDS-828. Fix deprecation log generated by getting value of the setting ozone.scm.heartbeat.rpc-timeout. Contributed by Yiqun Lin.
|
2018-11-15 14:04:55 +01:00 |
|
Márton Elek
|
fb1e8bb0cc
|
HDDS-528. add cli command to checkChill mode status and exit chill mode. Contributed by chencan.
|
2018-11-15 13:59:56 +01:00 |
|
Márton Elek
|
b12e69475b
|
HDDS-658. Implement s3 bucket list backend call and use it from rest endpoint. Contributed by Bharat Viswanadham.
|
2018-11-15 12:22:16 +01:00 |
|
Anu Engineer
|
9b01f039eb
|
HDDS-832. Docs folder is missing from the Ozone distribution package. Contributed by Elek, Marton.
|
2018-11-15 11:08:48 +01:00 |
|
Shashikant Banerjee
|
b57cc73f83
|
HDDS-774. Remove OpenContainerBlockMap from datanode. Contributed by Shashikant Banerjee.
|
2018-11-14 20:05:56 +05:30 |
|
Shashikant Banerjee
|
a948281706
|
HDDS-834. Datanode goes OOM based because of segment size. Contributed by Mukul Kumar Singh.
|
2018-11-14 15:53:22 +05:30 |
|
Shashikant Banerjee
|
671fd6524b
|
HDDS-675. Add blocking buffer and use watchApi for flush/close in OzoneClient. Contributed by Shashikant Banerjee.
|
2018-11-13 23:39:14 +05:30 |
|
Jitendra Pandey
|
f944f33832
|
HDDS-709. Modify Close Container handling sequence on datanodes. Contributed by Shashikant Banerjee.
|
2018-11-12 14:08:39 -08:00 |
|
Nanda kumar
|
18fe65d756
|
HDDS-576. Move ContainerWithPipeline creation to RPC endpoint.
Contributed by Nanda kumar.
|
2018-11-12 23:33:11 +05:30 |
|
Tsz Wo Nicholas Sze
|
298d2502b0
|
HDDS-826. Update Ratis to 0.3.0-6f3419a-SNAPSHOT.
|
2018-11-09 18:35:40 -08:00 |
|
Nanda kumar
|
9fe50b4991
|
HDDS-733. Create container if not exist, as part of chunk write.
Contributed by Lokesh Jain.
|
2018-11-10 00:08:17 +05:30 |
|
Bharat Viswanadham
|
66bf62404a
|
HDDS-812. TestEndPoint#testCheckVersionResponse is failing. Contributed by Hanisha Koneru.
|
2018-11-08 17:52:09 -08:00 |
|
Shashikant Banerjee
|
31614bcc7c
|
HDDS-806. Update Ratis to latest snapshot version in ozone. Contributed by Tsz Wo Nicholas Sze and Mukul Kumar Singh.
|
2018-11-09 00:05:45 +05:30 |
|
Yiqun Lin
|
9317a61f3c
|
HDDS-802. Container State Manager should get open pipelines for allocating container. Contributed by Lokesh Jain.
|
2018-11-08 23:41:43 +08:00 |
|
Nanda kumar
|
c80f753b0e
|
HDDS-737. Introduce Incremental Container Report.
Contributed by Nanda kumar.
|
2018-11-08 18:33:38 +05:30 |
|
Yiqun Lin
|
addec29297
|
HDDS-809. Refactor SCMChillModeManager.
|
2018-11-07 13:54:08 +08:00 |
|
Akira Ajisaka
|
49412a1289
|
HDDS-811. [JDK 11] Fix compilation failures with jdk 11. Contributed by Lokesh Jain.
|
2018-11-06 21:26:43 +09:00 |
|
Shashikant Banerjee
|
50f40e0536
|
HDDS-794. addendum patch to fix compilation failure. Contributed by Shashikant Banerjee.
|
2018-11-06 00:20:57 +05:30 |
|
Arpit Agarwal
|
5ddefdd507
|
HDDS-794. Add configs to set StateMachineData write timeout in ContainerStateMachine. Contributed by Shashikant Banerjee.
|
2018-11-05 10:41:28 -08:00 |
|
Shashikant Banerjee
|
942693bddd
|
HDDS-799. Avoid ByteString to byte array conversion cost by using ByteBuffer in Datanode. Contributed by Mukul Kumar Singh.
|
2018-11-05 23:43:22 +05:30 |
|