Skip to content

Commit

Permalink
address kathancox comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taroface committed Dec 14, 2023
1 parent f66064b commit f653412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/current/_includes/releases/v23.2/v23.2.0-beta.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Release Date: December 13, 2023
- Fixed a bug that could cause `too few columns`/`too many columns` errors for queries that used `IN` or `NOT IN` with a non-trivial right operand, such as a subquery (rather than a constant tuple). [#115592][#115592]
- Fixed a bug where [`CREATE INDEX`](../v23.2/create-index.html) with expressions could fail on materialized [views](../v23.2/views.html) when the declarative schema changer was used. [#115522][#115522]
- Fixed a bug that could cause PL/pgSQL routines with `SELECT INTO` syntax to return early. This bug existed only in pre-release versions v23.2.0-beta.1 and v23.2.0-beta.2. [#115676][#115676]
- Fixed a bug that could cause side effects to happen out of order for PL/pgSQL routines in rare cases. This bug existed only in v23.2 alpha and beta pre-release versions. [#115840][#115840]
- Fixed a bug that could cause side effects to happen out of order for PL/pgSQL routines in rare cases. This bug existed only in v23.2 alpha versions and previous v23.2 beta versions. [#115840][#115840]
- Previously, in rare cases, CockroachDB could incorrectly evaluate queries with lookup [joins](../v23.2/joins.html) where `equality cols are key` when performing lookups on multiple ranges. This could either manifest as a stuck query or result in incorrect output. The bug was introduced in v22.2 and is now fixed. [#115580][#115580]
- Fixed a durability bug in Raft log storage that was caused by incorrect syncing of filesystem metadata. It was possible to lose writes of a particular kind (`AddSSTable`) used by (e.g.) `RESTORE`. This loss was possible only under power-off or OS crash conditions. As a result, CockroachDB could enter a crash loop on restart. In the worst case of a coordinated power-off/crash across multiple nodes, this could lead to an unrecoverable loss of quorum. [#115841][#115841]
- Fixed a bug where large jobs running with [`execution locality`](../v23.2/take-locality-restricted-backups.html) option could result in the [gateway node](../v23.2/architecture/sql-layer.html#gateway-node) being assigned most of the work causing performance degradation and cluster instability. [#115876][#115876]
Expand All @@ -41,3 +41,6 @@ This release includes 26 merged PRs by 20 authors.
[#115840]: https://github.com/cockroachdb/cockroach/pull/115840
[#115841]: https://github.com/cockroachdb/cockroach/pull/115841
[#115876]: https://github.com/cockroachdb/cockroach/pull/115876
[#115879]: https://github.com/cockroachdb/cockroach/pull/115879
[#115905]: https://github.com/cockroachdb/cockroach/pull/115905
[#116098]: https://github.com/cockroachdb/cockroach/pull/116098

0 comments on commit f653412

Please sign in to comment.