Skip to content
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

Merged
merged 1 commit into from
Apr 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ release_info:
start_time: 2019-03-11 15:10:52.34274101 +0000 UTC
v19.1:
name: v19.1.0
version: v19.1.0-rc.3
version: v19.1.0-rc.4
docker_image: cockroachdb/cockroach-unstable
build_time: 2019/04/15 14:48:26 (go1.11.6)
start_time: 2018-04-15 15:10:52.34274101 +0000 UTC
build_time: 2019/04/24 14:48:26 (go1.11.6)
start_time: 2018-04-24 15:10:52.34274101 +0000 UTC

training:
aws_access_key: AKIAIXNAWDKXMDDNHRCA
Expand Down
2 changes: 2 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
version: v1.0
- title: Testing Releases
releases:
- date: Apr 25, 2019
version: v19.1.0-rc.4
- date: Apr 15, 2019
version: v19.1.0-rc.3
- date: Apr 8, 2019
Expand Down
58 changes: 58 additions & 0 deletions releases/v19.1.0-rc.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: What's New in v19.1.0-rc.4
toc: true
summary: Additions and changes in CockroachDB version v19.1.0-rc.4 since version v19.1.0-rc.3
---

## April 25, 2019

Get future release notes emailed to you:

<div class="hubspot-install-form install-form-1 clearfix">
<script>
hbspt.forms.create({
css: '',
cssClass: 'install-form',
portalId: '1753393',
formId: '39686297-81d2-45e7-a73f-55a596a8d5ff',
formInstanceId: 1,
target: '.install-form-1'
});
</script>
</div>

### Downloads

<div id="os-tabs" class="clearfix">
<a href="https://binaries.cockroachdb.com/cockroach-v19.1.0-rc.4.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-v19.1.0-rc.4.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-v19.1.0-rc.4.windows-6.2-amd64.zip"><button id="windows" data-eventcategory="windows-binary-release-notes">Windows</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-v19.1.0-rc.4.src.tgz"><button id="source" data-eventcategory="source-release-notes">Source</button></a>
</div>

### Docker image

{% include copy-clipboard.html %}
~~~shell
$ docker pull cockroachdb/cockroach-unstable:v19.1.0-rc.4
~~~

### Bug fixes

- Fixed a crash caused by running [`COMMENT ON`](../v19.1/comment-on.html) with verbose logging turned on. [#36825][#36825]
- Fixed a panic that can happen while RangeFeeds are active. [#36870][#36870]
- 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](../v19.1/cockroach-commands.html) to analyze data. [#36965][#36965]
- Fixed an issue that could cause low-traffic clusters to get stuck after a network outage. [#37064][#37064]

### Contributors

This release includes 11 merged PRs by 9 authors.

[#36825]: https://github.com/cockroachdb/cockroach/pull/36825
[#36870]: https://github.com/cockroachdb/cockroach/pull/36870
[#36912]: https://github.com/cockroachdb/cockroach/pull/36912
[#36959]: https://github.com/cockroachdb/cockroach/pull/36959
[#36965]: https://github.com/cockroachdb/cockroach/pull/36965
[#37064]: https://github.com/cockroachdb/cockroach/pull/37064