2.4.2
版本发布时间: 2022-12-16 16:28:03
StarRocks/starrocks最新发布版本:3.2.11(2024-09-09 16:28:06)
Behavior Change
- Constrained the session variable
query_timeout
with an upper limit of259200
and a lower limit of1
.
Improvement
- Optimized the performance of Bucket Hint when a multitude of buckets exist. #13142
Bug Fixes
The following bugs are fixed:
- Flushing the Primary Key index may cause BE to crash. #14857 #14819
- Materialized view types cannot be correctly identified by
SHOW FULL TABLES
. #13954 - Upgrading StarRocks v2.2 to v2.4 may cause BE to crash. #13795
- Broker Load may cause BE to crash. #13973
- The session variable
statistic_collect_parallel
does not take effect. #14352 - INSERT INTO may cause BE to crash. #14818
- JAVA UDF may cause BE to crash. #13947
- Cloning replicas during partial updates may cause BE to crash and fail to restart. #13683
- Colocated Join may not take effect. #13561