This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch auto-pick-48955-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
omit 8bde275e71d [fix](hudi) Fix Memory Leak in BitCaskDiskMap Due to Circular Reference (#48955) add cb9c5076ef9 branch-3.0: [improvement](statistics)Improve analyze partition column and key column corner case. #48757 (#49100) add a88ef51f38d [fix](pipeline) Do not schedule finalized task again (#49007) add 9c59134b703 branch-3.0: [fix](multi table load) error URL does not depend on the value of _number_filtered_rows #49111 (#49130) add ab4f189fd11 branch-3.0: [fix](regression) Avoid defined global variables in backup-restore case script #49102 (#49133) add 38724151b1e branch-3.0: [improve](mow) improve mow get_agg by cache #48968 (#49110) add 07ebb00a8ed branch-3.0: [fix][cloud] Prevent fe CloudReplica.getBackendIdImpl consuming too much CPU when high-frequency stream loads #48564 (#49108) add 72716689f05 [fix](hudi) Fix Memory Leak in BitCaskDiskMap Due to Circular Reference (#48955) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (8bde275e71d) \ N -- N -- N refs/heads/auto-pick-48955-branch-3.0 (72716689f05) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 2 + be/src/common/config.h | 2 + be/src/io/fs/multi_table_pipe.cpp | 5 +- be/src/olap/tablet_meta.cpp | 58 ++++- be/src/olap/tablet_meta.h | 7 + be/src/pipeline/task_scheduler.cpp | 7 +- .../java/org/apache/doris/backup/RestoreJob.java | 5 +- .../apache/doris/catalog/ColocateTableIndex.java | 17 +- .../org/apache/doris/catalog/MetadataViewer.java | 16 +- .../org/apache/doris/clone/DiskRebalancer.java | 8 +- .../apache/doris/clone/PartitionRebalancer.java | 5 +- .../org/apache/doris/clone/TabletSchedCtx.java | 42 ++-- .../org/apache/doris/clone/TabletScheduler.java | 18 +- .../apache/doris/cloud/catalog/CloudReplica.java | 4 +- .../apache/doris/common/proc/ReplicasProcNode.java | 5 +- .../apache/doris/common/proc/TabletsProcDir.java | 7 +- .../main/java/org/apache/doris/load/DeleteJob.java | 2 +- .../org/apache/doris/planner/OlapScanNode.java | 7 +- .../apache/doris/statistics/OlapAnalysisTask.java | 89 +++++++- .../doris/transaction/DatabaseTransactionMgr.java | 5 +- .../doris/statistics/OlapAnalysisTaskTest.java | 235 ++++++++++++++++++++- .../test_backup_store_with_db_properties.groovy | 2 +- .../test_backup_store_with_db_properties_kv.groovy | 2 +- 23 files changed, 479 insertions(+), 71 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org