Couchbase 3.0.1 backup hangs

Hello,

I see several topics about cbbackup hangs, but it doesn’t seems to have any solution.
In our case, we use Couchbase 3.0.1 on our server, and for backup we use “couchbase-cli” 3.1.6, and when we use “cbbackup” on a specific bucket, the backup hangs (backup work well during several months before this)

In this topic: Cbbackup is hanging, there is a reference to this ticket:
https://issues.couchbase.com/browse/MB-13386

But there is a difference, because on server we only see this line on logs:

Fri May 26 15:49:02.536534 UTC 3: (objects) DCP (Producer) eq_dcpq:cbbackup-HYFiNUkxpmvPJAGa - (vb 122) stream created with start seqno 0 and end seqno 131127804

No other message, with cbbackup tools on verbose mode:

$ ./cbbackup --single-node http://127.0.0.1:8091 /var/couchbase/backup -m full -vvv -t 1 -b objects
2017-05-26 15:49:02,198: mt cbbackup...
2017-05-26 15:49:02,198: mt  source : http://127.0.0.1:8091
2017-05-26 15:49:02,198: mt  sink   : /var/couchbase/backup
2017-05-26 15:49:02,198: mt  opts   : {'username': None, 'verbose': 3, 'dry_run': False, 'extra': {'max_retry': 10.0, 'rehash': 0.0, 'dcp_consumer_queue_length': 1000.0, 'data_only': 0.0, 'uncompress': 0.0, 'nmv_retry': 1.0, 'conflict_resolve': 1.0, 'cbb_max_mb': 100000.0, 'report': 5.0, 'mcd_compatible': 1.0, 'try_xwm': 1.0, 'backoff_cap': 10.0, 'batch_max_bytes': 400000.0, 'report_full': 2000.0, 'flow_control': 1.0, 'batch_max_size': 1000.0, 'seqno': 0.0, 'design_doc_only': 0.0, 'recv_min_bytes': 4096.0}, 'single_node': True, 'vbucket_list': None, 'threads': 1, 'mode': 'full', 'key': None, 'password': None, 'id': None, 'bucket_source': 'objects'}
2017-05-26 15:49:02,198: mt source_class: <class 'pump_dcp.DCPStreamSource'>
2017-05-26 15:49:02,198: mt rest_request: @127.0.0.1:8091/pools/default/buckets
2017-05-26 15:49:02,518: mt sink_class: <class 'pump_bfd2.BFDSinkEx'>
2017-05-26 15:49:02,518: mt source_buckets: objects,countries,quotes
2017-05-26 15:49:02,518: mt bucket_source: objects
2017-05-26 15:49:02,518: mt source_buckets filtered: objects
2017-05-26 15:49:02,518: mt bucket: objects
2017-05-26 15:49:02,519: mt  source_nodes: [...]:8091
2017-05-26 15:49:02,519: mt  enqueueing node: [...]:8091
2017-05-26 15:49:02,519: mt rest_request: @127.0.0.1:8091/pools/default/buckets/objects/stats/curr_items; reason: total_msgs
2017-05-26 15:49:02,519: w0  node: [...]:8091
2017-05-26 15:49:02,522: w0   DCPStreamSource connecting mc: [...]:11210
2017-05-26 15:49:02,536: Thread-1 Read 336 bytes off the wire
2017-05-26 15:49:02,536: Thread-1 Read 224 bytes off the wire
2017-05-26 15:49:02,537: Thread-1 Read 496 bytes off the wire
2017-05-26 15:49:02,537: Thread-1 Read 280 bytes off the wire
2017-05-26 15:49:02,538: Thread-1 Read 992 bytes off the wire
2017-05-26 15:49:02,539: Thread-1 Read 928 bytes off the wire
2017-05-26 15:49:02,620: mt rest_request: @127.0.0.1:8091/pools/default/buckets/objects/stats/vb_active_resident_items_ratio; reason: total_msgs

After a SIGINT on Couchbase server:

Fri May 26 15:49:02.536534 UTC 3: (objects) DCP (Producer) eq_dcpq:cbbackup-HYFiNUkxpmvPJAGa - (vb 122) stream created with start seqno 0 and end seqno 131127804
Fri May 26 15:49:14.618833 UTC 3: (cappings) DCP (Producer) eq_dcpq:cbbackup-HYFiNUkxpmvPJAGa - (vb 122) Stream closing, 0 items sent from disk, 0 items sent from memory, 0 was last seqno sent

Do you know how to resolve this please ?
Thank you.