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
The current implementation of rados.c is not a valid kv-backend!
If you would like to use it, you have to adjust the function signature of backend_create to match a kv_batch_start, otherwise path argument is an ID and not a string. Therefore, segmentation faults appear.
The text was updated successfully, but these errors were encountered:
The current implementation of
rados.c
is not a valid kv-backend!If you would like to use it, you have to adjust the function signature of
backend_create
to match akv_batch_start
, otherwisepath
argument is an ID and not a string. Therefore, segmentation faults appear.The text was updated successfully, but these errors were encountered: