Details
-
Bug
-
Resolution: Fixed
-
Critical
-
4.0, 4.1, 4.5.0, 4.6.4, 5.0, Server 5.0.1, Server 5.1.0
-
1
Description
Our documentation is incorrectly saying that there is a "hard limit of 10,000 concurrent key-value connections" per node while in reality we start with 30,000 connections per node out of the box.
We need to change the following paragraph from -
Currently there is a hard limit of 10,000 concurrent key-value connections to any cluster node. This effectively means a limit of 10,000 SDK "Bucket" objects.
to something like -
Currently, a Couchbase Data node allows up to 30,000 concurrent key-value connections out of the box. This effectively means a limit of 30,000 SDK "Bucket" objects. This limit can be raised based on the available resource headroom.