v6d
v6d copied to clipboard
vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
Describe your problem --------------------- issue: Status RPCClient::TransferRemoteBlobWithRDMA(std::shared_ptr buffer, const Payload& payload, RDMAClient::rdma_opt_t rdma_opt) When the rdma_opt of TransferRemoteBlobWithRDMA is Read, RETURN_ON_ERROR(rdma_client_->GetTXCompletion(-1, nullptr)) maybe change to RETURN_ON_ERROR(rdma_client_->GetRXCompletion(-1, nullptr)) Is so? ----------------------------------------------------------------------...
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.3.12 to 1.3.15. Commits 81f8c25 remove Stax related code 7cb4834 prepare release 1.3.15 ad9c5e0 StaxEventRecorder was experimental and was never used nor referenced, removing 4cb1053 remove unused...
As title, would it be possible to expose vineyard through FUSE api? So applications can use vineyard to read without knowing vineyard under the hood or changing code. Any suggestions...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

Does Vineyard support clients and servers being located in different namespaces
> Hi @fduxzbin. You can use the `client.release_object` to release the obje > Hi @fduxzbin, thanks for reporting this issue. Could you please tell us what problem you have encountered?...
Is there a more detailed description of the introduction to "key concepts -> data model," along with specific and practical examples to guide the understanding and usage of composability? ---------------------
When etcd/redis is restarted while the vineyard daemon remains running, all information recorded in etcd/redis is lost after recovery; and the running vineyard daemons will not re-register themselves, nor will...
What do these changes do? ------------------------- As titled. Related issue number -------------------- Fixes #issue number