-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v19.2.2 release notes #6164
v19.2.2 release notes #6164
Conversation
Online preview: http://cockroach-docs-review.s3-website-us-east-1.amazonaws.com/51e65876815252883858746ffd007a7d2937ada5/ Edited pages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is missing the last couple backports added last week -- the last PR should be cockroachdb/cockroach#43095, right?
51e6587
to
e9f9ecc
Compare
Online preview: http://cockroach-docs-review.s3-website-us-east-1.amazonaws.com/e9f9ecce24effd18ce6293a6ec5a2e57eb43efe9/ Edited pages: |
e9f9ecc
to
3a20ebe
Compare
We generate release notes with The message for cockroachdb/cockroach#43095 includes "Release note: None". I can add one for that PR, if we want to consider the change "user-facing". Any other backports need release notes? |
Online preview: http://cockroach-docs-review.s3-website-us-east-1.amazonaws.com/3a20ebe46dc2ae1ae87ac7f607c49ccbdc713daf/ Edited pages: |
Ah, okay, I was just eye-balling the list of PRs at the bottom and thought it had missed the restarted release. LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo one broken link and a suggestion to reorder phrasing of the "prevent corruption from spreading" item for clarity. All else are nits.
releases/v19.2.2.md
Outdated
- Improved the consistency checker's log output. [#42149][#42149] | ||
- Nodes that have been terminated as the result of a failed consistency check now refuse to restart, making it more likely that the operator notices that there is a persistent issue in a timely manner. [#42149][#42149] | ||
- Client usernames can now be defined to start with a digit; in particular, all-digit usernames are now permitted. [#42989][#42989] | ||
- When the replicas within a range are corrupted, outliers are now terminated. Previously, the leaseholder replica would terminate, regardless of which replicas disagreed with each other. This is expected to curb the spreading of corrupted data better than the previous approach. [#42149][#42149] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~Might be worth rephrasing to say what this is doing up front rather than at the end, e.g., "Curb the spread of corrupted data by terminating outliers when the replicas within a range are corrupted. Previously, ... "
releases/v19.2.2.md
Outdated
|
||
### Enterprise edition changes | ||
|
||
- `RESTORE` now supports the restoration of empty databases. [#42733][#42733] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~Nit: Mention of RESTORE could be a link?
releases/v19.2.2.md
Outdated
|
||
### Command-line changes | ||
|
||
- `--global` flag is now marked as hidden. [#41938][41938] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~Issue link is busted (target also needs '#').
releases/v19.2.2.md
Outdated
|
||
### Bug fixes | ||
|
||
- The [`TIMESTAMP`](../v19.2/timestamp.html) data type is now fully supported by the vectorized engine. Previously, an "unsupported type" error might occur. [#42576][#42576] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~Nit: first mention of vectorized engine could be a link to relevant docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TFTR Rich!
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @rmloveland)
releases/v19.2.2.md, line 45 at r1 (raw file):
Previously, rmloveland (Rich Loveland) wrote…
~Might be worth rephrasing to say what this is doing up front rather than at the end, e.g., "Curb the spread of corrupted data by terminating outliers when the replicas within a range are corrupted. Previously, ... "
Fixed.
releases/v19.2.2.md, line 49 at r1 (raw file):
Previously, rmloveland (Rich Loveland) wrote…
~Nit: Mention of RESTORE could be a link?
Fixed.
releases/v19.2.2.md, line 61 at r1 (raw file):
Previously, rmloveland (Rich Loveland) wrote…
~Issue link is busted (target also needs '#').
Done.
releases/v19.2.2.md, line 65 at r1 (raw file):
Previously, rmloveland (Rich Loveland) wrote…
~Nit: first mention of vectorized engine could be a link to relevant docs.
Done.
3a20ebe
to
0478b88
Compare
Online preview: http://cockroach-docs-review.s3-website-us-east-1.amazonaws.com/0478b8802b9987089c28c447214cce4ea55a4407/ Edited pages: |
No description provided.