Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folders get dumped as null values #95

Open
cap10morgan opened this issue Oct 11, 2016 · 0 comments
Open

Folders get dumped as null values #95

cap10morgan opened this issue Oct 11, 2016 · 0 comments
Labels
Milestone

Comments

@cap10morgan
Copy link

cap10morgan commented Oct 11, 2016

When backing up my Consul kv store, I get lots (but not all) folders dumped as null values like this:

[
    "my-folder/",
    0,
    null
],
[
    "top-level-folder/nested-folder/",
    0,
    "null"
]

This creates non-folder entries on restore with the folder name as the key and null or "null" as the value.

If these were simply not present in the backup data, the restore would do what I expect. If I go through and delete them from the resulting JSON, everything restores just fine.

I haven't yet been able to discern a common pattern for the folders that this happens to vs. the ones it does not.

I have seen this with both 0.6.0 and master HEAD as of a few minutes ago (reporting itself as 0.7.0.rc0).

@gmr gmr added the bug label Mar 1, 2018
@gmr gmr added this to the 1.0.0 milestone Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants