v6d
v6d copied to clipboard
vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
Describe your problem --------------------- The get operation blocks when multiple threads request a large number of objects at the same time and some threads tries to delete the object.
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Describe your problem --------------------- TBD.
Describe your problem --------------------- In `instanceUpdate`, we will reset the etcd client. At the same time, the other thread have started a lock pplx task with the previous etcd client....
Describe your problem --------------------- There are several parts of vineyard doc that are out of date. We'd better read through to avoid confusing users.
Hi Vineyard team, I'm installing Vineyard using `uv pip install vineyard` on a Macbook Pro with an M4 chip. However, I can't use the library because the pip wheels are...
xref: https://github.com/cncf/toc/issues/1669 Hi - I'm from the CNCF TOC and checking in on the project. In accordance with the TOC's health review process (occurring quarterly) the Vineyard project's stats are...
In Boost 1.87.0 the old Boost.Asio interfaces at https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/net_ts.html were removed. This leads to build failures due to usage of `io_service::post` which needs to be updated to `boost::asio::post`, e.g. https://github.com/v6d-io/v6d/blob/fa7f6907b4995fb8570a881fdc18e44bd57ef848/src/server/async/socket_server.cc#L1189-L1190...
- etcd-cpp-apiv3: 'uint64_t' does not name a type This issue has been fixed in the upstream: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3/pull/299. Seems to be a problem caused by the changes in gcc 13 libraries....