2.4.3
版本发布时间: 2023-01-21 22:49:12
StarRocks/starrocks最新发布版本:3.2.11(2024-09-09 16:28:06)
2.4.3
Behavior Change
- Default value of backlog of thrift listen is changed to 1024. #13911
- Added FORBID_INVALID_DATES SQL mode, off by default. If turned on, the input of the date data type will be verified, and an error will be raised when the date is an illegal time. #14143
Bug fixes
- Fix an issue where broker kerberos ticket would timeout when there are broker load jobs continuously running.#16149
- Fixed a bug that would cause stream load to fail. #16241
- Fixed a bug where brpc send would crash when too much memory is used. #16046
- Fixed a bug where data cannot be imported from a lower version of StarRocks using an StarRocks external table. #16130
- Fixed a bug that would cause a memory leak when materialized view refresh fails. #16041
- Fixed issue of getting stuck in publish phase when schema change occurs. #14148
- Fixed a materialized view memory leak in QeProcessorImpl. #15699
- Fixed a bug in LimitPruneTabletsRule that caused limit to cause inconsistent query results. #13574
- Fixed a bug where memory leak occurs when insert is used for data ingestion. #14718
- Primary key table will not perform tablet migration now. #13720
- Fixed the problem that the column nullable information was incorrectly converted during the process of generating view from the table. #15744