When I trying to do any operation on riak node through riakc_pb_socket process, 
the process crash as following, Could you please tell what the problems is? 
Thank you!

OS: Ubuntu 14.10 64 bit , riak: 2.0.4 built from source,  erlang: 17

(aaa@127.0.0.1)7> {ok, Pid2} = riakc_pb_socket:start_link("10.0.3.99", 10018).
{ok,<0.775.0>}
(aaa@127.0.0.1)8> riakc_pb_socket:get_bucket(Pid2, <<"user">>).               

=ERROR REPORT==== 7-Feb-2015::23:02:07 ===
** Generic server <0.775.0> terminating 
** Last message in was {tcp_closed,#Port<0.1414>}
** When Server state == {state,"10.0.3.99",10018,false,false,undefined,false,
                               gen_tcp,undefined,
                               {[],[]},
                               1,[],infinity,undefined,undefined,undefined,
                               undefined,[],100}
** Reason for termination == 
** disconnected
** exception exit: disconnected

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

Reply via email to