Releases: etsy/vitess
Releases · etsy/vitess
v15.0.2-1.etsy16
What's Changed
- [DAP-5348] Retry instantiating Vindex if subvindex dependencies have not yet been loaded on first attempt. by @swu-etsy in #25
Full Changelog: v15.0.2-1.etsy15...v15.0.2-1.etsy16
v15.0.2-1.etsy15
What's Changed
- Modify hybrid vindex to query using a fallback method instead of a threshold by @ellayarmogray in #18
- [DAP-5266] Add multisharded multicolumn vindex by @swu-etsy in #19
Full Changelog: v15.0.2-1.etsy14...v15.0.2-1.etsy15
v15.0.2-1.etsy14
What's Changed
- Make etsy/vitess team codeowners on all files. by @swu-etsy in #22
- [DAP-5297] Backport fix for incorrect error message on duplicate key error for consistent_lookup_unique vindex by @swu-etsy in #23
New Contributors
Full Changelog: v15.0.2-13...v15.0.2-14
v15.0.2-13
update readme (#21)
v15.0.2-12
Fix ZooKeeper dist path Currently the ZooKeeper jar and the rest of the ZK dist files are installed to the wrong path: ``` test@debian:~/vitess$ ls -l dist/vt-zookeeper-3.8.0/vt-zookeeper-3.8.0/lib/ total 15876 -rw-r--r-- 1 test test 16255350 Aug 3 14:39 zookeeper-3.8.0-fatjar.jar ``` The jar should install to `dist/vt-zookeeper-3.8.0/lib/`. This patch fixes. With patch applied: ``` test@debian:~/vitess$ ls -l dist/vt-zookeeper-3.8.0/lib/ total 15876 -rw-r--r-- 1 test test 16255350 Aug 3 14:41 zookeeper-3.8.0-fatjar.jar ``` Signed-off-by: Adam Saponara <[email protected]>
v15.0.2-9
Merge pull request #16 from coreplatform/aradhyasharma/dap-5087 [PATCH][DAP-5087] add per table counter to keep track of sqlite lookups