-
Notifications
You must be signed in to change notification settings - Fork 468
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
Release notes for v19.1.0-rc.4 #4679
Conversation
One more addition: Fixed an issue that could cause low-traffic clusters to get stuck after a network outage (cockroachdb/cockroach#37064) |
40c1ee8
to
8172b25
Compare
Thanks Ben, just updated with that change. |
8172b25
to
14c0878
Compare
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.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @jseldess)
releases/v19.1.0-rc.4.md, line 42 at r1 (raw file):
### Bug fixes - Fixed a crash caused by running `COMMENT ON` with verbose logging turned on. [#36825][#36825]
Link to comment-on.html
releases/v19.1.0-rc.4.md, line 46 at r1 (raw file):
- The default value of the `kv.bulk_io_write.max_rate` [cluster setting](../v19.1/cluster-settings.html) is now 1 TB/s, to help prevent incorrect rate limiting behavior due to rounding. [#36912][#36912] - Fixed a rare inconsistency that could occur on badly overloaded clusters. [#36959][#36959] - Fixed a bug in write batch decoding that could cause "invalid batch" errors while using `cockroach debug` commands to analyze data. [#36965][#36965]
Link to cockroach-commands.html
releases/v19.1.0-rc.4.md, line 47 at r1 (raw file):
- Fixed a rare inconsistency that could occur on badly overloaded clusters. [#36959][#36959] - Fixed a bug in write batch decoding that could cause "invalid batch" errors while using `cockroach debug` commands to analyze data. [#36965][#36965] - Fixed an issue that could cause low-traffic clusters to get stuck after a network outage [#37064][#37064]
Add period
14c0878
to
73b83a4
Compare
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.
Thank you Lauren!
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @lhirata)
releases/v19.1.0-rc.4.md, line 42 at r1 (raw file):
Previously, lhirata wrote…
Link to
comment-on.html
Fixed.
releases/v19.1.0-rc.4.md, line 46 at r1 (raw file):
Previously, lhirata wrote…
Link to
cockroach-commands.html
Fixed.
releases/v19.1.0-rc.4.md, line 47 at r1 (raw file):
Previously, lhirata wrote…
Add period
Fixed.
See cockroachdb/cockroach#37010.