Oleksiy Krivoshey writes: > > Still, what kind of base64 string can it be? I don't have anything base64 > encoded in my data, its a pure JSON objects stored with content_type: > 'application/json'
The _yz_* fields (which need to be part of your schema and defined exactly as defined in the default schema) are generated as part of indexing. The entropy data field (_yz_ed) uses a base64 of the object hash so that hashtrees may be rebuilt for the purpose of Active Anti-Entropy (AAE). My guess is somehow this value if getting truncated or corrupted along the way. https://github.com/basho/yokozuna/blob/develop/priv/default_schema.xml#L111 This code is only executed when rebuilding AAE trees. What is the output from the following? riak-admin search aae-status -Z _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com