Control connection to memcached on 'ns_1@127.0.0.1' disconnected 1

Hi,

I am receiving an error:

Control connection to memcached on ‘ns_1@127.0.0.1’ disconnected: {timeout,
{gen_server,
call,
[ns_config,
get,
15000]}}

what does it mean? How to resolve it?

My system:

OS: ubuntu
Version: Community Edition 6.0.0 build 1693

Arnoldas

why no one answers the question? It means what couchbase is buggy and is not resalable?

No, it doesn’t mean that. It probably means your question is less common. Also, your question does not include any context on what you’re doing with the system at the time you see the error in the log.

A timeout from configuration management to the local memcached might mean one of a few things. Off the top of my head, it could mean that the system is somehow really busy or suspended/resumed (is it a laptop? is it on an overcommitted virtualized host?). It could also mean the memcached process crashed or was killed by the Linux OOM killer, which you’d be able to determine from other logs.

Can you give some more context? What are you doing at the time you see this error? What is the impact to your overall system? It may be that if you’re suspending/resuming the system or intentionally overcommitting virtualization resources, you’ll see this from time to time with no other effect.

1 Like