Timeout error 23 during heavy traffic when we restart our node process and issue an upsert

Using Node SDK: Timeout error 23 during heavy traffic when we restart our node process and try to upsert data into a bucket. This seems to happen intermittently when we have heavy traffic and we get a lot of these exceptions being fired. Not sure if its related but when we examined the logs within the Couchbase web interface, we did notice an interesting error that mentioned “disconnected memcached bad match”. Any ideas on what this could indicate?

Hey @laura.holbrook,

This kind of behaviour usually indicates that you are pushing more operation to the server than your server configuration/specification is able to handle. Could you provide some details on the kind of operations you are performing, and the specifications of your servers?

Cheers, Brett