Cbrestore is hanging while trying to backup a bucket.
The strange thing is I had same issue on another bucket during full backup but calling against the bucket alone works well.
What seems to be an issue is the estimated messages keeps growing during the backup while the bucket is not being touched by any other application.
I am running a three-node cluster 3.0.2 on centos 64bit
/opt/couchbase/bin//cbbackup http://RTECouchbase3:8091 -b SctLive /backups/backup-test/ -u Administrator -p XXX -v
2015-02-11 11:16:20,817: mt cbbackup…
2015-02-11 11:16:20,817: mt source : http://RTECouchbase3:8091
2015-02-11 11:16:20,817: mt sink : /backups/backup-test/
2015-02-11 11:16:20,817: mt opts : {‘username’: ‘’, ‘verbose’: 1, ‘dry_run’: False, ‘extra’: {‘max_retry’: 10.0, ‘rehash’: 0.0, ‘data_only’: 0.0, ‘uncompress’: 0.0, ‘nmv_retry’: 1.0, ‘conflict_resolve’: 1.0, ‘cbb_max_mb’: 100000.0, ‘mcd_compatible’: 1.0, ‘try_xwm’: 1.0, ‘backoff_cap’: 10.0, ‘batch_max_bytes’: 400000.0, ‘report_full’: 2000.0, ‘seqno’: 0.0, ‘batch_max_size’: 1000.0, ‘report’: 5.0, ‘design_doc_only’: 0.0, ‘recv_min_bytes’: 4096.0}, ‘single_node’: False, ‘vbucket_list’: None, ‘threads’: 4, ‘mode’: ‘full’, ‘key’: None, ‘password’: ‘’, ‘id’: None, ‘bucket_source’: ‘SctLive’}
2015-02-11 11:16:20,917: mt bucket: SctLive
[####################] 97.6% (10998/estimated 11274 msgs)
The percentage where isstops varies but is always in the 95->98 range.