Hello! We are using the NodeJS SDK, and having trouble connecting to the cluster on one of our machines. We get:
couchnode:lcb:info (instance @ ../deps/lcb/src/instance.cc:509) Version=3.0.1-njs, Changeset=76262e72018abc83c1131c625bd016f080321d37 +0ms
couchnode:lcb:info (instance @ ../deps/lcb/src/instance.cc:510) Effective connection string: couchbase://localhost/si?client_string=couchnode%2F3.0.2%20(node%2F14.4.0%3B%20v8%2F8.1.307.31-node.33%3B%20ssl%2F1.1.1g). Bucket=si +0ms
couchnode:lcb:debug (instance @ ../deps/lcb/src/instance.cc:374) Applying initial cntl client_string=couchnode/3.0.2 (node/14.4.0; v8/8.1.307.31-node.33; ssl/1.1.1g) +0ms
couchnode:lcb:info (instance @ ../deps/lcb/src/instance.cc:202) DNS SRV lookup failed: LCB_ERR_UNKNOWN_HOST (1049). Ignore this if not relying on DNS SRV records +0ms
couchnode:lcb:debug (instance @ ../deps/lcb/src/instance.cc:139) Adding host localhost:8091 to initial HTTP bootstrap list +0ms
couchnode:lcb:debug (instance @ ../deps/lcb/src/instance.cc:139) Adding host localhost:11210 to initial CCCP bootstrap list +0ms
couchnode:lcb:trace (instance @ ../deps/lcb/src/instance.cc:182) Bootstrap hosts loaded (cccp:1, http:1) +0ms
couchnode:lcb:info (bootstrap @ ../deps/lcb/src/bootstrap.cc:259) Requested network configuration: heuristic +0ms
couchnode:lcb:debug (confmon @ ../deps/lcb/src/bucketconfig/confmon.cc:92) Preparing providers (this may be called multiple times) +0ms
couchnode:lcb:debug (confmon @ ../deps/lcb/src/bucketconfig/confmon.cc:99) Provider CCCP is ENABLED +0ms
couchnode:lcb:debug (confmon @ ../deps/lcb/src/bucketconfig/confmon.cc:99) Provider HTTP is ENABLED +0ms
couchnode:lcb:trace (confmon @ ../deps/lcb/src/bucketconfig/confmon.cc:299) Refreshing current cluster map +0ms
couchnode:lcb:trace (confmon @ ../deps/lcb/src/bucketconfig/confmon.cc:285) Attempting to retrieve cluster map via CCCP +0ms
couchnode:lcb:info (cccp @ ../deps/lcb/src/bucketconfig/bc_cccp.cc:160) Requesting connection to node localhost:11210 for CCCP configuration +0ms
couchnode:lcb:debug (lcbio_mgr @ ../deps/lcb/src/lcbio/manager.cc:481) <localhost:11210> (HE=0x55f817971e30) Creating new connection because none are available in the pool +0ms
couchnode:lcb:trace (lcbio_mgr @ ../deps/lcb/src/lcbio/manager.cc:393) <localhost:11210> (HE=0x55f817971e30) New pool entry: I=0x55f817963770 +0ms
couchnode:lcb:info (connection @ ../deps/lcb/src/lcbio/connect.cc:487) <localhost:11210> (SOCK=fb8b505b323bcb04) Starting. Timeout=2000000us +0ms
couchnode:lcb:error (bootstrap @ ../deps/lcb/src/bootstrap.cc:196) Failed to bootstrap client=0x55f817aaf920. Error=LCB_ERR_TIMEOUT (201), Message=Failed to bootstrap in time +0ms
couchnode:lcb:debug (lcbio_mgr @ ../deps/lcb/src/lcbio/manager.cc:503) <localhost:11210> (HE=0x55f817971e30) Request=0x55f817aaf860 has no connection.. yet +0ms
When we run Wireshark, we see the connection, and we see the response, and it looks good. But no dice.
This only seems to happen on one machine, but we’re totally at a loss for whats happening. Tips on troubleshooting further?