There are portions of the Riak Search client that are calling riak:local_client/0. Bug #818 has been filed: https://issues.basho.com/show_bug.cgi?id=818
<https://issues.basho.com/show_bug.cgi?id=818>Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. [email protected] On Wed, Oct 13, 2010 at 9:45 PM, Jebu Ittiachen <[email protected]> wrote: > Hi, > I've been using riak from a remote erlang node with no issues via a > riak_client connection to the riak node. However the riak_search_client > seems to not support using it from a remote erlang node. Why is it that I > cannot use search features from a remote node? > > {ok, R1} = riak_search:client_connect('[email protected]'). > R1:parse_query(<<"blah">>,<<"blah">>). > ** exception exit: {noproc,{gen_server,call, > > [riak_search_config,{get_schema,<<"blah">>},infinity]}} > in function gen_server:call/3 > in call from riak_search_client:parse_query/3 > > whereas this is fine > {ok, Ops1} = rpc:call('[email protected]', R1, parse_query, > [<<"blah">>,<<"blah">>]). > {ok,[{term,<<"blah">>,[]}]} > > > -- > Jebu Ittiachen > [email protected] > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
