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
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
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
The text was updated successfully, but these errors were encountered: