Skip to content

Commit 9b26bc0

Browse files
author
Automated Release Bot
committed
Update release notes for v25.2-v25.2.8
1 parent 12150ef commit 9b26bc0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/current/_includes/releases/v25.2/v25.2.8.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@ Release Date: October 30, 2025
44

55
{% include releases/new-release-downloads-docker-image.md release=include.release %}
66

7+
<h3 id="v25-2-8-operational-changes">Operational changes</h3>
8+
9+
- In order to selectively capture
10+
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+
719
<h3 id="v25-2-8-bug-fixes">Bug fixes</h3>
820

921
- 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]
1022

1123

24+
[#156409]: https://github.com/cockroachdb/cockroach/pull/156409
1225
[#156312]: https://github.com/cockroachdb/cockroach/pull/156312

0 commit comments

Comments
 (0)