"Failed to process response: Temporary failure" on bulk insert using ExecuteStore

Hi,

I have been doing bulk insert operation about 13000 documents where some document can be in size more than 10Mb; but for some random documents the write fails with “Failed to process response: Temporary failure”. in stack overflow someone said that its coz of lack of free RAM memory; but in my case I don’t see that as the problem since I have sufficient amount of memory almost 70% free.

Could someone tell me what could be the reason and resolution to this problem?

Hi sherryummen -

The SO answer given is correct; you’re temporarily using to much memory before CB can write to disk, so the server is returning this message because it’s OOM. This should answer your question and give some direction on the approach to take:

http://docs.couchbase.com/couchbase-sdk-net-1.3/#bulk-load-and-exponential-backoff

Thanks,

Jeff