You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
115833: server: make SQL connection keep alive easily configurable r=fqazi a=fqazi
Previously, the only way to control the keep-alive time for CRDB was through the environment variable COCKROACH_SQL_TCP_KEEP_ALIVE, which set the keep-alive idle and probe times only. This was difficult to use, and the default meant that CRDB kept connections alive for 10 minutes of idle time. To help make this more configurable, we will introduce two cluster settings: server.sql_tcp_keep_alive_probe_interval and server.sql_tcp_keep_alive_timeout. These settings will control the keep-alive probe / idle intervals, and the probe count (derived from the timeout) before the connection will be dropped.
Fixes: #115422
117560: kv: use correct strength for {Get,Scan,ReverseScan} for SKIP LOCKED r=nvanbenschoten a=arulajmani
See individual commits.
117654: build: add TestMetaTwoInstance nightly run scripts r=RaduBerinde a=RaduBerinde
We also change the race build to run both flavors.
Fixes: cockroachdb/pebble#3175
Release note: None
117834: parser: fix string repr of ALTER ... START REPLICATION r=dt a=dt
Release note: none.
Epic: none.
Co-authored-by: Faizan Qazi <[email protected]>
Co-authored-by: Nathan VanBenschoten <[email protected]>
Co-authored-by: Arul Ajmani <[email protected]>
Co-authored-by: Radu Berinde <[email protected]>
Co-authored-by: David Taylor <[email protected]>
We currently run
TestMeta
in the nightlies, but notTestMetaTwoInstance
CC @itsbilal
The text was updated successfully, but these errors were encountered: