title | toc | summary |
---|---|---|
What's New in v19.1.0-rc.4 |
true |
Additions and changes in CockroachDB version v19.1.0-rc.4 since version v19.1.0-rc.3 |
Get future release notes emailed to you:
<script>
hbspt.forms.create({
css: '',
cssClass: 'install-form',
portalId: '1753393',
formId: '39686297-81d2-45e7-a73f-55a596a8d5ff',
formInstanceId: 1,
target: '.install-form-1'
});
</script>
{% include copy-clipboard.html %}
$ docker pull cockroachdb/cockroach-unstable:v19.1.0-rc.4
- Fixed a crash caused by running
COMMENT ON
with verbose logging turned on. #36825 - Fixed a panic that can happen while RangeFeeds are active. #36870
- The default value of the
kv.bulk_io_write.max_rate
cluster setting is now 1 TB/s, to help prevent incorrect rate limiting behavior due to rounding. #36912 - Fixed a rare inconsistency that could occur on badly overloaded clusters. #36959
- Fixed a bug in write batch decoding that could cause "invalid batch" errors while using
cockroach debug
commands to analyze data. #36965 - Fixed an issue that could cause low-traffic clusters to get stuck after a network outage #37064
This release includes 11 merged PRs by 9 authors.