Error: An unknown N1QL error occured. This is usually related to an out-of-memory condition. Check the errors responseBody property or inspect the cluster logs for further details.
var couchbase = require('couchbase');
var cluster = new couchbase.Cluster('couchbase://XXXXX', {
// expiry: 30000,
});
// For Couchbase > 4.5 with RBAC Auth
cluster.authenticate('xxxxx', 'XXXX');
var bucket = cluster.openBucket('xxxx');
let n1ql = couchbase.N1qlQuery;
let req = bucket.query(n1ql.fromString(`INSERT INTO wayship (KEY, VALUE) VALUES ($1, $2)`, ['test', 'asdfa']));
req.on('data', function() {
debugger;
})
req.on('error', function() {
debugger;
})
doctor sdk Summary:
[WARN] Your connection string specifies only a single host. You should consider adding additional static nodes from your cluster to this list to improve your applications fault-tolerance
[WARN] Bootstrap host xxxxxxxxxxxx is not using the canonical node hostname of xxxxxxx.ap-south-1.compute.amazonaws.com. This is not neccessarily an error, but has been known to result in strange and difficult-to-diagnose errors in the future when routing gets changed.
[WARN] Memcached service on xxxxxxx.ap-south-1.compute.amazonaws.com:11210 took longer than 10ms (was: 83ms) on average to reply. This is usually due to network-related issues, and could significantly affect application performance.
[WARN] Memcached service on xxxxxxxxxxxx.ap-south-1.compute.amazonaws.com:11210 took longer than 20ms (was: 350ms) to reply. This is usually due to network-related issues, and could significantly affect application performance.
LOGGING
0ms [I0ec79f38] {20213} [INFO] (instance - L:469) Version=2.9.5-njs, Changeset=2bf296af07b40e1b0163f900c4f8bf388ae4e8a3
0ms [I0ec79f38] {20213} [INFO] (instance - L:470) Effective connection string: couchbase://xx.xx.xx.xx/wayship?enable_errmap=true&enable_tracing=true&client_string=couchnode%2F2.6.10%20(node%2F10.16.0%3B%20v8%2F6.8.275.32-node.52%3B%20ssl%2F1.1.1b). Bucket=wayship
0ms [I0ec79f38] {20213} [DEBUG] (instance - L:318) Applying initial cntl enable_errmap=true
1ms [I0ec79f38] {20213} [DEBUG] (instance - L:318) Applying initial cntl enable_tracing=true
1ms [I0ec79f38] {20213} [DEBUG] (instance - L:318) Applying initial cntl client_string=couchnode/2.6.10 (node/10.16.0; v8/6.8.275.32-node.52; ssl/1.1.1b)
1ms [I0ec79f38] {20213} [INFO] (instance - L:146) DNS SRV lookup failed: DNS/Hostname lookup failed. Ignore this if not relying on DNS SRV records
2ms [I0ec79f38] {20213} [DEBUG] (instance - L:83) Adding host xx.xx.xx.xx:8091 to initial HTTP bootstrap list
2ms [I0ec79f38] {20213} [DEBUG] (instance - L:83) Adding host xx.xx.xx.xx:11210 to initial CCCP bootstrap list
2ms [I0ec79f38] {20213} [TRACE] (instance - L:126) Bootstrap hosts loaded (cccp:1, http:1)
22ms [I0ec79f38] {20213} [INFO] (bootstrap - L:218) Requested network configuration: heuristic
22ms [I0ec79f38] {20213} [DEBUG] (confmon - L:81) Preparing providers (this may be called multiple times)
22ms [I0ec79f38] {20213} [DEBUG] (confmon - L:88) Provider CCCP is ENABLED
22ms [I0ec79f38] {20213} [DEBUG] (confmon - L:88) Provider HTTP is ENABLED
22ms [I0ec79f38] {20213} [TRACE] (confmon - L:278) Refreshing current cluster map
22ms [I0ec79f38] {20213} [TRACE] (confmon - L:265) Attempting to retrieve cluster map via CCCP
22ms [I0ec79f38] {20213} [INFO] (cccp - L:151) Requesting connection to node xx.xx.xx.xx:11210 for CCCP configuration
22ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:448) <xx.xx.xx.xx:11210> (HE=0x3e7e690) Creating new connection because none are available in the pool
22ms [I0ec79f38] {20213} [TRACE] (lcbio_mgr - L:359) <xx.xx.xx.xx:11210> (HE=0x3e7e690) New pool entry: I=0x3eef2f0
22ms [I0ec79f38] {20213} [INFO] (connection - L:474) <xx.xx.xx.xx:11210> (SOCK=0000000024a7f13b) Starting. Timeout=2000000us
47ms [I0ec79f38] {20213} [TRACE] (connection - L:367) <xx.xx.xx.xx:11210> (SOCK=0000000024a7f13b) Received completion handler. Status=0. errno=0 [Success]
47ms [I0ec79f38] {20213} [INFO] (connection - L:147) <xx.xx.xx.xx:11210> (SOCK=0000000024a7f13b) Connected established
47ms [I0ec79f38] {20213} [WARN] (lcbio - L:112) Translating errno=0, lcb=0x2d to NETWORK_ERROR
47ms [I0ec79f38] {20213} [INFO] (connection - L:108) <xx.xx.xx.xx:11210> (SOCK=0000000024a7f13b) Couldn't set TCP_NODELAY
47ms [I0ec79f38] {20213} [DEBUG] (connection - L:106) <xx.xx.xx.xx:11210> (SOCK=0000000024a7f13b) Successfully set TCP_KEEPALIVE
47ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:318) <xx.xx.xx.xx:11210> (HE=0x3e7e690) Received result for I=0x3eef2f0,C=(nil); E=0x0
47ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:278) <xx.xx.xx.xx:11210> (HE=0x3e7e690) Assigning R=0x3e754b0 SOCKET=0x3ec1fa0
47ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:101) <xx.xx.xx.xx:11210> (CTX=0x3ebdfc0,unknown) Pairing with SOCK=0000000024a7f13b
48ms [I0ec79f38] {20213} [DEBUG] (negotiation - L:440) <xx.xx.xx.xx:11210> (CTX=0x3ebdfc0,sasl,SASLREQ=0x3ebdd70) HELO identificator: {"a":"libcouchbase/2.9.5-njs couchnode/2.6.10 (node/10.16.0; v8/6.8.275.32-node.52; ssl/1.1.1b)","i":"000000000ec79f38/0000000024a7f13b"}, features: 0x02 (TLS), 0x06 (XATTR), 0x0b (JSON), 0x08 (Select bucket), 0x07 (XERROR), 0x03 (TCP nodelay), 0x0a (Snappy), 0x0f (Tracing)
73ms [I0ec79f38] {20213} [DEBUG] (negotiation - L:473) <xx.xx.xx.xx:11210> (CTX=0x3ebdfc0,sasl,SASLREQ=0x3ebdd70) Server supports features: 0x03 (TCP nodelay), 0x06 (XATTR), 0x07 (XERROR), 0x08 (Select bucket), 0x0a (Snappy), 0x0b (JSON), 0x0f (Tracing)
129ms [I0ec79f38] {20213} [DEBUG] (negotiation - L:524) <xx.xx.xx.xx:11210> (CTX=0x3ebdfc0,sasl,SASLREQ=0x3ebdd70) Sending SELECT_BUCKET
153ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:151) <xx.xx.xx.xx:11210> (CTX=0x3ebdfc0,sasl) Destroying context. Pending Writes=0, Entered=true, Socket Refcount=1
153ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:101) <xx.xx.xx.xx:11210> (CTX=0x3f235c0,unknown) Pairing with SOCK=0000000024a7f13b
178ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:151) <xx.xx.xx.xx:11210> (CTX=0x3f235c0,bc_cccp) Destroying context. Pending Writes=0, Entered=true, Socket Refcount=1
178ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:498) <xx.xx.xx.xx:11210> (HE=0x3e7e690) Placing socket back into the pool. I=0x3eef2f0,C=0x3ec1fa0
179ms [I0ec79f38] {20213} [INFO] (confmon - L:154) Setting new configuration. Received via CCCP
179ms [I0ec79f38] {20213} [DEBUG] (confmon - L:81) Preparing providers (this may be called multiple times)
179ms [I0ec79f38] {20213} [DEBUG] (confmon - L:88) Provider CCCP is ENABLED
179ms [I0ec79f38] {20213} [INFO] (bootstrap - L:90) Selected network configuration: "default"
179ms [I0ec79f38] {20213} [TRACE] (http-io - L:249) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> POST http://xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093/query/service. Body=88 bytes
179ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:448) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Creating new connection because none are available in the pool
179ms [I0ec79f38] {20213} [TRACE] (lcbio_mgr - L:359) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) New pool entry: I=0x3f1dea0
179ms [I0ec79f38] {20213} [INFO] (connection - L:474) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=00000000664ab7bc) Starting. Timeout=75000000us
205ms [I0ec79f38] {20213} [TRACE] (connection - L:367) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=00000000664ab7bc) Received completion handler. Status=0. errno=0 [Success]
205ms [I0ec79f38] {20213} [INFO] (connection - L:147) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=00000000664ab7bc) Connected established
205ms [I0ec79f38] {20213} [WARN] (lcbio - L:112) Translating errno=0, lcb=0x2d to NETWORK_ERROR
205ms [I0ec79f38] {20213} [INFO] (connection - L:108) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=00000000664ab7bc) Couldn't set TCP_NODELAY
205ms [I0ec79f38] {20213} [DEBUG] (connection - L:106) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=00000000664ab7bc) Successfully set TCP_KEEPALIVE
205ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:318) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Received result for I=0x3f1dea0,C=(nil); E=0x0
205ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:278) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Assigning R=0x3f1df10 SOCKET=0x3f1cc50
205ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:101) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (CTX=0x3f168d0,unknown) Pairing with SOCK=00000000664ab7bc
232ms [I0ec79f38] {20213} [TRACE] (n1ql - L:384) (NR=0x3e74fd0) Will retry request. code: 5010, msg: Error evaluating VALUES. - cause: No value for positional parameter $1.
232ms [I0ec79f38] {20213} [TRACE] (http-io - L:249) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> POST http://xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093/query/service. Body=88 bytes
233ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:448) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Creating new connection because none are available in the pool
233ms [I0ec79f38] {20213} [TRACE] (lcbio_mgr - L:359) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) New pool entry: I=0x3f13830
233ms [I0ec79f38] {20213} [INFO] (connection - L:474) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=0000000017543ad7) Starting. Timeout=75000000us
234ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:151) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (CTX=0x3f168d0,mgmt/capi) Destroying context. Pending Writes=0, Entered=true, Socket Refcount=1
234ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:498) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Placing socket back into the pool. I=0x3f1dea0,C=0x3f1cc50
259ms [I0ec79f38] {20213} [TRACE] (connection - L:367) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=0000000017543ad7) Received completion handler. Status=0. errno=0 [Success]
259ms [I0ec79f38] {20213} [INFO] (connection - L:147) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=0000000017543ad7) Connected established
259ms [I0ec79f38] {20213} [WARN] (lcbio - L:112) Translating errno=0, lcb=0x2d to NETWORK_ERROR
259ms [I0ec79f38] {20213} [INFO] (connection - L:108) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=0000000017543ad7) Couldn't set TCP_NODELAY
259ms [I0ec79f38] {20213} [DEBUG] (connection - L:106) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (SOCK=0000000017543ad7) Successfully set TCP_KEEPALIVE
259ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:318) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Received result for I=0x3f13830,C=(nil); E=0x0
259ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:278) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Assigning R=0x3f13530 SOCKET=0x3f13b10
259ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:101) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (CTX=0x3f169d0,unknown) Pairing with SOCK=0000000017543ad7
288ms [I0ec79f38] {20213} [TRACE] (n1ql - L:384) (NR=0x3e74fd0) Will retry request. code: 5010, msg: Error evaluating VALUES. - cause: No value for positional parameter $1.
289ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:151) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (CTX=0x3f169d0,mgmt/capi) Destroying context. Pending Writes=0, Entered=true, Socket Refcount=1
289ms [I0ec79f38] {20213} [INFO] (lcbio_mgr - L:493) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Closing idle connection. Too many in quota
2681ms [I0ec79f38] {20213} [TRACE] (bootstrap - L:143) Background-polling for new configuration
2681ms [I0ec79f38] {20213} [TRACE] (confmon - L:278) Refreshing current cluster map
2681ms [I0ec79f38] {20213} [TRACE] (confmon - L:265) Attempting to retrieve cluster map via CCCP
2681ms [I0ec79f38] {20213} [TRACE] (cccp - L:144) Re-Issuing CCCP Command on server struct 0x3f1e720 (xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210)
2681ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:448) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (HE=0x3f13b10) Creating new connection because none are available in the pool
2681ms [I0ec79f38] {20213} [TRACE] (lcbio_mgr - L:359) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (HE=0x3f13b10) New pool entry: I=0x3f16aa0
2681ms [I0ec79f38] {20213} [INFO] (connection - L:474) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (SOCK=00000000436eae0b) Starting. Timeout=2500000us
2708ms [I0ec79f38] {20213} [TRACE] (connection - L:367) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (SOCK=00000000436eae0b) Received completion handler. Status=0. errno=0 [Success]
2708ms [I0ec79f38] {20213} [INFO] (connection - L:147) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (SOCK=00000000436eae0b) Connected established
2708ms [I0ec79f38] {20213} [WARN] (lcbio - L:112) Translating errno=0, lcb=0x2d to NETWORK_ERROR
2709ms [I0ec79f38] {20213} [INFO] (connection - L:108) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (SOCK=00000000436eae0b) Couldn't set TCP_NODELAY
2709ms [I0ec79f38] {20213} [DEBUG] (connection - L:106) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (SOCK=00000000436eae0b) Successfully set TCP_KEEPALIVE
2709ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:318) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (HE=0x3f13b10) Received result for I=0x3f16aa0,C=(nil); E=0x0
2709ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:278) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (HE=0x3f13b10) Assigning R=0x3e754b0 SOCKET=0x3f167c0
2709ms [I0ec79f38] {20213} [TRACE] (server - L:793) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (SRV=0x3f1e720) Session not yet negotiated. Negotiating
2709ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:101) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f1f1d0,unknown) Pairing with SOCK=00000000436eae0b
2709ms [I0ec79f38] {20213} [DEBUG] (negotiation - L:440) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f1f1d0,sasl,SASLREQ=0x3ebdd70) HELO identificator: {"a":"libcouchbase/2.9.5-njs couchnode/2.6.10 (node/10.16.0; v8/6.8.275.32-node.52; ssl/1.1.1b)","i":"000000000ec79f38/00000000436eae0b"}, features: 0x02 (TLS), 0x06 (XATTR), 0x0b (JSON), 0x08 (Select bucket), 0x07 (XERROR), 0x03 (TCP nodelay), 0x0a (Snappy), 0x0f (Tracing)
2738ms [I0ec79f38] {20213} [DEBUG] (negotiation - L:473) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f1f1d0,sasl,SASLREQ=0x3ebdd70) Server supports features: 0x03 (TCP nodelay), 0x06 (XATTR), 0x07 (XERROR), 0x08 (Select bucket), 0x0a (Snappy), 0x0b (JSON), 0x0f (Tracing)
2812ms [I0ec79f38] {20213} [DEBUG] (negotiation - L:524) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f1f1d0,sasl,SASLREQ=0x3ebdd70) Sending SELECT_BUCKET
2835ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:151) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f1f1d0,sasl) Destroying context. Pending Writes=0, Entered=true, Socket Refcount=1
2835ms [I0ec79f38] {20213} [DEBUG] (ioctx - L:101) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f36490,unknown) Pairing with SOCK=00000000436eae0b
2860ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
5183ms [I0ec79f38] {20213} [TRACE] (bootstrap - L:143) Background-polling for new configuration
5183ms [I0ec79f38] {20213} [TRACE] (confmon - L:278) Refreshing current cluster map
5183ms [I0ec79f38] {20213} [TRACE] (server - L:732) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f36490,memcached,SRV=0x3f1e720,IX=0) Scheduling next timeout for 2500 ms. This is not an error
5184ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
5184ms [I0ec79f38] {20213} [TRACE] (confmon - L:265) Attempting to retrieve cluster map via CCCP
5184ms [I0ec79f38] {20213} [TRACE] (cccp - L:144) Re-Issuing CCCP Command on server struct 0x3f1e720 (xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210)
5211ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
7685ms [I0ec79f38] {20213} [TRACE] (bootstrap - L:143) Background-polling for new configuration
7685ms [I0ec79f38] {20213} [TRACE] (confmon - L:278) Refreshing current cluster map
7685ms [I0ec79f38] {20213} [TRACE] (server - L:732) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f36490,memcached,SRV=0x3f1e720,IX=0) Scheduling next timeout for 2500 ms. This is not an error
7685ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
7685ms [I0ec79f38] {20213} [TRACE] (confmon - L:265) Attempting to retrieve cluster map via CCCP
7685ms [I0ec79f38] {20213} [TRACE] (cccp - L:144) Re-Issuing CCCP Command on server struct 0x3f1e720 (xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210)
7754ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
10179ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:473) <xx.xx.xx.xx:11210> (HE=0x3e7e690) Idle connection expired
10185ms [I0ec79f38] {20213} [TRACE] (bootstrap - L:143) Background-polling for new configuration
10185ms [I0ec79f38] {20213} [TRACE] (confmon - L:278) Refreshing current cluster map
10185ms [I0ec79f38] {20213} [TRACE] (server - L:732) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f36490,memcached,SRV=0x3f1e720,IX=0) Scheduling next timeout for 2500 ms. This is not an error
10185ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
10185ms [I0ec79f38] {20213} [TRACE] (confmon - L:265) Attempting to retrieve cluster map via CCCP
10185ms [I0ec79f38] {20213} [TRACE] (cccp - L:144) Re-Issuing CCCP Command on server struct 0x3f1e720 (xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210)
10209ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
10232ms [I0ec79f38] {20213} [DEBUG] (lcbio_mgr - L:473) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:8093> (HE=0x3f1dd10) Idle connection expired
12687ms [I0ec79f38] {20213} [TRACE] (bootstrap - L:143) Background-polling for new configuration
12687ms [I0ec79f38] {20213} [TRACE] (confmon - L:278) Refreshing current cluster map
12687ms [I0ec79f38] {20213} [TRACE] (server - L:732) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f36490,memcached,SRV=0x3f1e720,IX=0) Scheduling next timeout for 2500 ms. This is not an error
12687ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
12687ms [I0ec79f38] {20213} [TRACE] (confmon - L:265) Attempting to retrieve cluster map via CCCP
12687ms [I0ec79f38] {20213} [TRACE] (cccp - L:144) Re-Issuing CCCP Command on server struct 0x3f1e720 (xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210)
12713ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
15189ms [I0ec79f38] {20213} [TRACE] (bootstrap - L:143) Background-polling for new configuration
15189ms [I0ec79f38] {20213} [TRACE] (confmon - L:278) Refreshing current cluster map
15189ms [I0ec79f38] {20213} [TRACE] (server - L:732) <xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210> (CTX=0x3f36490,memcached,SRV=0x3f1e720,IX=0) Scheduling next timeout for 2500 ms. This is not an error
15189ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96
15189ms [I0ec79f38] {20213} [TRACE] (confmon - L:265) Attempting to retrieve cluster map via CCCP
15189ms [I0ec79f38] {20213} [TRACE] (cccp - L:144) Re-Issuing CCCP Command on server struct 0x3f1e720 (xx.xx.xx.xx.ap-south-1.compute.amazonaws.com:11210)
15216ms [I0ec79f38] {20213} [TRACE] (confmon - L:146) Not applying configuration received via CCCP. No changes detected. A.rev=96, B.rev=96