March 12, 2018
This release includes several bug fixes and stability improvements.
Get future release notes emailed to you:
Downloads
General Changes
- Disabling diagnostics reporting also disables new version notification checks. #23008
Bug Fixes
- Prevented disruptions in performance when gracefully shutting down a node. #23302
- Fixed a zero QPS scenario when gracefully shutting down a node. #23306
- Fixed a panic caused by empty
COCKROACH_UPDATE_CHECK_URL
orCOCKROACH_USAGE_REPORT_URL
environment variables. #23008 - The conversion from
INTERVAL
toFLOAT
now properly returns the number of seconds in the interval. #22893 - Fixed a bug that caused queries of virtual tables with an explicit database name prefix (e.g.,
select * from mydb.crdb_internal.tables
) to not get scrubbed properly in diagnostics reporting. #22815 - A
COMMIT
reporting an error generated by a previous parallel statement (i.e.,RETURNING NOTHING
) no longer leaves the connection in an aborted transaction state. Instead, the transaction is considered completed and aROLLBACK
is not necessary. #22814 - Fixed an issue with stale buffer data when using the binary format for
ARRAY
values. #22262 - Fixed a bug that caused SQL connection errors during node startup. #22663
- Fixed a bug that included decommissioned nodes in cluster stats aggregates. #22864
Contributors
This release includes 12 merged PRs by 11 authors. We would like to thank the following contributors from the CockroachDB community:
- Xudong Zheng