This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
[FLOSS] storage plugins: fail on unknown metadata #4555
Labels
Comments
flo91
changed the title
storage plugins: fail on unknown metadata
[FLOSS] storage plugins: fail on unknown metadata
Oct 18, 2022
flo91
changed the title
[FLOSS] storage plugins: fail on unknown metadata
storage plugins: fail on unknown metadata
Oct 18, 2022
This was referenced Oct 19, 2022
I've looked at every storage plugin except those, who discourage or omit mounting / setting values for keys altogether. I've created a single issue for every plugin I found which behaves that way. Creating a single issue for each one might seem kind of silly, seeing how similar they are, but I think it makes more sense that way, as most of the plugins probably won't be fixed all simultaneously. |
Great job! I linked all issues in the top post and ordered them by priority. |
flo91
changed the title
storage plugins: fail on unknown metadata
[FLOSS] storage plugins: fail on unknown metadata
Oct 19, 2022
We should mark the buggy plugins or remove them. @atmaxinger what do you think? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently most of the storage plugins simply eat unknown metadata. They should fail with an error instead.
I.e. kdb meta-set user:/mp blue blah
should either fail or kdb meta-get user:/mp blue should return blah
The text was updated successfully, but these errors were encountered: