GA release v1.1.9 is a small release with some bug fixes. We are aiming to make smaller releases more regularly.
Thanks to all the contributors!
What's Changed
- Add retry logic for instant DDL on lock wait timeout by @yosefbs in #1651
- Retry attempt InstantDDL up to
--default-retriesby @meiji163 in #1667- When
--attempt-instant-ddlis enabled, it will retry on lock wait timeout up to--default-retriestimes. Retries are necessary in high-concurrency environments with metadata lock contention
- When
- Fix handling of warnings on DML batches by @ggilder in #1643
- Previously
--panic-on-warningsonly detected SQL warnings for the last DML in each batch. Now it is guaranteed to detect all warnings.
- Previously
- Update golangci-lint to v2.11 by @meiji163 in #1657
- Error messages have been lower-cased. Please be aware if you are parsing error logs.
- Add
GH_OST_INSTANT_DDLfor gh-ost-on-success hook by @meiji163 in #1658GH_OST_INSTANT_DDLenvironment variable is available on the success hook script to indicate whether InstantDDL succeeded or not.
- Replace usage of
Fatalewith context cancellation by @ggilder in #1639 - Improve tests for various error scenarios by @ggilder in #1642
- Fix rm permission errors in local tests by @grodowski in #1644
- Fix abort/retry interaction by @ggilder in #1655
- Fix Warning 1300 for varbinary columns with bytes invalid as utf8mb4 by @ggilder in #1661
- Prevent race condition on cutover completion by @jakubpliszka in #1664
- Prevent permanent worker deadlock when cutover times out waiting for binlog sentinel by @VarunChandola in #1637
- Upgrade to go1.25.9 by @meiji163 in #1668
New Contributors
- @yosefbs made their first contribution in #1651
- @jakubpliszka made their first contribution in #1664
- @VarunChandola made their first contribution in #1637
- @dnovitski made their first contribution in #1666
Full Changelog: v1.1.8...v1.1.9