Description
Problem
When trying to reproduce MB-30304, got the following back trace:
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
|
Traceback (most recent call last):
|
File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner
|
File "/opt/couchbase/lib/python/pump_dcp.py", line 608, in run
|
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'error'
|
Steps to reproduce
- Setup a single node
- create two buckets one couchbase the other ephemeral
- Run cbtransfer:
./cbtransfer -u Administrator -p password -b disk -B mem http://localhost:8091 http://localhost:8091
Attachments
Issue Links
- relates to
-
MB-30304 cbtransfer couchbase->ephemeral does not work
- Closed