The message below occurs while loading 10 million json data via cbimport.
Replica set to 1 and minimum durability level set to multiple
Why is this message happening?
message :
(Gocbcore) CCCPPOLL: Failed to retrieve CCCP config. unambiguous timeout (Gocbcore) CCCPPOLL: Failed to retrieve CCCP config. unambiguous timeout (Gocbcore) CCCPPOLL: Failed to retrieve CCCP config. unambiguous timeout
Hi @bellpumpkin. That error message means that we cannot get the cluster config from the cluster for some reason: common ones are network connectivity issues or the ports on the node you are connecting to not being publicly accessible (see the client-to-node section here.
If you think the ports are accessible then please could you provide the version of cbimport and of the cluster, the command line arguments you are using and the cbimport logs (which you can get by running cbimport with -v
and -l <log file>
as well as your existing arguments) so we can take a closer look.
Thanks
2023-08-14T11:00:26.476+09:00 (Couchbase) Creating memcached connection to cluster 'couchbase://192.168.10.137:11210,192.168.10.131:11210,192.168.10.138:11210,192.168.10.139:11210?network=default' 2023-08-14T11:00:26.501+09:00 (Couchbase) Successfully created memcached connection to cluster 'couchbase://192.168.10.137:11210,192.168.10.131:11210,192.168.10.138:11210,192.168.10.139:11210?network=default' 2023-08-14T11:00:26.501+09:00 (Plan) (Data) Source is collection unaware will not attempt to update collection mappings 2023-08-14T11:00:26.501+09:00 (REST) (Attempt 1) (GET) Dispatching request to 'http://192.168.10.137:8091/pools/default/buckets/magma' 2023-08-14T11:00:26.539+09:00 (REST) (Attempt 1) (GET) (200) Received response from 'http://192.168.10.137:8091/pools/default/buckets/magma'2023-08-14T11:00:26.539+09:00 (REST) (Attempt 1) (GET) Dispatching request to 'http://192.168.10.137:8091/pools/default/buckets/magma/scopes' 2023-08-14T11:00:26.543+09:00 (REST) (Attempt 1) (GET) (200) Received response from 'http://192.168.10.137:8091/pools/default/buckets/magma/scopes' 2023-08-14T11:00:26.544+09:00 (REST) (Attempt 1) (POST) Dispatching request to 'http://192.168.10.137:8091/pools/default/buckets/magma/scopes/@ensureManifest/15' 2023-08-14T11:00:26.550+09:00 (REST) (Attempt 1) (POST) (200) Received response from 'http://192.168.10.137:8091/pools/default/buckets/magma/scopes/@ensureManifest/15' 2023-08-14T11:00:52.818+09:00 (Gocbcore) CCCPPOLL: Failed to retrieve CCCP config. unambiguous timeout 2023-08-14T11:01:41.899+09:00 (Gocbcore) CCCPPOLL: Failed to retrieve CCCP config. unambiguous timeout 2023-08-14T11:01:52.914+09:00 (Gocbcore) CCCPPOLL: Failed to retrieve CCCP config. unambiguous timeout
/opt/couchbase/bin/cbimport json -c 192.168.10.137:8091,192.168.10.138:8091,192.168.10.131:8091,192.168.10.139:8091 -u Administrator -p password -b magma -d file:///home/export_demo/demo.json -g %key% -f list --scope-collection-exp %scope%.%collection% -v -l /home/export_demo/import.log
cluster version : 7.2.0 (5325)
Storage Backend: Magma
Minimum Durability Level: majority
Thanks for that. It looks like the nodes are reachable as we manage to do some REST requests against them but for some reason our attempt to get the config is timing out. To understand more I think it would be helpful if:
- You ran cbimport again but with the added parameter
--gocbcore-log-level verbose
which will give us more information about the config issues you are seeing
- Collect logs for the cluster
For the latter it might be helpful if you opened a support ticket. Thanks