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

Filter out _rsid_* Search index buckets when exporting/importing #4

Open
dmitrizagidulin opened this issue Sep 16, 2013 · 0 comments
Open

Comments

@dmitrizagidulin
Copy link

To do:
When performing bucket dump or load operations, filter out buckets that start with _rsid_.
These are internal-use only buckets created by Riak Search, and contain the documents that search actually indexed.
If they are exported and then loaded via data migrator, they result in a hook_crashed Riak error detailed here: #3

I've confirmed with Engineering that they should be left out of export/import operations. Also, Search repl also seems to filter them out: https://github.com/basho/riak_search/blob/adf52dd9b67f29d5174d47e38b5f58418634b264/src/riak_search_repl_helper.erl#L17

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

No branches or pull requests

1 participant