Hi, I’m new here and now running couchbase server and using php sdk
We got warnings like below, and I’m wondering
- what does it mean
- and what happen if I disable socket pooling (https://docs.couchbase.com/sdk-api/couchbase-c-client/group__lcb-cntl-settings.html#ga23142cc1e082926148dcca86b841d3c2)
[19-Dec-2020 16:46:55] [cb,WARN] (lcbio_mgr L:463 I:236322317) <183.111.235.110:8093> (HE=0x330bf60) Pooled socket is dead. Continuing to next one
[19-Dec-2020 16:47:04] [cb,WARN] (lcbio_mgr L:463 I:2286105925) <183.111.235.111:8093> (HE=0x2a54990) Pooled socket is dead. Continuing to next one
[19-Dec-2020 16:47:12] [cb,WARN] (lcbio_mgr L:463 I:771361855) <183.111.235.107:8093> (HE=0x30d2f90) Pooled socket is dead. Continuing to next one
[19-Dec-2020 16:47:14] [cb,WARN] (lcbio_mgr L:463 I:2028083952) <183.111.235.108:8093> (HE=0x2eaed10) Pooled socket is dead. Continuing to next one
When pooled socket dead, and then it takes some time to create or get one pooled. It takes some time long, so I want to speed up by resolving those warnings.
Now using Couchbase Server CE 6.5, and pecl install https://packages.couchbase.com/clients/php/couchbase-3.0.0.tgz .
Plesase help me.
Thansk!