Yago Riveiro
unread,Mar 22, 2012, 11:03:25 AM3/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Couchbase
Hi,
I'm trying to load 500K docs in a couchbase cluster, I have shards
with 100k docs, each shards is loaded via same python script
The three first shards were loaded without any issue, but the fourth
shard reported this error
Exception in thread dispatcher-thread (most likely raised during
interpreter shutdown):
Traceback (most recent call last):
File "/usr/lib64/python2.6/threading.py", line 532, in
__bootstrap_inner
File "/usr/lib64/python2.6/threading.py", line 484, in run
File "/usr/lib/python2.6/site-packages/couchbase/
couchbaseclient.py", line 661, in _start_dispatcher
File "/usr/lib/python2.6/site-packages/couchbase/
couchbaseclient.py", line 968, in dispatch
File "/usr/lib64/python2.6/Queue.py", line 174, in get
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Now when I execute the loader script I have always this issue
Someone have idea what this could be?
Thanks