v1.2.12 Release Notes
Released July 5, 2019.
Downloads
Binaries
Docker
docker pull yugabytedb/yugabyte:1.2.12.0-b7
File Format Change
NoteThis version includes a backward incompatible file format change for YSQL. This means that if you have an existing cluster with YSQL schema, then you will not be able to connect to the YSQL database after upgrading to this version.
There are two ways to address the above note.
- If you don’t care about preserving your existing data, then delete your cluster, and create a new cluster with 1.2.12.
- If you want to continue using your existing data, then please save your data (in the form ofSQL statements), delete the cluster, create a new cluster with 1.2.12 and then load the previously saved data.
YSQL Changes
- [YSQL] Fix scan operator when range key is notfully-specified.#1576
- [YSQL] Fix ORDER BY range column of a secondaryindex.#1591
- [YSQL] Add YSQL RPCs to tserver utilzpage.#1446
System Improvements
- Resolve ABA problem in LockFreeStackResolve ABA problem inLockFreeStack.#1561
- Fix recursive locking in Batcher.#1584
- Use boost::atomic for 16-bytesstructures.#1189
- Fix integer overflow during Raft log readpath.#1606
- Fix concurrent access to primary table info inRaftGroupMetadata.#1631
- A new priority-aware thread pool implementation for compactions andflushes.#1314
- Create mem trackers that reflects TC Mallocstats.#1633
- Make sure we don’t read an invalid replicate index from thefooter.#1625
当前内容版权归 YugabyteDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 YugabyteDB .