Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
5.0.1
-
None
-
None
-
Unknown
Description
It appears Couchbase memcached is refusing connection on 11211. Tested using telnet:
telnet HOST 11211
|
Firewall ports are wide open so looks like it something Couchbase end.
It doesn't work even from the same box what node is running:
telnet localhost 11211
|
Couchbase otherwise works when connected vis SDK but telnet 11211 memcached can't be reach which prevents using couchbase as a session storage on e.g. PHP
Tried creating buckets called
default
and
memcached
none of them allows telnet to connect on 11211, however can connect on telnet 11210 only 11211 is being refused. If default name for default memcached bucket changed in 5.0.1 can you advise what is it now?