Details
-
Bug
-
Resolution: Fixed
-
Major
-
4.2.3
-
None
-
1
Description
If you're specifying a custom port when connecting to Couchbase, it can take a long while to connect, and the connector will log lots of warnings about being unable to connect to the KV service.
The workaround is to bootstrap using a KV port (default 11210) instead of a manager port (default 8091), and to explicitly tag the port as belonging to the KV service, like this:
hosts = ['example.com:12345=kv']
Attachments
Issue Links
- depends on
-
CBES-175 Update Couchbase Java SDK from 3.0.6 to 3.0.9
-
- Resolved
-
- is caused by
-
JVMCBC-817 Non-kv bootstrap against 6.0 takes 10s to detect
-
- Resolved
-