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
149261: crosscluster/logical: auto-update config on external conn changes r=edwardguo-crl a=edwardguo-crl
Release note (sql change): Automatically reflect external connection changes in logical clusters.
Epic: none
Reference: #98610
151745: mixedversion: don't mark shared process tenant availability in monitor r=Dev-Kyle,herkolategan a=DarrylWong
The monitor does not support monitoring shared process tenants in isolation, i.e. it can only monitor both system and the secondary shared process.
However, the mixed version framework was reporting availability of shared process tenants to the monitor. This broke an assumption that the monitor makes that any registered process is either the system tenant or a separate process tenant. This would cause the monitor to mistakenly believe there was a running separate process tenant.
Fixes: #151450
151749: roachtest: update rust_postgres test for LTREE r=rafiss a=rafiss
Two tests are passing now that support for LTREE was added.
fixes#151637
Release note: None
151751: bench/rttanalysis: skip BenchmarkShowGrants under short config r=rafiss a=rafiss
Previously, this benchmark was included in CI runs and would take more than 20 minutes to complete a single iteration (--bench-time=1s --count=1).
This is because the benchmark aims for a measured runtime of 1 second, but the unmeasured operations within each iteration take over 20 minutes combined to reach that target.
This change skips the benchmark in CI runs.
Fixes: #151653
Release note: None
Co-authored-by: Edward Guo <[email protected]>
Co-authored-by: DarrylWong <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
activeLogicalSessionSQL:="SELECT count(*) > 0 FROM crdb_internal.node_sessions WHERE application_name like '$ internal repstream job id=%' AND status='ACTIVE'"
2472
+
countLogicalSessionSQL:="SELECT count(*) FROM crdb_internal.node_sessions WHERE application_name like '$ internal repstream job id=%' AND status='ACTIVE'"
0 commit comments