Changes
This version includes an important BugFix. If users are using older versions of the BE/CN Image, data loss may occur if the container is restarted (for example, upgrading the container image or changing environment variables) during parallel data import. This error is caused by the graceful shutdown parameter -g added in stop_cn.sh or stop_be.sh. Therefore, we have modified the default preStop configuration.
The strategy is as follows:
For shared-data mode: versions lower than 3.3.17, 3.4.6, and 3.5.2.
For shared-nothing mode: versions lower than 3.3.19, 3.4.8, and 3.5.6.
When users use these older versions, the -g parameter will no longer be added to the default preStop parameters.
- [Chore] Prepare for v1.11.1 @yandongxiao (#692)
- [BugFix] Enable minReadySeconds on warehouse and fix the condition for graceful shutdown @yandongxiao (#691)
- [BugFix] Remove -g parameter for some lower SR versions @yandongxiao (#690)
- [Enhancement] Support minReadySeconds @yandongxiao (#688)
- [Doc] update the version in doc @yandongxiao (#686)