v6d icon indicating copy to clipboard operation
v6d copied to clipboard

vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)

Results 187 v6d issues
Sort by recently updated
recently updated
newest added

Describe your problem --------------------- As tittled, example: 1. IPCClient create a object (object id is id1) 2. RPCClient get object with id1, and get blob with object meta 3. RPCClient...

bug

Describe your problem --------------------- The ci error may caused by the update of upstream dependencies. - https://github.com/v6d-io/v6d/actions/runs/9378073471/job/25820691653 - https://github.com/v6d-io/v6d/actions/runs/9378073471/job/25820691797 - https://github.com/v6d-io/v6d/actions/runs/9378073471/job/25820691952

good first issue
kubernetes
priority:medium

以name作为数据对象的唯一标识来存取数据,这种场景用户理解name是唯一标识,只存一份数据。但是当前以同一个name put两份数据,两份数据都会存进vineyard数据库里,元数据里的name是一样的;通过name取的是最新的一份数据,请问vineyard的设计是如何考虑的?老的数据是不是相当于残留了? ![image](https://github.com/user-attachments/assets/f4e7eacb-7ea8-44a1-9942-8984c2adb718) ![image](https://github.com/user-attachments/assets/5d7aad91-dfad-4778-bd81-c769328530f8)

stale

通过client.clear()命令清除所有数据后,client.list_objects('*')对象都没了,但是client.list_names('*')时name数据都还在 ![image](https://github.com/user-attachments/assets/26d4a9df-d83d-4ec8-ad85-8a9243a94607) --------------------- It might be a bug that need support from the vineyard team.

stale

Describe your problem When I put a big int number into vineyard, but get just 1 when the value is great than 2**63. --------------------- ## 1. Get Right Value ```...

stale

Describe your problem --------------------- e.g. 1. Performance test 2. Stability test

stale
llm

Describe your problem --------------------- Currently, the libtool/automake dependency is imported for fabric compilation. Remove this dependency in the future.

stale
RDMA

Describe your problem --------------------- When vineyardd exits, the vineyard server destructor will not be called, indicating that there is an issue with vineyard server refcnt management.

bug
component:vineyardd
stale

What do these changes do? ------------------------- As titled. Related issue number -------------------- Fixes https://github.com/v6d-io/v6d/issues/1909