You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ai.backend.common.etcd.AsyncEtcd cannot store and retrieve list type data. We need a list data serializer so that we can store and retrieve data with complex structures in AsyncEtcd.
Anything else?
etcd3 API PUT does not support to store array value. We need to discuss further how we should store array type data.
The text was updated successfully, but these errors were encountered:
This is superseded by #1870 and improved trafaret checks in the container registries (#1471), but now they are also being migrated to Postgres (#1907).
Main idea
Currently,
ai.backend.common.etcd.AsyncEtcd
cannot store and retrievelist
type data. We need a list data serializer so that we can store and retrieve data with complex structures inAsyncEtcd
.Anything else?
etcd3 API
PUT
does not support to storearray
value. We need to discuss further how we should store array type data.The text was updated successfully, but these errors were encountered: