v6d
v6d copied to clipboard
vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
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...
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
以name作为数据对象的唯一标识来存取数据,这种场景用户理解name是唯一标识,只存一份数据。但是当前以同一个name put两份数据,两份数据都会存进vineyard数据库里,元数据里的name是一样的;通过name取的是最新的一份数据,请问vineyard的设计是如何考虑的?老的数据是不是相当于残留了?  
通过client.clear()命令清除所有数据后,client.list_objects('*')对象都没了,但是client.list_names('*')时name数据都还在  --------------------- It might be a bug that need support from the vineyard team.
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 ```...
Describe your problem --------------------- e.g. 1. Performance test 2. Stability test
Describe your problem --------------------- Currently, the libtool/automake dependency is imported for fabric compilation. Remove this dependency in the future.
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.
What do these changes do? ------------------------- As titled. Related issue number -------------------- Fixes https://github.com/v6d-io/v6d/issues/1909