Skip to content

2.10.8

Compare
Choose a tag to compare
@avsej avsej released this 22 Sep 18:18
· 648 commits to master since this release
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 probles
    • tcp_keepintvl (LCB_CNTL_KEEPINTVL): the time (in seconds) between individual probes
    • tcp_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.