Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
release-3.4.0-beta_rdma.tar.gz.asc | 2024-11-18 | 490 Bytes | |
cubefs-3.4.0-rdma-beta-linux-amd64.tar.gz | 2024-11-18 | 94.6 MB | |
cubefs-3.4.0-rdma-beta-linux-amd64.tar.gz.sha256sum | 2024-11-18 | 108 Bytes | |
README.md | 2024-11-18 | 811 Bytes | |
Release v3.4.0-beta-rdma source code.tar.gz | 2024-11-18 | 49.7 MB | |
Release v3.4.0-beta-rdma source code.zip | 2024-11-18 | 52.8 MB | |
Totals: 6 Items | 197.1 MB | 0 |
Release release-3.4.0-beta-rdma - 2024/11/14
UPGRAGDE NOTICE
UPGRAGDE NOTICE The rdma function is beta version. It is based on V3.4.0. Please update to V3.4.0 before use it.
Main Feature
client
: Supports enable rdma traffic by configure option.datanode
: Both support rdma and tcp requests at the same time.metanode
: Support rdma and tcp requests, except for raft traffic.
Enhance
client
: Supports sending three copies to datanode if the traffic is less than 300MB/s.client
: The fio direct write and read performance is improved in most case. It is about 30%.
Bugfix
feature
: Supports RDMA features. (#3310, @shuqiang-zheng)enhancement
: Client supports sending three copies to datanode no RDMA mode now. (#3381, @aaronwu2010)