From 56f784356db16541cd59ae1e1ed119fbedf58ef9 Mon Sep 17 00:00:00 2001 From: mikeCRL Date: Mon, 11 Nov 2024 11:59:34 -0500 Subject: [PATCH 1/6] Initial v24.3.0-rc.1 release notes output --- src/current/_data/releases.yml | 28 ++++++ src/current/_data/versions.csv | 2 +- .../_includes/releases/v24.3/v24.3.0-rc.1.md | 92 +++++++++++++++++++ 3 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 src/current/_includes/releases/v24.3/v24.3.0-rc.1.md diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index f344f2ff9d9..ad5d1be6a0d 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -7107,3 +7107,31 @@ docker_arm_limited_access: false source: true previous_release: v24.3.0-beta.2 + + +- release_name: v24.3.0-rc.1 + major_version: v24.3 + release_date: '2024-11-13' + release_type: Testing + go_version: go1.22.8 + sha: 6d0a627cbefef712d05815b90b738e01805a618e + has_sql_only: true + has_sha256sum: true + mac: + mac_arm: true + mac_arm_experimental: true + mac_arm_limited_access: false + windows: true + linux: + linux_arm: true + linux_arm_experimental: false + linux_arm_limited_access: false + linux_intel_fips: true + linux_arm_fips: false + docker: + docker_image: cockroachdb/cockroach-unstable + docker_arm: true + docker_arm_experimental: false + docker_arm_limited_access: false + source: true + previous_release: v24.3.0-beta.3 diff --git a/src/current/_data/versions.csv b/src/current/_data/versions.csv index 5be4ba31fb6..14f2b87bbeb 100644 --- a/src/current/_data/versions.csv +++ b/src/current/_data/versions.csv @@ -15,4 +15,4 @@ v23.1,2023-05-15,2024-05-15,2024-11-15,23.1.11,23.1.12,2023-11-13,2024-11-13,202 v23.2,2024-02-05,2025-02-05,2025-08-05,23.2.6,23.2.7,2024-07-08,2025-07-08,2026-07-08,v23.1,release-23.2 v24.1,2024-05-20,2025-05-20,2025-11-20,24.1.5,24.1.6,2024-10-21,2025-10-21,2026-10-21,v23.2,release-24.1 v24.2,2024-08-12,2025-02-12,N/A,N/A,N/A,N/A,N/A,N/A,v24.1,release-24.2 -v24.3,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.2,master \ No newline at end of file +v24.3,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,v24.2,release-24.3 diff --git a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md new file mode 100644 index 00000000000..ba0722e8808 --- /dev/null +++ b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md @@ -0,0 +1,92 @@ +## v24.3.0-rc.1 + +Release Date: November 13, 2024 + +{% include releases/new-release-downloads-docker-image.md release=include.release %} + +

Security updates

