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

Reply via email to