Release date: April 18, 2022
Bug Fixes
The following bugs are fixed:
- After deleting columns, adding new partitions, and cloning tablets, the columns' unique ids in old and new tablets may not be the same, which may cause BE to stop working because the system uses a shared tablet schema. #4514
- When data is loading to a StarRocks external table, if the configured FE of the target StarRocks cluster is not a Leader, it will cause the FE to stop working. #4573
- Query results may be incorrect, when a Duplicate Key table performs schema change and creates materialized view at the same time. #4839
- The problem of possible data loss due to BE failure (solved by using Batch publish version). #3140