+ +- All cluster settings that accept strings are now fully redacted when transmitted as part of our diagnostics telemetry. This payload includes a record of modified cluster settings and their values when they are not strings. Customers who previously applied the mitigations in Technical Advisory 133479 can safely set the value of cluster setting `server.redact_sensitive_settings.enabled` to false and turn on diagnostic reporting via the `diagnostics.reporting.enabled` cluster setting without leaking sensitive cluster settings values. [#134018][#134018] +- Previously if ldap connection was closed by server and we tried to perform bind or any other operation over reset connection, we got an error log saying: ``` "LDAP authentication: unable to find LDAP user distinguished name\nerror when searching for user in LDAP server: LDAP search failed: LDAP bind failed: ‹LDAP Result Code 200 \"Network Error\"›: ‹ldap: connection closed›" ``` This fix automatically handles closed connections and performs redial on behalf of the client if it finds connection was reset. [#134277][#134277] + +

General changes

+ +- COCKROACH_SKIP_ENABLING_DIAGNOSTIC_REPORTING is no longer mentioned in the demo command. [#134089][#134089] + +

SQL language changes

+ +- It is now possible to execute row-level AFTER triggers in response to mutations on a table. Row-level AFTER triggers fire after checks and cascades for the query have completed. [#133320][#133320] +- Cascades can now fire row-level BEFORE triggers. By default, attempting to modify or eliminate the cascading update/delete will result in a `Triggered Data Change Violation` error. Users that wish to do this anyway can set `unsafe_allow_triggers_modifying_cascades`. Note that doing so could result in constraint violations, similar to Postgres. [#134444][#134444] + +

Operational changes

+ +- The kvadmission.low_pri_read_elastic_control.enabled has been removed as all bulk requests are now subject to eleastic admission by default. Epic: https://cockroachlabs.atlassian.net/browse/CRDB-39798. [#134486][#134486] + +

DB Console changes

+ +- The v2 db pages will only be available post ugprade finalization to 24.3. Prior to that we'll continue to show the legacy page when the cluster is in its unfinalized state. [#134244][#134244] +- Users may access DB Console's db pages (db overview, tables overview, table details) if they have CONNECT privilege on the database. [#134542][#134542] + +

Bug fixes

+ +- String constants can now be compared against collated strings. [#134086][#134086] +- Previously, when executing queries with index / lookup joins when the ordering needs to be maintained, CockroachDB in some cases could get into a pathological behavior which would lead to increased query latency, possibly by several orders of magnitude. This bug was introduced in 22.2 and is now fixed. [#134367][#134367] +- Upsert statements on regional by row tables under non-serializable isolations now show uniqueness constraints in explain output (the constraints were already being enforced). [#134267][#134267] +- Fixed a minor bug where DISCARD ALL statements were counted under the sql.ddl.count metric. Now these will be counted under the sql.misc.count metric. [#134510][#134510] +- Fixed AWS backup/restore with kms failing due to missing shared config. [#134536][#134536] +- Uniqueness constraints enforced with tombstone writes are now reflected in EXPLAIN (OPT) output. [#134482][#134482] +- This patch allows a user to run schema changes on a restored table that was previously apart of an LDR stream. [#134675][#134675] + +

Performance improvements

+ +- The optimizer now generates more efficient query plans involving inverted indexes for queries with a conjunctive filter on the same JSON or ARRAY column, e.g., `SELECT * FROM t WHERE j->'a' = '10' AND j->'b' = '20'`. [#134002][#134002] + +

Build changes

+ +- Upgrade to Go 1.22.8 [#134427][#134427] + +

Miscellaneous

+ +

Missing category

+ +- This patch adds the following LDR metrics - logical_replication.catchup_ranges: the number of source side ranges conducting catchup scans. -logical_replication.scanning_ranges: the number source side ranges conducting initial scans. Note that in the dbconsole, these metrics are not accurate if multiple LDR jobs are running, though there exists the equivalent labeled metrics for a user to consume via prometheus. [#134674][#134674] + +

Changes without release note annotation

+ +- [#134645][#134645] [a9d476499][a9d476499] Revert "release-24.3: workloadccl: update backup/restore syntax" +- [#134448][#134448] [116bc0218][116bc0218] release-24.3: roachtest: properly set error in Get/Put +- [#134097][#134097] [be4cf6cbf][be4cf6cbf] release-24.3: cluster-ui: publish 24.3.0 cluster-ui pkg +- [#133997][#133997] [a9bfd6bc5][a9bfd6bc5] release-24.3: roachtest: small mvt test fixes + +

Doc updates

+ +{% comment %}Docs team: Please add these manually.{% endcomment %} + + + +[#133320]: https://github.com/cockroachdb/cockroach/pull/133320 +[#133997]: https://github.com/cockroachdb/cockroach/pull/133997 +[#134002]: https://github.com/cockroachdb/cockroach/pull/134002 +[#134018]: https://github.com/cockroachdb/cockroach/pull/134018 +[#134086]: https://github.com/cockroachdb/cockroach/pull/134086 +[#134089]: https://github.com/cockroachdb/cockroach/pull/134089 +[#134097]: https://github.com/cockroachdb/cockroach/pull/134097 +[#134244]: https://github.com/cockroachdb/cockroach/pull/134244 +[#134267]: https://github.com/cockroachdb/cockroach/pull/134267 +[#134277]: https://github.com/cockroachdb/cockroach/pull/134277 +[#134367]: https://github.com/cockroachdb/cockroach/pull/134367 +[#134427]: https://github.com/cockroachdb/cockroach/pull/134427 +[#134444]: https://github.com/cockroachdb/cockroach/pull/134444 +[#134448]: https://github.com/cockroachdb/cockroach/pull/134448 +[#134482]: https://github.com/cockroachdb/cockroach/pull/134482 +[#134486]: https://github.com/cockroachdb/cockroach/pull/134486 +[#134510]: https://github.com/cockroachdb/cockroach/pull/134510 +[#134536]: https://github.com/cockroachdb/cockroach/pull/134536 +[#134542]: https://github.com/cockroachdb/cockroach/pull/134542 +[#134645]: https://github.com/cockroachdb/cockroach/pull/134645 +[#134674]: https://github.com/cockroachdb/cockroach/pull/134674 +[#134675]: https://github.com/cockroachdb/cockroach/pull/134675 +[116bc0218]: https://github.com/cockroachdb/cockroach/commit/116bc0218 +[a9bfd6bc5]: https://github.com/cockroachdb/cockroach/commit/a9bfd6bc5 +[a9d476499]: https://github.com/cockroachdb/cockroach/commit/a9d476499 +[be4cf6cbf]: https://github.com/cockroachdb/cockroach/commit/be4cf6cbf From d3ee7454a200c1b35d6ca28449109514ea326e6c Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Thu, 14 Nov 2024 10:35:17 -0800 Subject: [PATCH 2/6] Copyedits --- src/current/_data/releases.yml | 2 +- .../_includes/releases/v24.3/v24.3.0-rc.1.md | 78 +++++++++---------- 2 files changed, 37 insertions(+), 43 deletions(-) diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index d8635a83ef5..022a30cecd7 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -7110,7 +7110,7 @@ - release_name: v24.3.0-rc.1 major_version: v24.3 - release_date: '2024-11-13' + release_date: '2024-11-14' release_type: Testing go_version: go1.22.8 sha: 6d0a627cbefef712d05815b90b738e01805a618e diff --git a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md index ba0722e8808..5aea695c4f4 100644 --- a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md +++ b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md @@ -1,68 +1,65 @@ ## v24.3.0-rc.1 -Release Date: November 13, 2024 +Release Date: November 14, 2024 {% include releases/new-release-downloads-docker-image.md release=include.release %}

Security updates

-- All cluster settings that accept strings are now fully redacted when transmitted as part of our diagnostics telemetry. This payload includes a record of modified cluster settings and their values when they are not strings. Customers who previously applied the mitigations in Technical Advisory 133479 can safely set the value of cluster setting `server.redact_sensitive_settings.enabled` to false and turn on diagnostic reporting via the `diagnostics.reporting.enabled` cluster setting without leaking sensitive cluster settings values. [#134018][#134018] -- Previously if ldap connection was closed by server and we tried to perform bind or any other operation over reset connection, we got an error log saying: ``` "LDAP authentication: unable to find LDAP user distinguished name\nerror when searching for user in LDAP server: LDAP search failed: LDAP bind failed: ‹LDAP Result Code 200 \"Network Error\"›: ‹ldap: connection closed›" ``` This fix automatically handles closed connections and performs redial on behalf of the client if it finds connection was reset. [#134277][#134277] - -

General changes

- -- COCKROACH_SKIP_ENABLING_DIAGNOSTIC_REPORTING is no longer mentioned in the demo command. [#134089][#134089] +- All cluster settings that accept strings are now fully redacted when transmitted as part of CockroachDB's diagnostics telemetry. This payload includes a record of modified cluster settings and their values when they are not strings. Customers who previously applied the mitigations in Technical Advisory 133479 can safely set the value of cluster setting `server.redact_sensitive_settings.enabled` to false and turn on diagnostic reporting via the `diagnostics.reporting.enabled` cluster setting without leaking sensitive cluster settings values. [#134018][#134018]

SQL language changes

-- It is now possible to execute row-level AFTER triggers in response to mutations on a table. Row-level AFTER triggers fire after checks and cascades for the query have completed. [#133320][#133320] -- Cascades can now fire row-level BEFORE triggers. By default, attempting to modify or eliminate the cascading update/delete will result in a `Triggered Data Change Violation` error. Users that wish to do this anyway can set `unsafe_allow_triggers_modifying_cascades`. Note that doing so could result in constraint violations, similar to Postgres. [#134444][#134444] +- Row-level `AFTER` triggers can now be executed in response to mutations on a table. Row-level `AFTER` triggers fire after checks and cascades have completed for the query. [#133320][#133320] +- Cascades can now execute row-level `BEFORE` triggers. By default, attempting to modify or eliminate the cascading `UPDATE` or `DELETE` operation results in a `Triggered Data Change Violation` error. To bypass this error, you can set the `unsafe_allow_triggers_modifying_cascades` query option to `true`. This could result in constraint violations. [#134444][#134444] +- String constants can now be compared with collated strings. [#134086][#134086]

Operational changes

-- The kvadmission.low_pri_read_elastic_control.enabled has been removed as all bulk requests are now subject to eleastic admission by default. Epic: https://cockroachlabs.atlassian.net/browse/CRDB-39798. [#134486][#134486] +- The `kvadmission.low_pri_read_elastic_control.enabled` cluster setting has been removed, because all bulk requests are now subject to elastic admission control admission by default. [#134486][#134486] +- The following metrics have been added for Logic Data Replication (LDR): + - `logical_replication.catchup_ranges`: the number of source side ranges conducting catchup scans. + - `logical_replication.scanning_ranges`: the number source side ranges conducting initial scans. + - + In the DB Console, these metrics may not be accurate if multiple LDR jobs are running. The metrics are accurate when exported from the Prometheus endpoint. [#134674][#134674] +- The backup and restore syntax update of `cockroach workload` which was introduced in [#134610][#134610] #has been reverted. [#134645][#134645] +

DB Console changes

-- The v2 db pages will only be available post ugprade finalization to 24.3. Prior to that we'll continue to show the legacy page when the cluster is in its unfinalized state. [#134244][#134244] -- Users may access DB Console's db pages (db overview, tables overview, table details) if they have CONNECT privilege on the database. [#134542][#134542] +- After finalizing an upgrade to v24.3, an updated version of the **Databases** page will be available. [#134244][#134244] +- Users with the `CONNECT` privilege can now access the **Databases** page. [#134542][#134542]

Bug fixes

-- String constants can now be compared against collated strings. [#134086][#134086] -- Previously, when executing queries with index / lookup joins when the ordering needs to be maintained, CockroachDB in some cases could get into a pathological behavior which would lead to increased query latency, possibly by several orders of magnitude. This bug was introduced in 22.2 and is now fixed. [#134367][#134367] -- Upsert statements on regional by row tables under non-serializable isolations now show uniqueness constraints in explain output (the constraints were already being enforced). [#134267][#134267] -- Fixed a minor bug where DISCARD ALL statements were counted under the sql.ddl.count metric. Now these will be counted under the sql.misc.count metric. [#134510][#134510] -- Fixed AWS backup/restore with kms failing due to missing shared config. [#134536][#134536] -- Uniqueness constraints enforced with tombstone writes are now reflected in EXPLAIN (OPT) output. [#134482][#134482] -- This patch allows a user to run schema changes on a restored table that was previously apart of an LDR stream. [#134675][#134675] - -

Performance improvements

- -- The optimizer now generates more efficient query plans involving inverted indexes for queries with a conjunctive filter on the same JSON or ARRAY column, e.g., `SELECT * FROM t WHERE j->'a' = '10' AND j->'b' = '20'`. [#134002][#134002] +- Fixed a bug where an error was logged if an LDAP connection was closed by server and the cluster attempted to use the reset: -

Build changes

- -- Upgrade to Go 1.22.8 [#134427][#134427] - -

Miscellaneous

+ ~~~ none + LDAP authentication: unable to find LDAP user distinguished name\nerror when searching for user in LDAP server: LDAP search failed: LDAP bind failed: ‹LDAP Result Code 200 \"Network Error\"›: ‹ldap: connection closed› + ~~~ -

Missing category

+ Closed connections are now handled automatically and the cluster attempts to connect again if the connection was reset. [#134277][#134277] +- Fixed a bug introduced in v22.2 that could cause significantly increased query latency while executing queries with index or lookup joins when the ordering needs to be maintained [#134367][#134367] +- Fixed a bug where `UPSERT` statements on regional by row tables under non-serializable isolations would not display show uniqueness constraints in `EXPLAIN` output. Even when not displayed, the constraints were enforced. [#134267][#134267] +- Fixed a bug where uniqueness constraints constraints enforced with tombstone writes were not shown in the output of `EXPLAIN (OPT)`. [#134482][#134482] +- Fixed a bug where `DISCARD ALL` statements were erroneously counted under the `sql.ddl.count` metric instead of the `sql.misc.count` metric. [#134510][#134510] +- Fixed a bug that could cause a backup or restore operation on AWS to fail with a KMS error due to a missing `default` shared config. [#134536][#134536] +- Fixed a bug that could prevent a user from running schema change operations on a restored table that was previously apart of a Logic Data Replication (LDR) stream. [#134675][#134675] -- This patch adds the following LDR metrics - logical_replication.catchup_ranges: the number of source side ranges conducting catchup scans. -logical_replication.scanning_ranges: the number source side ranges conducting initial scans. Note that in the dbconsole, these metrics are not accurate if multiple LDR jobs are running, though there exists the equivalent labeled metrics for a user to consume via prometheus. [#134674][#134674] - -

Changes without release note annotation

+

Performance improvements

-- [#134645][#134645] [a9d476499][a9d476499] Revert "release-24.3: workloadccl: update backup/restore syntax" -- [#134448][#134448] [116bc0218][116bc0218] release-24.3: roachtest: properly set error in Get/Put -- [#134097][#134097] [be4cf6cbf][be4cf6cbf] release-24.3: cluster-ui: publish 24.3.0 cluster-ui pkg -- [#133997][#133997] [a9bfd6bc5][a9bfd6bc5] release-24.3: roachtest: small mvt test fixes +- The optimizer now generates more efficient query plans involving inverted indexes for queries with a conjunctive filter on the same JSON or ARRAY column. For example: -

Doc updates

+ {% include_cached copy-clipboard.html %} + ~~~ sql + SELECT * FROM t WHERE j->'a' = '10' AND j->'b' = '20' + ~~~ -{% comment %}Docs team: Please add these manually.{% endcomment %} + [#134002][#134002] +

Build changes

+- Upgraded to Go 1.22.8 [#134427][#134427] [#133320]: https://github.com/cockroachdb/cockroach/pull/133320 [#133997]: https://github.com/cockroachdb/cockroach/pull/133997 @@ -86,7 +83,4 @@ Release Date: November 13, 2024 [#134645]: https://github.com/cockroachdb/cockroach/pull/134645 [#134674]: https://github.com/cockroachdb/cockroach/pull/134674 [#134675]: https://github.com/cockroachdb/cockroach/pull/134675 -[116bc0218]: https://github.com/cockroachdb/cockroach/commit/116bc0218 -[a9bfd6bc5]: https://github.com/cockroachdb/cockroach/commit/a9bfd6bc5 -[a9d476499]: https://github.com/cockroachdb/cockroach/commit/a9d476499 -[be4cf6cbf]: https://github.com/cockroachdb/cockroach/commit/be4cf6cbf +[#134610]: https://github.com/cockroachdb/cockroach/pull/134610 From 183dfa42fc13fdfcc5763181b51b90d9d466fb3e Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:08:09 -0500 Subject: [PATCH 3/6] Update release date and SHA --- src/current/_data/releases.yml | 4 ++-- src/current/_includes/releases/v24.3/v24.3.0-rc.1.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/current/_data/releases.yml b/src/current/_data/releases.yml index 022a30cecd7..0606e4f1885 100644 --- a/src/current/_data/releases.yml +++ b/src/current/_data/releases.yml @@ -7110,10 +7110,10 @@ - release_name: v24.3.0-rc.1 major_version: v24.3 - release_date: '2024-11-14' + release_date: '2024-11-18' release_type: Testing go_version: go1.22.8 - sha: 6d0a627cbefef712d05815b90b738e01805a618e + sha: f698fa724eb218b7e12477b0faf3d15f87cd0716 has_sql_only: true has_sha256sum: true mac: diff --git a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md index 5aea695c4f4..8f6e2ddca6b 100644 --- a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md +++ b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md @@ -1,6 +1,6 @@ ## v24.3.0-rc.1 -Release Date: November 14, 2024 +Release Date: November 18, 2024 {% include releases/new-release-downloads-docker-image.md release=include.release %} From 7b3d7b708ccc89ba90caa002737d8ad0e70a4da2 Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:54:16 -0500 Subject: [PATCH 4/6] Add LDAP fix with new SHA --- src/current/_includes/releases/v24.3/v24.3.0-rc.1.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md index 8f6e2ddca6b..b8abdf1b339 100644 --- a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md +++ b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md @@ -32,13 +32,8 @@ Release Date: November 18, 2024

Bug fixes

-- Fixed a bug where an error was logged if an LDAP connection was closed by server and the cluster attempted to use the reset: - - ~~~ none - LDAP authentication: unable to find LDAP user distinguished name\nerror when searching for user in LDAP server: LDAP search failed: LDAP bind failed: ‹LDAP Result Code 200 \"Network Error\"›: ‹ldap: connection closed› - ~~~ - - Closed connections are now handled automatically and the cluster attempts to connect again if the connection was reset. [#134277][#134277] +- Fixed a bug where an LDAP connection would be closed by the server and would not be retried by CockroachDB. [#134277] +- Fixed a bug that prevented LDAP authorization from successfully assigning CockroachDB roles to users when the source group name contained periods or hyphens. [#134944][#134944] - Fixed a bug introduced in v22.2 that could cause significantly increased query latency while executing queries with index or lookup joins when the ordering needs to be maintained [#134367][#134367] - Fixed a bug where `UPSERT` statements on regional by row tables under non-serializable isolations would not display show uniqueness constraints in `EXPLAIN` output. Even when not displayed, the constraints were enforced. [#134267][#134267] - Fixed a bug where uniqueness constraints constraints enforced with tombstone writes were not shown in the output of `EXPLAIN (OPT)`. [#134482][#134482] From a3da6246a3ef95091a733a42e4668702ec5d1c8a Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:54:57 -0500 Subject: [PATCH 5/6] add link ref --- src/current/_includes/releases/v24.3/v24.3.0-rc.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md index b8abdf1b339..a0772b76259 100644 --- a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md +++ b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md @@ -79,3 +79,4 @@ Release Date: November 18, 2024 [#134674]: https://github.com/cockroachdb/cockroach/pull/134674 [#134675]: https://github.com/cockroachdb/cockroach/pull/134675 [#134610]: https://github.com/cockroachdb/cockroach/pull/134610 +[#134944]: https://github.com/cockroachdb/cockroach/pull/134944 From 4db38062d3d79d501a7f4db66468256f4e877607 Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:55:07 -0500 Subject: [PATCH 6/6] Fix bullet format --- src/current/_includes/releases/v24.3/v24.3.0-rc.1.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md index a0772b76259..2e4a709a00b 100644 --- a/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md +++ b/src/current/_includes/releases/v24.3/v24.3.0-rc.1.md @@ -18,10 +18,9 @@ Release Date: November 18, 2024 - The `kvadmission.low_pri_read_elastic_control.enabled` cluster setting has been removed, because all bulk requests are now subject to elastic admission control admission by default. [#134486][#134486] - The following metrics have been added for Logic Data Replication (LDR): - - `logical_replication.catchup_ranges`: the number of source side ranges conducting catchup scans. - - `logical_replication.scanning_ranges`: the number source side ranges conducting initial scans. - - - In the DB Console, these metrics may not be accurate if multiple LDR jobs are running. The metrics are accurate when exported from the Prometheus endpoint. [#134674][#134674] + - `logical_replication.catchup_ranges`: the number of source side ranges conducting catchup scans. + - `logical_replication.scanning_ranges`: the number source side ranges conducting initial scans. + - In the DB Console, these metrics may not be accurate if multiple LDR jobs are running. The metrics are accurate when exported from the Prometheus endpoint. [#134674][#134674] - The backup and restore syntax update of `cockroach workload` which was introduced in [#134610][#134610] #has been reverted. [#134645][#134645]