In my experience storing got extremely slow with riaksearch when some
buffers were corrupt (every insert attempt would trigger a set of
crashes on one of the nodes). Removing corrupt buffers did resolve the
situation. Here is the relevant thread:
http://markmail.org/message/hxg5tcywuwnensby



On Thu, Sep 29, 2011 at 11:16 PM, Jim Adler <jad...@intelius.com> wrote:
> After successfully getting and storing several objects in a loop, I
> eventually get a timeout when storing a small object.  I'm using the python
> client and protocol buffers. Is the node corrupted somehow? I'm running a
> single node cluster on Ubuntu 11.04 (natty), 32-bit machine.
>
> Here's the traceback:
>
>   File "twitter_crawl.py", line 317, in main
>     new_obj.store(return_body=True)
>   File
> "/usr/local/lib/python2.7/dist-packages/riak-1.3.0-py2.7.egg/riak/riak_object.py",
> line 296, in store
>     Result = t.put(self, w, dw, return_body)
>   File
> "/usr/local/lib/python2.7/dist-packages/riak-1.3.0-py2.7.egg/riak/transports/pbc.py",
> line 188, in put
>     msg_code, resp = self.recv_msg()
>   File
> "/usr/local/lib/python2.7/dist-packages/riak-1.3.0-py2.7.egg/riak/transports/pbc.py",
> line 370, in recv_msg
>     raise Exception(msg.errmsg)
> Exception: timeout
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.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