I am getting this error when try to insert 2M objects via node.js into Couchbase. 1M works fine.
C:\\Users\\Administrator\\Desktop\\node_modules\\couc
Resolved the issue by increasing the timeout: myBucket.operationTimeout = 120 * 1000;