-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Overview
Apache Doris 3.1.1 is a maintenance release that focuses on critical bug fixes, performance optimizations, and stability improvements. This release includes numerous fixes for compaction, loading, query processing, and cloud functionality, making it more robust for production environments.
New Features
Core Features
- [feature](function) Support count_substrings functions ([feature](function)support count_substrings functions #42055, branch-3.1: [feature](function)support count_substrings functions #42055 #55847)
Data Integration & Storage
- [feat](hdfs) Add HDFS HA Configuration Validation ([feat](hdfs)Add HDFS HA Configuration Validation #55675, branch-3.1: [feat](hdfs)Add HDFS HA Configuration Validation #55675 #55764)
- [feat](checker) Add tablet stats key consistency checking for checker ([feat](checker) Add tablet stats key consistency checking for checker #54754, branch-3.1: [feat](checker) Add tablet stats key consistency checking for checker #54754 #55663)
- [feat](outfile) Support compression type for CSV format in outfile and export ([feat](outfile) support compression type for csv format in outfile and export #55392, branch-3.1: [feat](outfile) support compression type for csv format in outfile and export #55392 #55561)
- [feat](cloud) Support cloud group commit stream load BE forward mode ([feat](cloud) Support cloud group commit stream load BE forward mode #55326, branch-3.1: [feat](cloud) Support cloud group commit stream load BE forward mode #55326 #55527)
Performance & Optimization
- [support](orc) Support ORC file meta cache ([support](orc)support orc file meta cache. #54591, branch-3.1: [support](orc)support orc file meta cache. #54591 #55584)
- [Exec](vec) Support SIMD cal KNN distance ([Exec](vec) support simd cal knn distance #55275)
Improvements
Performance Optimizations
- [opt](cloud) Reduce empty rowset pressure on meta service ([opt](cloud) Reduce empty rowset pressure on meta service #54395, [chore](cloud) set the default value of skip_writing_empty_rowset_meta to false and add it to fuzzy #55171, [fix](sc) fix schema change core dump when enable skip_writing_empty_rowset_metadata #55604, [fix](sc) fix check_table_size_correctness failed after schema change when enable skip_writing_empty_rowset_metadata #55742, [fix](compaction) fix compaction core dump when enable skip_writing_empty_rowset_metadata #55837, branch-3.1: [opt](cloud) Reduce empty rowset pressure on meta service #54395 #55171 #55604 #55742 #55837 #55934)
- [Opt](mow) Optimize MOW load performance and CPU usage ([Opt](mow) Opt mow load performance and CPU usage #55073, [Fix](case) Comment some case to avoid p0 stuck #55733, [Fix](cloud-mow) Fix wrong tablet_id in delete bitmap #55771, branch-3.1: [Opt](mow) Opt mow load performance and CPU usage #55073 #55767)
- [opt](hive) Set hive.recursive_directories default to true ([opt](hive) set hive.recursive_directories default to true #55737, branch-3.1: [opt](hive) set hive.recursive_directories default to true (#55737) #55905)
- [opt](recycler) Avoid doing many
Aws::Internal::GetEC2MetadataClient
HTTP calls ([opt](recycler) Avoid doing manyAws::Internal::GetEC2MetadataClient
http call #55546, branch-3.1: [opt](recycler) Avoid doing manyAws::Internal::GetEC2MetadataClient
http call #55546 #55682) - [opt](mow) Do not capture stack to reduce CPU usage ([opt](mow) do not capture stack to reduce cpu #55368, branch-3.1: [opt](mow) do not capture stack to reduce cpu #55368 #55526)
- [opt](txn lazy commit) Make convert tmp rowsets batch more adaptive ([opt](txn lazy commit) Make convert tmp rowsets batch more adaptive #55035, branch-3.1: [opt](txn lazy commit) Make convert tmp rowsets batch more adaptive #55035 #55573)
- [opt](nereids) Improve performance of cast big string to complex type ([opt](nereids) improve performance of cast big string to complex type #55476, branch-3.1: [opt](nereids) improve performance of cast big string to complex type #55476 #55521)
- [opt](nereids) Support simplify string range ([opt](nereids) support simplify string range #55378, branch-3.1: [opt](nereids) support simplify string range #55378 #55456)
- [opt](nereids) Optimize normalize window ([opt](nereids) optimize normalize window #54947, branch-3.1: [opt](nereids) optimize normalize window #54947 #55046)
- [opt](nereids) Optimize parallel of insert command when OLAP table has auto partitions ([opt](nereids) optimize parallel of insert command when olap table have auto partitions #54983, branch-3.1: [opt](nereids) optimize parallel of insert command when olap table have auto partitions #54983 #55030)
System Enhancements
- [enhancement](Log) Change some logs from info to debug ([Enhancement](Log) change some logs from info to debug #55808, branch-3.1: [Enhancement](Log) change some logs from info to debug #55808 #55841)
- [enhancement](filecache) Parallel clear cache between multiple cache instances ([enhancement](filecache) parallel clear cache between multiple cache instance #55259, branch-3.1: [enhancement](filecache) parallel clear cache between multiple cache instance #55259 #55437)
- [enhancement](sc) Reject schema change on hidden columns ([Enhancement] reject schema change on hidden columns #53376, branch-3.1: [Enhancement] reject schema change on hidden columns #53376 #55385)
- [enhancement](backup) Handle dropped tables and partitions during backup ([enhancement](backup) handle dropped tables and partitions during backup #52935, branch-3.1: [enhancement](backup) handle dropped tables and partitions during backup #52935 #54989)
- [enhancement](cloud) Fix cloud restore from Doris version 2.1 to 3.1 (branch-3.1: [enhancement](cloud) Fix cloud restore from doris version 2.1 to 3.1 #55110)
- [enhancement](type) Support cast between time and datetime ([Enhancement-3.0](type) Support cast between time and datetime #53734, branch-3.1: [Enhancement-3.0](type) Support cast between time and datetime (#53734) #54985)
Infrastructure Improvements
- [refactor](credential) Refactor vended credentials system with unified architecture (branch-3.1: [refactor](credential) Refactor vended credentials system with unified architecture #55912)
- [refactor](cloud) Separate cloud restore create tablet RPC into multiple batches (branch-3.1: [refactor](cloud) separate cloud restore create tablet rpc into multiple batches #54933 #55691)
- [opt](editlog) Added the ability to skip certain editlog exceptions when FE is abnormal ([opt][editlog] Added the ability to skip certain editlog exceptions when fe is abnormal #54090, branch-3.1: [opt][editlog] Added the ability to skip certain editlog exceptions when fe is abnormal #54090 #55204)
Critical Bug Fixes
Compaction & Storage
- [fix](sc) Skip empty rowset version hole filling for versions <= alter_version ([fix](sc) Skip empty rowset version hole filling for versions <= alter_version #56209, branch-3.1: [fix](sc) Skip empty rowset version hole filling for versions <= alter_version #56209 #56212)
- [fix](compaction) Fix the issue where input rowsets are prematurely evicted after compaction, causing query failures ([bugfix](compaction) Fix the issue where input rowsets are prematurely evicted after compaction, causing query failures #55382, branch-3.1: [bugfix](compaction) Fix the issue where input rowsets are prematurely evicted after compaction, causing query failures #55382 #55966)
- [fix](compaction) Make creating tablet idempotently to keep compaction job idempotent ([fix](compaction) Make creating tablet idempotently to keep compaction Job idempotent #56061, branch-3.1: [fix](compaction) Make creating tablet idempotently to keep compaction Job idempotent #56061 #56108)
- [fix](compaction) Use rowset meta FS in segcompaction and add RPC client ready check ([fix](compaction) use rowset meta FS in segcompaction and add RPC client ready check #55951, branch-3.1: [fix](compaction) use rowset meta FS in segcompaction and add RPC client ready check #55951 #55988)
- [fix](compaction) Skip tablets with compaction score 0 during compaction ([fix](compaction) skip tablets with compaction score 0 during compaction #55550, branch-3.1: [fix](compaction) skip tablets with compaction score 0 during compaction #55550 #55570)
Query Processing & Functions
- [fix](fold constant) abs's return type should be argument type ([fix](fold constant) abs's return type should be argument type #56190, branch-3.1: [fix](fold constant) abs's return type should be argument type #56190 #56210)
- [fix](fold constant) Do not do BE constant fold when float/double is NaN ([fix](constant fold)Do not do BE constant fold when float/double is NaN #55425, branch-3.1: [fix](constant fold)Do not do BE constant fold when float/double is NaN #55425 #55874)
- [Fix](function) Fix wrong decimal of unix_timestamp ([Fix](function) Fix wrong decimal of unix_timestamp #55013, branch-3.1: [Fix](function) Fix wrong decimal of unix_timestamp (#55013) #55962)
- [fix](nereids) Fix simplify compare predicate caused by loss precision or cast null ([fix](nereids) fix simplify compare predicate cause by loss precision or cast null #55884, branch-3.1: [fix](nereids) fix simplify compare predicate cause by loss precision or cast null #55884 #56110)
- [fix](nereids) Fix execute error which throws eq function not exist exception when join reorder ([fix](nereids) fix execute err which throw eq function not exist exception when join reorder #54953, branch-3.1: [fix](nereids) fix execute err which throw eq function not exist exception when join reorder #54953 #55667)
- [fix](nereids) Fix window expression alias reuse expr id ([fix](nereids) fix window expression alias reuse expr id #55286, branch-3.1: [fix](nereids) fix window expression alias reuse expr id #55286 #55486)
- [fix](nereids) Use bigint instead of int literal to compare with count() agg function ([fix](nereids)use bigint instead of int literal to compare with count() agg function #55545, branch-3.1: [fix](nereids)use bigint instead of int literal to compare with count() agg function #55545 #55590)
- [fix](nereids) Stop merge project when generating huge expression ([fix](nereids) stop merge project when generating huge expression #55293, branch-3.1: [fix](nereids) stop merge project when generating huge expression #55293 #55519)
Data Loading & Import
- [fix](load) Fix S3 load connection check failed ([fix](load) fix s3 load connection check failed #56123)
- [fix](load) Fix incorrect progress on finished loads ([fix](load): fix incorrect progress on finished loads #55509, branch-3.1: [fix](load): fix incorrect progress on finished loads #55509 #55530)
- [fix](load) Fix ingestion load error case causing BE core (branch-3.1:[fix](load)fix ingestion load error case cause be core. #55500)
- [fix](load) Fix routine load task failed with MEM_LIMIT_EXCEED never being scheduled again ([Bug](routine load) Fix routine load task failed with MEM_LIMIT_EXCEED never be scheduled again #55481, branch-3.1: [Bug](routine load) Fix routine load task failed with MEM_LIMIT_EXCEED never be scheduled again #55481 #55616)
Cloud & Distributed Features
- [fix](cloud) Delete useless table lock in replayUpdateCloudReplica ([fix](cloud) Delete useless table lock in replayUpdateCloudReplica #55579, branch-3.1: [fix](cloud) Delete useless table lock in replayUpdateCloudReplica #55579 #55955)
- [fix](cloud)
calc_sync_versions
should consider full compaction ([Fix](cloud)calc_sync_versions
should consider full compaction #55630, branch-3.1: [Fix](cloud)calc_sync_versions
should consider full compaction #55630 #55710) - [fix](warmup) Fix
CloudTablet::complete_rowset_segment_warmup
coredump (branch-3.1: [Fix](warmup) FixCloudTablet::complete_rowset_segment_warmup
coredump #55932)
Database Operations
- [fix](database) Fix rename db and create table race ([fix](database) Fix rename db and create table race #55054, branch-3.1: [fix](database) Fix rename db and create table race #55054 #55991)
- [fix](create table) Concurrent rename database causes table creation and replay failure ([Fix](create table) concurrent rename database causes table creation … #54614, branch-3.1: [Fix](create table) concurrent rename database causes table creation and replay failure #54614 #56039)
- [fix](table) Move drop editlog in table lock ([fix](table) Move drop editlog in table lock #55705, branch-3.1: [fix](table) Move drop editlog in table lock #55705 #55947)
- [fix](schema change) Tablet columns are not rebuilt after enabling light schema change ([fix](schema change) tablet columns is not rebuild after enable light schema change #55909, branch-3.1: [fix](schema change) tablet columns is not rebuild after enable light schema change #55909 #55939)
Data Types & Serialization
- [fix](variant) Fix null value handling when serializing to JSON string (Fix(Variant) Fix null value handling when serializing to JSON string #55876, branch-3.1 : [Fix](Variant) Fix null value handling when serializing to JSON string #55876 #56138)
- [fix](variant) Compatibility error when the sparse column is empty (branch-3.1: [fix](variant) Compatibility error when the sparse column is empty #55817)
- [fix](variant) Enhance max_sparse_column_statistics_size for variant ([enhance](variant)enhance max_sparse_column_statistics_size for variant #55124, branch-3.1: [fix](variant) enhance max_sparse_column_statistics_size for variant #55124 #55752)
External Data Sources
- [fix](paimon) Fix Paimon native reader doesn't use late materialization ([fix](paimon) Fix paimon native reader don't use late materialization. #55894, branch-3.1: [fix](paimon) Fix paimon native reader don't use late materialization. #55894 #55917)
- [fix](paimon) Fix Paimon DLF catalog caching issue by adding dlf.catalog.id to cache key ([fix](paimon) Fix Paimon DLF catalog caching issue by adding dlf.catalog.id to cache key #55875, branch-3.1: [fix](paimon) Fix Paimon DLF catalog caching issue by adding dlf.catalog.id to cache key #55875 #55888)
- [fix](paimon) Handle oversized CHAR/VARCHAR fields in Paimon to Doris type mapping ([fix](paimon)Handle oversized CHAR/VARCHAR fields in Paimon to Doris type mapping #55051, branch-3.1: [fix](paimon)Handle oversized CHAR/VARCHAR fields in Paimon to Doris type mapping #55051 #55531)
- [fix](maxcompute) Fix the NereidsException caused by non-existent table columns when pushing down MC predicates ([fix](maxcompute)Fix the NereidsException caused by non-existent table columns when pushing down mc predicates. #55635, branch-3.1: [fix](maxcompute)Fix the NereidsException caused by non-existent table columns when pushing down mc predicates. #55635 #55746)
- [fix](maxcompute) Fix MaxCompute catalog international user cannot access ([fix](maxcompute)fix maxcompute catalog international user can not access. #55256, branch-3.1: [fix](maxcompute)fix maxcompute catalog international user can not access. #55256 #55560)
- [fix](hudi) Fix querying Hudi JNI table where only partition columns (and no data fields) are required ([fix](hudi) Fix querying hudi jni table where only partition columns (and no data fields) are required #55466, branch-3.1: [fix](hudi) Fix querying hudi jni table where only partition columns (and no data fields) are required #55466 #55662)
- [fix](hive) Fix querying Hive text table with NULL DEFINED AS '' ([fix](hive)fix querying hive text table with NULL DEFINED AS '' #55626, branch-3.1: [fix](hive)fix querying hive text table with NULL DEFINED AS '' #55626 #55661)
- [fix](iceberg) Add missing iceberg-aws dependency to metadata scanner ([fix](iceberg) Add missing iceberg-aws dependency to metadata scanner #55741, branch-3.1: [fix](iceberg) Add missing iceberg-aws dependency to metadata scanner #55741 #55743)
- [fix](iceberg rest) OAuth2 Token refresh using Iceberg default value ([fix](iceberg rest) OAuth2 Token refresh using Iceberg default value #55578, branch-3.1: [fix](iceberg rest) OAuth2 Token refresh using Iceberg default value #55578 #55624)
Memory & Resource Management
- [fix](memtracker) Memory not consumed by memtracker ([bugfix](memtracker) memory not consumed by memtracker #55796, branch-3.1: (memtracker) memory not consumed by memtracker #55796 #55823)
- [fix](mow) Fix MOW coredump in
BaseTablet::get_rowset_by_ids()
([Fix](mow) Fix mow coreudmp inBaseTablet::get_rowset_by_ids()
#55539, branch-3.1: [Fix](mow) Fix mow coreudmp inBaseTablet::get_rowset_by_ids()
#55539 #55601) - [fix](mow) Fix MOW agg cache version check ([fix](mow) Fix mow agg cache version check #55330, branch-3.1: [fix](mow) Fix mow agg cache version check #55330 #55475)
- [fix](move-memtable) Fix segment number mismatch for erroneously skipped segments ([fix](move-memtable) fix segment number mismatch for erroneously skipped segments #55092, branch-3.1: [fix](move-memtable) fix segment number mismatch for erroneously skipped segments #55092 #55471)
- [fix](filecache) No fd num limit for segment cache when cloud mode ([fix](filecache) no fd num limit for segment cache when cloud mode #55610, branch-3.1: [fix](filecache) no fd num limit for segment cache when cloud mode #55610 #55638)
Security & Encryption
- [fix](tde) Correct encryption key version display ([fix](tde) Correct encryption key version display #56092, branch-3.1: [fix](tde) Correct encryption key version display #56092 #56068)
- [fix](tde) Fix issues related to TDE ([fix](tde) fix issues related to TDE #55692)
Additional Fixes
- [fix](mtmv) Fix MTMV cannot refresh when a partition table doesn't have partition ([fix](mtmv)fix mtmv can not refresh when a partition table not have partition #55468, branch-3.1: [fix](mtmv)fix mtmv can not refresh when a partition table not have partition #55468 #56085)
- [fix](plugin) Fix plugin dir compatible issue (branch-3.1: [fix](plugin) fix plugin dir compatible issue #56060)
- [fix](http stream) HTTP stream should throw exception if parse SQL failed ([fix](http stream) http stream should throw exception if parse sql failed #55863, branch-3.1: [fix](http stream) http stream should throw exception if parse sql failed #55863 #55891)
- [fix](backup) Support backup meta/job info exceeds 2GB ([fix](backup) Support backup meta/job info exceeds 2GB #55608, branch-3.1: [fix](backup) Support backup meta/job info exceeds 2GB #55608 #55867)
- [fix](mysql protocol) Set more stmt exists flag correctly when forwarding to master ([fix](mysql protocol)Set more stmt exists flag correctly when forward to master. #55711, branch-3.1: [fix](mysql protocol)Set more stmt exists flag correctly when forwardto master. #55711 #55871)
- [fix](connection) Fix session-related data not cleared when connection is disconnected due to timeout ([fix](connection)Fixes session-related data is not cleared when the connection is disconnected due to timeout. #55008, [fix](connection)Fix kill connection will make current connection killed #55809, branch-3.1:[fix](connection)Fixes session-related data is not cleared when the connection is disconnected due to timeout. #55008 #55396)
- [fix](wal) Replay WAL abort txn failed when execute failed ([fix](wal) replay wal abort txn failed when execute failed #55881, branch-3.1: [fix](wal) replay wal abort txn failed when execute failed #55881 #55924)
- [fix](restore) Clear restored table/partition/resource to reduce overhead ([fix](restore) Clear restored table/partition/resource to reduce overhead #55757, branch-3.1: [fix](restore) Clear restored table/partition/resource to reduce overhead #55757 #55784)
- [fix](index) Remove unused update index ([fix](index) remove unused update index #55514, branch-3.1: [fix](index) remove unused update index (#55514) #55704)
- [fix](txn lazy commit) Fix txn lazy commit conflict with schema change ([fix](txn lazy commit) fix txn lazy commit conflict with schema change #55349, branch-3.1: [fix](txn lazy commit) fix txn lazy commit conflict with schema change #55349 #55701)
- [fix](qe) Fix query error in SSL mode ([bugfix](qe) Fix query error in ssl mode #53134, branch-3.1: [bugfix](qe) Fix query error in ssl mode #53134 #55628)
- [fix](catalog) Replace Math.abs with bitwise AND to ensure non-negative ID generation ([bugfix](catalog) replace Math.abs with bitwise AND to ensure non-negative ID generation #55183, branch-3.1: [bugfix](catalog) replace Math.abs with bitwise AND to ensure non-negative ID generation #55183 #55689)
- [fix](function) Fix wrong result about array_agg_foreach ([Bug](function) fix wrong result about array_agg_foreach #55075, branch-3.1: [Bug](function) fix wrong result about array_agg_foreach #55075 #55420)
Infrastructure & Development
Build & Dependencies
- [chore](build) Optimize build script ([chore](build) Optimize build script #56027, branch-3.1: [chore](build) Optimize build script #56027 #56028)
- [chore](thirdparty) Upgrade aws-sdk-cpp from 1.11.119 to 1.11.219 ([chore](thirdparty) Upgrade aws-sdk-cpp from 1.11.119 to 1.11.219 #54780, branch-3.1: [chore](thirdparty) Upgrade aws-sdk-cpp from 1.11.119 to 1.11.219 #54780 #54971)
- [chore](build) Update libevent dependency with openssl ([chore](build) Update libevent dependency with openssl #54652, branch-3.1: [chore](build) Update libevent dependency with openssl #54652 #54857)
- [chore](config) Add config for brpc::usercode_in_pthread to let ASAN work ([chore](config) add config for brpc::usercode_in_pthread to let asan #54656, branch-3.1: [chore](config) add config for brpc::usercode_in_pthread to let asan #54656 #54829)
Testing & Quality
- [chore](case) Fix some failure cases ([chore](case) fix some failure cases #56140, branch-3.1: [chore](case) fix some failure cases #56140 #56167)
- [fix](case) Fix some failure cases ([fix](cases) fix some failure cases #56019, branch-3.1: [fix](cases) fix some failure cases #56019 #56035)
- [fix](test) Modify regression test to make stable and change expected log level ([fix](test) Modify regression test to make stable and change expected log level #55169, branch-3.1: [fix](test) Modify regression test to make stable and change expectedlog level #55169 #55898)
- [fix](case) Fix some failure cases ([fix](case) fix some cases #55739, branch-3.1: [fix](case) fix some cases #55739 #55769)
- [fix](case) Fix regression case: cse.groovy (branch-3.0: [fix](case)Fix regression case: cse.groovy #53434, branch-3.1: [fix](case)Fix regression case: cse.groovy #53434 #55897)
- [fix](cases) Fix case test_hudi_snapshot fail ([fix](cases) fix case test_hudi_snapshot fail #55761, branch-3.1: [fix](cases) fix case test_hudi_snapshot fail #55761 #55791)
- [fix](case) Fix some failure cases ([fix](case) fix some failure cases #55811, branch-3.1: [fix](case) fix some failure cases #55811 #55835)
- [fix](case) Waiting MV task should just care the latest one ([fix](mv case) waiting mv task should just care the lastest one #55802, branch-3.1: [fix](mv case) waiting mv task should just care the lastest one #55802 #55830)
- [fix](case) Fix case: variant build index ([fix](case) fix case: variant build index #55613, branch-3.1: [fix](case) fix case: variant build index #55613 #55648)
- [Fix](case) Fix show data p2 cases ([Fix](case) Fix show data p2 cases #55449, branch-3.1: [Fix](case) Fix show data p2 cases #55449 #55494)
- [fix](test) Failed to show create table for async MV ([fix](test) Failed to show create table for async mv #55278, branch-3.1: [fix](test) Failed to show create table for async mv #55278 #55480)
- [fix](test) Skip some test in cloud mode ([fix](test) skip some test in cloud mode #55448, branch-3.1: [fix](test) skip some test in cloud mode #55448 #55535)
- [Fix](case) Fix some cases ([Fix](case) Fix some cases #55606, branch-3.1: [Fix](case) Fix some cases #55606 #55656)
- [test](export) Add export parallelism where expr case ([test](export)add export parallelism where expr case. #55636, branch-3.1: [test](export)add export parallelism where expr case. #55636 #55659)
- [test](iceberg) Add Polaris test ([test](iceberg) add polaris test #55484, branch-3.1: [test](iceberg) add polaris test #55484 #55557)
- [test](nereids) Add UT for SQL cache/sorted partition cache ([test](nereids) add ut for sql cache/sorted partition cache #55520, branch-3.1: [test](nereids) add ut for sql cache/sorted partition cache #55520 #55536)
- [test](docker) Adapt Paimon on HMS and GCS ([test](docker) adapt paimon on hms and gcs #55473, branch-3.1: [test](docker) adapt paimon on hms and gcs #55473 #55512)
- [test](warmup) Fix flaky periodic warmup cases ([test](warmup) fix flaky periodic warmup cases #55365, branch-3.1: [test](warmup) fix flaky periodic warmup cases #55365 #55453)
Security & Configuration
- [chore](sk) Encrypt
secret key
and hideaccess key
for log ([chore](sk) Encryptsecret key
and hideaccess key
for log #55241, branch-3.1: [chore](sk) Encryptsecret key
and hideaccess key
for log #55241 #55619) - [chore](security) user_files_secure_path cannot be changed ([chore](security) user_files_secure_path cannot be changed #55395, branch-3.1: [chore](security) user_files_secure_path cannot be changed #55395 #55504)
- [chore](tablet) ignore_load_tablet_failure default to be true ([chore](tablet) ignore_load_tablet_failure default to be true #55109, branch-3.1: [chore](tablet) ignore_load_tablet_failure default to be true #55109 #55441)
Cloud Infrastructure
- [chore](cloud) Update build and start script ([chore](cloud) Update build and start script #56031, branch-3.1: [chore](cloud) Update build and start script #56031 #56064)
- [chore](cloud) Support reporting conflicting ranges during commit txn ([chore](cloud) Supports to report the conflicting ranges during commit txn #55340, branch-3.1: [chore](cloud) Supports to report the conflicting ranges during commit txn #55340 #55714)
- [chore](recycler) Improve recycler metrics ([chore](recycler) Improve recycler metrics #55455, branch-3.1: [chore](recycler) Improve recycler metrics #55455 #55479)
- [chore](logs) Print logs of Export split tablet IDs ([chore](logs)Print logs of Export split tablet IDs #55170, branch-3.1: [chore](logs)Print logs of Export split tablet IDs #55170 #55646)
Third-party & Patches
- [thirdparty](patch) BRPC force SSL for all connections ([thirdparty](patch)brpc force ssl for all connections #55658, branch-3.1: [thirdparty](patch)brpc force ssl for all connections #55658 #55696)
- [thirdparty](patch) Fix BRPC core when enable SSL ([thirdparty](patch)fix brpc core when enable ssl #55649, branch-3.1: [thirdparty](patch)fix brpc core when enable ssl #55649 #55695)
- [fix](docker) Update Kafka docker image to internal src ([fix](docker) update kafka docker image to internal src #55460, branch-3.1: [fix](docker) update kafka docker image to internal src #55460 #55487)
CI & Performance
- [ci](perf) Update docker image references for target branches ([ci](perf) Update docker image references for target branches #55511)
Behavior Changes
Configuration Changes
- [opt](hive) Default value for
hive.recursive_directories
changed totrue
- [chore](tablet)
ignore_load_tablet_failure
default changed totrue
- [chore](security)
user_files_secure_path
configuration can no longer be changed at runtime
Security Enhancements
- [chore](sk) Secret keys are now encrypted and access keys are hidden in logs for improved security
Compatibility Notes
- This release maintains backward compatibility with Apache Doris 3.1.0
- Cloud restore functionality now supports migration from Doris version 2.1 to 3.1
- Enhanced type casting support between time and datetime types
Contributors
This release includes contributions from the Apache Doris community. We thank all contributors who helped make this release possible through bug reports, code contributions, documentation improvements, and testing efforts.
@924060929 @amorynan @BiteTheDDDDt @bobhan1 @CalvinKirs @codeDing18 @csun5285 @dataroaring @deardeng @eldenmoon @englefly @felixwluo @freemandealer @gavinchou @HappenLee @hello-stephen @hubgeter @Jibing-Li @kaijchen @kaka11chen @koarz @liaoxin01 @luwei16 @MoanasDaddyXu @morningman @morrySnow @mymeiyi @peterylh @seawinde @sollhui @starocean999 @suxiaogang223 @SWJTU-ZhangLei @TangSiyang2001 @vinlee19 @w41ter @wyxxxcat @xy720 @yiguolei @yujun777 @Yukang-Lian @zclllyybb @zddr @zgxme @zhangstar333 @zy-kkk