Hi Chris,

Those log messages are mostly harmless -- they don't indicate any
specific thing going wrong. They only indicate that the process
handling the client connection decided to stop waiting for additional
internal protocol messages and replied to the client. Since the
protocol state machine is now outside of the request handler, it
doesn't recognize those internal responses any more.

Those log messages were added so that we (Basho) could tell if we had
egregiously missed some message in an internal protocol, but again,
other than being a little spammy they are harmless.

It would be nice to know what your request mix looks like, i.e. are
you doing list-keys, mapreduce, search, etc? How much of each? How
often do you get those log messages?

On Fri, Sep 26, 2014 at 4:03 PM, Chris Read <chris.r...@gmail.com> wrote:
> Greetings...
>
> I started removing a few nodes from a cluster today, and started to
> get a lot of the following errors in the logs:
>
> @riak_api_pb_server:handle_info:331 Unrecognized message
>
> Message is either '{<large int>,ok}' or '{<large int>,{error,timeout}}'
>
> We're running Riak 2.0 on Erlang R16B02-basho5, both built from
> source. A quick Google hinted that it may be a regression of
> https://github.com/basho/riak_kv/pull/366
>
> Chris
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com



-- 
Sean Cribbs <s...@basho.com>
Software Engineer
Basho Technologies, Inc.
http://basho.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