2.10.8
API documentation: http://docs.couchbase.com/sdk-api/couchbase-c-client-2.10.8
-
CCBC-1298: allow to adjust TCP keepalive settings
tcp_keepcnt
(LCB_CNTL_TCP_KEEPCNT
): the maximum number of keepalive problestcp_keepintvl
(LCB_CNTL_KEEPINTVL
): the time (in seconds) between individual probestcp_keepidle
(LCB_CNTL_TCP_KEEPIDLE
): the time (in seconds) the connection need to remain idle before TCP start sending probes.
-
Detect configuration change when replica indexes changed. libcouchbase will apply new configuration, when node is re-added after failover.
-
Do not re-arm config provider timer for existing connection. Each
request_config
operation has its own timer associated with the command.