Xiaoyu Yao
|
56966a0535
|
HDFS-11860. Ozone: SCM: SCMContainerPlacementCapacity#chooseNode sometimes does not remove chosen node from healthy list. Contributed by Xiaoyu Yao.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
a0f51ee3d7
|
HDFS-11850. Ozone: Stack Overflow in XceiverClientManager because of race condition in accessing openClient. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Weiwei Yang
|
ae5242accb
|
HDFS-11830. Ozone: Datanode needs to re-register to SCM if SCM is restarted. Contributed by Weiwei Yang.
|
2018-04-26 05:34:18 -07:00 |
|
Tsz-Wo Nicholas Sze
|
877e751c84
|
HDFS-11843. Ozone: XceiverClientRatis should implement XceiverClientSpi.connect().
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
4fb9064523
|
HDFS-11835. Block Storage: Overwrite of blocks fails. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
ca70300eea
|
HDFS-11775. Ozone: KSM: add createBucket. Contributed by Nandakumar Vadivelu.
|
2018-04-26 05:34:18 -07:00 |
|
Weiwei Yang
|
e9d09c209e
|
HDFS-11824. Ozone: Fix javac warnings. Contributed by Yiqun Lin.
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
7f0be64284
|
HDFS-11831. Ozone: Improve the way of getting test file path in unit tests for Windows. Contributed by Yiqun Lin.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
c9e6d4378d
|
HDFS-11769. Ozone: KSM: Add createVolume API. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
9c9be9f7f7
|
HDFS-11693. Ozone:Add archive support to containers. Contributed by Anu Engineer.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
162dac96ce
|
HDFS-11650. Ozone: fix the consistently timeout test testUpgradeFromRel22Image. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
dfb0dab966
|
HDFS-11694. Block Storage: Add Support for 2 BlockIDBuffers and also for periodic flush of BlockIDBuffer. Contributed by Mukul Kumar Singh
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
821740e4d3
|
HDFS-11815. CBlockManager#main should join() after start() service. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
a6013e2b5b
|
HDFS-11805. Ensure LevelDB DBIterator is closed. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
b592df6413
|
HDFS-11811. Ozone: SCM: Support Delete Block. Contributed by Xiaoyu Yao.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
9bc494b909
|
HDFS-11802. Ozone : add DEBUG CLI support for open container db file. Contributed by Chen Liang
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
edff6c6a24
|
HDFS-11768. Ozone: KSM: Create Key Space manager service. Contributed by Anu Engineer.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
169713f3f3
|
HDFS-11788. Ozone : add DEBUG CLI support for nodepool db file. Contributed by Chen Liang
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
070960ed8a
|
HDFS-11798. Ozone: Correct description for ozone.handler.type in ozone-default.xml. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
744a052dc2
|
HDFS-11783. Ozone: Fix spotbugs warnings. Contributed by Weiwei Yang.
|
2018-04-26 05:34:18 -07:00 |
|
Weiwei Yang
|
4be9710712
|
HDFS-11680. Ozone: SCM CLI: Implement info container command. Contributed by Yuanbo Liu.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
9fcaeceb54
|
HDFS-11756. Ozone : add DEBUG CLI support of blockDB file. Contributed by Chen Liang
|
2018-04-26 05:34:18 -07:00 |
|
Weiwei Yang
|
c18229f0df
|
HDFS-11716. Ozone: SCM: CLI: Revisit delete container API. Contributed by Weiwei Yang.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
67c81a8b18
|
HDFS-11761. Ozone: Get container report should only report closed containers. Contributed by Weiwei Yang.
|
2018-04-26 05:34:18 -07:00 |
|
Weiwei Yang
|
fc9130f6c5
|
HDFS-11759. Ozone : SCMNodeManager#close() should also close node pool manager object. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
d9be9a8c30
|
HDFS-11698. Ozone: SCM: CLI: Add Debug command. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
a28557ac03
|
HDFS-11712. Ozone: Reuse ObjectMapper instance to improve the performance. Contributed by Yiqun Lin.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
ee8708ca31
|
HDFS-11747. Ozone : need to fix OZONE_SCM_DEFAULT_PORT. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Weiwei Yang
|
3158f479d3
|
HDFS-11725. Ozone: Revise create container CLI specification and implementation. Contributed by Weiwei Yang
|
2018-04-26 05:34:18 -07:00 |
|
Weiwei Yang
|
b581cde542
|
HDFS-11728. Ozone: add the DB names to OzoneConsts. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
6b3da448eb
|
HDFS-11675. Ozone: SCM CLI: Implement delete container command. Contributed by Weiwei Yang.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
e9588c6422
|
HDFS-11627. Block Storage: Cblock cache should register with flusher to upload blocks to containers. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
668b056984
|
HDFS-11667. Block Storage:Handling flushing of incomplete block id buffers during shutdown. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
1a245accb5
|
HDFS-11668. Ozone: misc improvements for SCM CLI. Contributed by Weiwei Yang.
|
2018-04-26 05:34:18 -07:00 |
|
Yiqun Lin
|
5984d40b86
|
HDFS-11666. Ozone: Fix compile error due to inconsistent package name. Contributed by Yiqun Lin.
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
a9ba8b5ded
|
HDFS-11504. Ozone: SCM: Add Block APIs. Contributed by Xiaoyu Yao.
|
2018-04-26 05:34:18 -07:00 |
|
Weiwei Yang
|
720e5c40f6
|
HDFS-11649. Ozone: SCM: CLI: Add shell code placeholder classes. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
6c4bd1647c
|
HDFS-11581. Ozone: Support force delete a container. Contributed by Yuanbo Liu.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
d3f93d55d9
|
HDFS-11631. Block Storage : allow cblock server to be started from hdfs commandline. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
05b12c48cf
|
HDFS-11657. Ozone: Add unit test for storage container metrics. Contributed by Yiqun Lin.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
783b7c27b1
|
HDFS-11582. Block Storage : add SCSI target access daemon. Contributed by Chen Liang.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
7d4a2d4104
|
HDFS-11569. Ozone: Implement listKey function for KeyManager. Contributed by Weiwei Yang.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
cbb7cc26a5
|
HDFS-11642. Block Storage: fix TestCBlockCLI and TestCBlockServerPersistence cleanup. Contributed by Xiaoyu Yao.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
5b19a03f63
|
HDFS-11635. Block Storage: Add metrics for Container Flushes. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Xiaoyu Yao
|
2129c6b276
|
HDFS-11062. Ozone:SCM: Remove null command. Contributed by Yuanbo Liu.
|
2018-04-26 05:34:18 -07:00 |
|
Chen Liang
|
b7463924af
|
HDFS-11618. Block Storage: Add Support for Direct I/O. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
57b2a9b17d
|
HDFS-11006. Ozone: support setting chunk size in streaming API. Contributed by Yiqun Lin.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
cd361fa490
|
HDFS-11625. Ozone: Fix UT failures that caused by hard coded datanode data dirs. Contributed by Weiwei Yang.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
7573a0bc61
|
HDFS-11620. Ozone: Allocate container for MiniOzone cluster fails because of insufficient space error. Contributed by Mukul Kumar Singh.
|
2018-04-26 05:34:18 -07:00 |
|
Anu Engineer
|
fadfe37019
|
HDFS-11619. Ozone: Unit tests running failed in Windows. Contributed by Yiqun Lin.
|
2018-04-26 05:34:18 -07:00 |
|