On Sat, Jul 26, 2014 at 8:54 PM, Chaim Solomon <[email protected]> wrote:
> > And on almost all other nodex I am getting a lot of these: > 2014-07-26 23:50:58.796 [info] <0.12268.221>@yz_kv:should_handoff:157 > waiting for bucket types prefix and indexes to agree between ' > [email protected]' and '[email protected]' > > This error is indicating that '[email protected]' is unable to handoff data to '[email protected]'. The former is delaying handoff until the latter has met some requirements necessary to index the data sent to it. Unfortunately, there are several conditions that could cause this. To rule out the obvious ones can you verify that `[email protected]` has search enabled. If it is the case that search is enabled we can try a few different things to debug further. Attaching to '[email protected]' (via "riak attach") and using the shell, if you could provide the output of: ``` rpc:multicall([node() | nodes()], app_helper, get_env, [yokozuna, enabled, false], 5000). ``` As well as: ``` [riak_core_node_watcher:services(N) || N <- [node() | nodes()]]. ``` And finally: ``` yz_kv:is_metadata_consistent('[email protected]'). ``` Based on the output of those we can debug further. Additionally, its entirely possible that when we get rid of that error it will not resolve the primary issue (CPU usage/request slowness). However, the check that is the source of that log message can block in the request path, so something funky could certainly be going on. Jordan
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
