Sep 14, 2017
Get future release notes emailed to you:
Downloads
Bug Fixes
- Fixed a bug in
ReverseScan
that could cause data to be missing from query results. #17891 #18385 - Fixed a potential data corruption bug in RocksDB. #18397
- Fixed a panic in some
UNION
queries. #17933 - It is no longer possible to set the
kv.raft.command.max_size
cluster setting to a very low value (which could make the cluster inoperable). #18016 - Fixed a range lease bug that could make ranges unavailable. #18218
- Parallel statement execution is now disabled by default due to issues in handling retryable errors. #18002 #18332
- Fixed a resource leak in diagnostics reporting #18315
- Host names are no longer included in diagnostics reports. #18335
- Increased logging to help diagnose certain issues. #18229 #18272 #18282 #18333
Doc Updates
- Updated the Contribute to CockroachDB page to provide guidelines on finding a project, determining its complexity, and learning what to expect in your collaboration with the Cockroach Labs team. #1881