apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.38k stars 3.22k forks source link

Release Note 2.1.6 #40443

Open yiguolei opened 3 weeks ago

yiguolei commented 3 weeks ago

Search before asking

Description

Behavior changes

New features

Lakehouse

Query Optimizer

Async Materialized View

Semi-Structured Data Management

Query Optimizer

Query Execution

Backup Recovery / Cross-Cluster Synchronization

Compaction

MOW (Merge-On-Write)

Storage Management

Data Loading

Permissions

Bug fixes

Lakehouse

Async Materialized View

Semi-Structured Data Management

Query Optimizer

Query Execution

Backup & Recovery / CCR

Storage Management

Data Exporting

Permissions

Use case

No response

Related issues

No response

Are you willing to submit PR?

Code of Conduct

w41ter commented 1 week ago

In Apache Doris 2.0.15, we introduced a new parameter: max_backup_tablets_per_job, which is used to limit the maximum number of tablets involved in a backup, to avoid OOM issues caused by excessive tablets. See doris.apache.org/docs/2.0/admin-manual/config/fe-config?_highlight=fe#max_backup_tablets_per_job.

This might prevent some existing backup tasks from running. If you have such issues, please adjust the parameter's upper limit accordingly.