github StarRocks/starrocks-kubernetes-operator v1.11.1
v1.11.1 🌈

latest releases: v1.11.4, v1.11.3, v1.11.2...
6 months ago

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.

Don't miss a new starrocks-kubernetes-operator release

NewReleases is sending notifications on new releases.