Hi,

Why will riak throw this type of exception when I have a timeout of
TIMEOUT=3000000?

What does this error mean?

How of now I cant get data out of a production system.




'Traceback (most recent call last):
  File "gg.py", line 324, in <module>
    results =
getDomainReportIndex(bucket=bucket,date_start=int(utc_start_date),date_end=int(utc_end_date))
  File "gg.py", line 137, in getDomainReportIndex
    for result in query.run(timeout=TIMEOUT):
  File
"/usr/local/lib/python2.7/dist-packages/riak-1.5.1-py2.7.egg/riak/mapreduce.py",
line 234, in run
    result = t.mapred(self._inputs, query, timeout)
  File
"/usr/local/lib/python2.7/dist-packages/riak-1.5.1-py2.7.egg/riak/transports/pbc.py",
line 454, in mapred
    _handle_response)
  File
"/usr/local/lib/python2.7/dist-packages/riak-1.5.1-py2.7.egg/riak/transports/pbc.py",
line 548, in send_msg_multi
    msg_code, resp = self.recv_msg(conn, expect)
  File
"/usr/local/lib/python2.7/dist-packages/riak-1.5.1-py2.7.egg/riak/transports/pbc.py",
line 589, in recv_msg
    raise Exception(msg.errmsg)
Exception:
{"phase":0,"error":"[timeout]","input":"{<<\"impressions\">>,<<\"322c0473-9eeb-4c9c-81fe-4e898bc50416:cid5989410021:agid7744464312:2012122316:SG\">>}","type":"forward_preflist","stack":"[]"}
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to