Friendly greetings !
I'm new on the mailling list (and new to riak).

i'm trying to delete a bucket since many days. i tried in php, python,
elrang, and there is always a problem somewhere.
It's a riak "fast track" installation (3 node on the same server) with
default config.
Here is my latest error of the day, can you help please ? :

riak@minus:~/riak-erlang-client$ erl -name myclient@127.0.0.1
-setcookie cookie -pa ~/riak-erlang-client/ebin/
Erlang R14B03 (erts-5.8.4) [source] [64-bit] [smp:4:4] [rq:4]
[async-threads:0] [kernel-poll:false]

Eshell V5.8.4  (abort with ^G)
(myclient@127.0.0.1)1> {ok, Pid} =
riakc_pb_socket:start_link("127.0.0.1", 8081).
{ok,<0.39.0>}
(myclient@127.0.0.1)2> riakc_pb_socket:ping(Pid).
pong
(myclient@127.0.0.1)3> riakc_pb_socket:list_buckets(Pid).

=ERROR REPORT==== 25-Oct-2011::12:17:41 ===
** Generic server <0.39.0> terminating
** Last message in was {req_timeout,#Ref<0.0.0.47>}
** When Server state == {state,"127.0.0.1",8081,false,false,undefined,
                               undefined,
                               {[],[]},
                               1,[],infinity,100}
** Reason for termination ==
** disconnected
** exception exit: disconnected
(myclient@127.0.0.1)4>

it timeout after (roughly) ~30s.
1) why listing all bucket take so much time ? (more than a few ms)
2) why does it timeout ?

thank you :)

-- 
Laurent "ker2x" Laborde
Sysadmin & DBA at http://www.over-blog.com/

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

Reply via email to