vitess.io/vitess@v0.16.2/changelog/14.0/14.0.3/release_notes.md (about) 1 # Release of Vitess v14.0.3 2 ## Known Issues 3 4 - [Corrupted results for non-full-group-by queries with JOINs](https://github.com/vitessio/vitess/issues/11625). This can be resolved by using full-group-by queries. 5 6 ## Major Changes 7 8 ### Fix VTOrc Discovery 9 10 In patch releases prior to release 14.0.3, if VTOrc is unable to reach the MySQL instance of a vttablet, it was never able to read discover that tablet again. 11 This problem could be resolved by restarting the VTOrc so that it discovers all the tablets again, but in a kubernetes cluster where the pods are eviced 12 frequently, this posed a greater challenge, since some pods when evicted and rescheduled on a different node, would sometimes fail to be discovered by VTOrc. 13 This has problem has been addressed in this patch by the fix https://github.com/vitessio/vitess/pull/10662. 14 ------------ 15 The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/14.0/14.0.3/changelog.md). 16 17 The release includes 12 commits (excluding merges) 18 19 Thanks to all our contributors: @GuptaManan100, @frouioui, @harshit-gangal, @mattlord, @vitess-bot[bot] 20