Skip to content

Commit

Permalink
Update error in SHA and missing notes for v23.2.0-alpha.6 (#18060)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox authored Nov 10, 2023
1 parent 0847e18 commit c35077e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/current/_data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5088,7 +5088,7 @@
release_date: '2023-11-07'
release_type: Testing
go_version: go1.21
sha: 45bfb4bf0c88330c273363039b8063d6ed516da4
sha: 56fd045302ed2edc14831fb001ef77486ae8f62a
has_sql_only: true
has_sha256sum: true
mac:
Expand Down
19 changes: 17 additions & 2 deletions src/current/_includes/releases/v23.2/v23.2.0-alpha.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Release Date: November 7, 2023
<h3 id="v23-2-0-alpha-6-operational-changes">Operational changes</h3>

- Introduced the [cluster setting](../v23.2/cluster-settings.html) `kv.gc.sticky_hint.enabled` that helps expediting [garbage collection](../v23.2/architecture/storage-layer.html#garbage-collection) after range deletions. For example, when a SQL table or index is dropped. `kv.gc.sticky_hint.enabled` is enabled by default in v23.2. The setting has been deprecated in v23.2. [#113040][#113040]
- Introduced a new [environment variable](../v23.2/set-vars.html) that allows an operator to configure the [compaction](../v23.2/architecture/storage-layer.html#compaction) concurrency. [#113313][#113313]
- [Debug zip](../v23.2/cockroach-debug-zip.html) will now collect the active traces of all running or reverting traceable jobs. This includes [restores](../v23.2/restore.html), [imports](../v23.2/import.html), [backups](../v23.2/backup.html), and physical cluster replication. [#113172][#113172]

<h3 id="v23-2-0-alpha-6-cluster-virtualization">Cluster virtualization</h3>
Expand All @@ -32,21 +33,35 @@ Release Date: November 7, 2023
- Fixed a bug in a method that was used by some of the [jobs](../v23.2/show-jobs.html) observability infrastructure. This method could be triggered if a file was overwritten with a different chunking strategy. [#113290][#113290]
- Fixed a bug where the result of [`SHOW CREATE TABLE`](../v23.2/show-create.html) for a table that had a [collated string column](../v23.2/collate.html) with a default expression was incorrect because the statement could not be parsed. [#113119][#113119]
- Fixed the SQL activity update job to: avoid conflicts on update, reduce the amount of data cached to only what the overview page requires, and fix the correctness of the top queries. [#112865][#112865]
- Fixed a bug that could prevent physical cluster replication from advancing in the face of some range deletion operations. [#113041][#113041]
- Fixed a bug where [`ALTER TYPE`](../v23.2/alter-type.html) could get stuck if [`DROP TYPE`](../v23.2/drop-type.html) was executed concurrently. [#113644][#113644]
- Fixed a bug that could cause internal errors or panics while attempting to forecast [statistics](../v23.2/show-statistics.html) on a numeric column. [#113797][#113797]
- Rolled back deletes no longer cause a discrepancy between computed statistics and the actual stored values. [#113766][#113766]

<h3 id="v23-2-0-alpha-7-performance-improvements">Performance improvements</h3>

- Addressed a performance regression that can happen when the declarative [schema changer](../v23.2/online-schema-changes.html#declarative-schema-changer) is used to create an index with a concurrent workload. [#113725][#113725]

<h3 id="v23-2-0-alpha-6-contributors">Contributors</h3>

This release includes 70 merged PRs by 28 authors.
This release includes 117 merged PRs by 49 authors.

[#112627]: https://github.com/cockroachdb/cockroach/pull/112627
[#112739]: https://github.com/cockroachdb/cockroach/pull/112739
[#112759]: https://github.com/cockroachdb/cockroach/pull/112759
[#112865]: https://github.com/cockroachdb/cockroach/pull/112865
[#112967]: https://github.com/cockroachdb/cockroach/pull/112967
[#113040]: https://github.com/cockroachdb/cockroach/pull/113040
[#113041]: https://github.com/cockroachdb/cockroach/pull/113041
[#113071]: https://github.com/cockroachdb/cockroach/pull/113071
[#113076]: https://github.com/cockroachdb/cockroach/pull/113076
[#113105]: https://github.com/cockroachdb/cockroach/pull/113105
[#113119]: https://github.com/cockroachdb/cockroach/pull/113119
[#113172]: https://github.com/cockroachdb/cockroach/pull/113172
[#113284]: https://github.com/cockroachdb/cockroach/pull/113284
[#113290]: https://github.com/cockroachdb/cockroach/pull/113290
[#113290]: https://github.com/cockroachdb/cockroach/pull/113290
[#113313]: https://github.com/cockroachdb/cockroach/pull/113313
[#113644]: https://github.com/cockroachdb/cockroach/pull/113644
[#113725]: https://github.com/cockroachdb/cockroach/pull/113725
[#113766]: https://github.com/cockroachdb/cockroach/pull/113766
[#113797]: https://github.com/cockroachdb/cockroach/pull/113797

0 comments on commit c35077e

Please sign in to comment.