Trouble Caching Large String
I am attempting to cache a string that is roughly 100,000 characters in length (no where near the 1MB limit) and am unable to do so on one server but I can on another. One server is in amazon and one in rackspace and they are not clustered. When testing I can see the data hit both servers because bytes transfered per second increases. However, only on the amazon server is the set actually successful. Also, the rackspace server has no problem caching smaller chunks of data roughly 36,000 characters in length. Does anyone have any idea what's happening on the Rackspace server that is preventing me from caching larger chunks of data?
Server Specs
Amazon Server
Windows Server 2008 R2 Datacenter
Couchbase 1.8.2
Rackspace Server
Windows Server 2008 R2 Enterprise
Couchbase 1.8.1
The application is using .NET and EnyimMemcached to cache JSON data using the default memcached bucket on each server. Each bucket has 256MB with 64MB allocated.
I've already uninstalled and re-installed Couchbase in Rackspace and have the same result.
Dan,
I have created an issue for our QA team to investigate and try to reproduce this issue. If possible uploading you code to the bug or posting it here would will help them try to figure out what might be going faster.
The link to the bug id is here: http://www.couchbase.com/issues/browse/CBSE-202
The problem was fixed after I rebooted the server. I never rebooted the server after install but the installer never asked me to. Not sure what the root cause was.
Thanks for following up on this. You should not have to restart your server after installation, but I am glad that you found a solution to your problem.
Correction: Both servers running 1.8.1