This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new f15f007666b branch-4.0: [Feature](Recycler) Batch delete optimization
for versioned tablet recycling #59247 (#60272)
f15f007666b is described below
commit f15f007666bf129c0fb7592c2d9cafba991aa370
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 11:56:21 2026 +0800
branch-4.0: [Feature](Recycler) Batch delete optimization for versioned
tablet recycling #59247 (#60272)
Cherry-picked from #59247
Co-authored-by: Jimmy <[email protected]>
---
cloud/src/common/bvars.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cloud/src/common/bvars.h b/cloud/src/common/bvars.h
index 798f8f82433..d5f55467bda 100644
--- a/cloud/src/common/bvars.h
+++ b/cloud/src/common/bvars.h
@@ -668,6 +668,9 @@ extern BvarStatusWithTag<int64_t>
g_bvar_recycler_packed_file_recycle_cost_ms;
extern BvarStatusWithTag<int64_t> g_bvar_recycler_packed_file_scanned_kv_num;
extern BvarStatusWithTag<int64_t> g_bvar_recycler_packed_file_corrected_kv_num;
extern BvarStatusWithTag<int64_t>
g_bvar_recycler_packed_file_recycled_object_num;
+
+extern BvarStatusWithTag<int64_t>
g_bvar_recycler_batch_delete_rowset_plan_count;
+extern BvarStatusWithTag<int64_t> g_bvar_recycler_batch_delete_failures;
extern BvarStatusWithTag<int64_t>
g_bvar_recycler_packed_file_bytes_object_deleted;
extern BvarStatusWithTag<int64_t>
g_bvar_recycler_packed_file_rowset_scanned_num;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]