Oleksiy Krivoshey writes:

> Yes, I'm using custom schema and custom bucket type. There are many (over
> 500) buckets of this type.

Did you modify any of the _yz_* fields?

> Your command have returned the following tuple:
>
> (riak@10.0.1.1)1> redbug:start("yz_solr:to_pair -> return").
> {1919,1}
> redbug done, timeout - 0
>
> How do I get bucket/key/base64_string from this?

Yea, this needs to be running when you happen to come across a bad
value.  Try a higher timeout and hope you get lucky.

redbug:start("yz_solr:to_pair -> return", [{time, 600000}]).

That should let it run for 10 minutes.

-Z

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to