basho/basho_bench

riak_pb_codec 'module could not be loaded'

Closed this issue · 3 comments

Hi

I run in to this problem:

9:52:59.439 [error] gen_server <0.135.0> terminated with reason: {'module could not be loaded',[{riak_pb_codec,encode,[{rpbgetreq,<<"test">>,<<0,0,20,71>>,1,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined}],[]},{riakc_pb_socket,encode_request_message,1

I guess it's the same problem as this issue.
basho/riak-erlang-client#151

I don't remember running it to this a couple of weeks ago.

Hi, Mikael, sorry that I hadn't noticed this problem. Would you mind checking if the slf-riak-erlang-client-151-workaround branch works for you?

make clean
rm deps/*/*/*.beam
rm -rf deps/riak*
git checkout slf-riak-erlang-client-151-workaround
make

Hi, @lixen, have you had a chance to peek at this work-around yet?

Hi @slfritchie

Yes, that works.

Thanks.