I'm consistently seeing a key filter query fail with protocol buffers that works fine with http. I've seen similar problems reported (http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-April/004 002.html, http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-October/00 6056.html, http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-January/00 3015.html). I am using the latest python client 1.3.0 which should have fixed some of the earlier reported problems.
Any ideas? Jim Here's the stack trace: 2011-10-29 10:32:03 ERROR __main__,545 'Socket returned short packet length \x00\x00\x00 - expected 4' Traceback (most recent call last): File "/Users/jadler/projects/dg/usr/jadler/projects/score/twitter/twitter_crawl. py", line 270, in main for result in query.run(timeout=6000000): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packa ges/riak/mapreduce.py", line 211, in run result = t.mapred(self._inputs, query, timeout) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packa ges/riak/transports/pbc.py", line 311, in mapred msg_code, resp = self.recv_msg() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packa ges/riak/transports/pbc.py", line 365, in recv_msg self.recv_pkt() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packa ges/riak/transports/pbc.py", line 410, in recv_pkt format(nmsglen)) RiakError: 'Socket returned short packet length \x00\x00\x00 - expected 4' _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
