Skip to content

Commit dab2129

Browse files
committed
Drop a couple notes from special RN sections, leave in original testing release notes
1 parent e24cf1c commit dab2129

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/current/_includes/releases/v25.4/cluster-setting-changes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ Changes to [cluster settings]({% link v25.4/cluster-settings.md %}) should be re
6464

6565
- Updated the redaction policy for cluster settings in `debug zip` output. All "sensitive" settings are now redacted in all debug zips, whether or not redaction is explicitly requested. In redacted debug zips, both "sensitive" and "non-reportable" settings are redacted. This replaces the previous behavior, which redacted all string-type settings only in redacted debug zips. [#150364][#150364]
6666

67-
- Added a new file, `cluster_settings_history.txt`, to debug zips. This file contains a history of cluster setting changes based on the system event log table. The history is only available while the corresponding events remain in the table. Sensitive settings are always redacted, and non-reportable settings are redacted when the debug zip is generated with redaction enabled. [#151066][#151066]
68-
6967
[#149371]: https://github.com/cockroachdb/cockroach/pull/149371
7068
[#149538]: https://github.com/cockroachdb/cockroach/pull/149538
7169
[#150364]: https://github.com/cockroachdb/cockroach/pull/150364
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
During a major-version upgrade, certain features and performance improvements are not available until the upgrade is finalized. In v25.4, these are:
22

3-
- **Partial statistics with constraining predicates**: The ability to manually create single-column partial statistics on boolean predicate expressions using a constraining `WHERE` clause in `CREATE STATISTICS` statements. For details, refer to the [release note](#v25-4-0-alpha-2-partial-statistics).
43
- **Changefeed span frontier persistence**: Changefeeds now periodically persist their entire span frontiers so that fewer duplicates need to be emitted during restarts. The default persistence interval is 30 seconds, configurable with the `changefeed.progress.frontier_persistence.interval` cluster setting. For details, refer to the [release note](#v25-4-0-alpha-2-changefeed-frontier-persistence).

0 commit comments

Comments
 (0)