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
traces for transactions running in an active workload without haing
11
+
to capture them via statement diagnostic bundles, customers can now
12
+
use the `sql.trace.txn.sample_rate` cluster setting to enable tracing
13
+
for a fraction of their workload. The `sql.trace.txn.enable_threshold`
14
+
will still need to be set to a positive value to provide a filter
15
+
for how slow a transaction needs to be after being sampled to merit
16
+
emitting a trace. Traces are emitted to the `SQL_EXEC` logging
17
+
channel. [#156409][#156409]
18
+
7
19
<h3id="v25-2-8-bug-fixes">Bug fixes</h3>
8
20
9
21
- Fixed a bug in the `cockroach node drain` command where draining a node using virtual clusters (such as clusters running Physical Cluster Replication (PCR)) could return before the drain was complete, possibly resulting in shutting down the node while it still had active SQL clients and range leases. [#156312][#156312]
0 commit comments