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

metadata collisions #103

Open
alfs opened this issue Aug 22, 2018 · 0 comments
Open

metadata collisions #103

alfs opened this issue Aug 22, 2018 · 0 comments

Comments

@alfs
Copy link

alfs commented Aug 22, 2018

If I recall correctly, Brian mentioned at the MAMI SIGCOMM tutorial that metadata from different sets with different metadata keys are merged; metadata with same keys and the same value is merged; but identical keys with different values are dropped.

I think dropping information isn't a good strategy since the metadata is probably important (why put it in the metadata otherwise?), and would propose either indicating that information was removed ('key': '/removed due to conflicting values/'), or creating an array of both (all) values (probably breaking existing parsers), or renaming the keys (key1, key2, etc) (also breaking parsers expecting the original key name. Anyway, some ideas in case you haven't considered this earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant