This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 44d22ad36e9 branch-4.1: [fix](cloud) Fix double assignment in
recycler_service.cpp that cause… #64168 (#64209)
44d22ad36e9 is described below
commit 44d22ad36e9778c21f65d752c5f7d65ef45de80c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 12:26:27 2026 +0800
branch-4.1: [fix](cloud) Fix double assignment in recycler_service.cpp that
cause… #64168 (#64209)
Cherry-picked from #64168
Co-authored-by: deardeng <[email protected]>
---
cloud/src/recycler/recycler_service.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cloud/src/recycler/recycler_service.cpp
b/cloud/src/recycler/recycler_service.cpp
index 79ee2edf907..b916d751925 100644
--- a/cloud/src/recycler/recycler_service.cpp
+++ b/cloud/src/recycler/recycler_service.cpp
@@ -239,7 +239,7 @@ void
RecyclerServiceImpl::statistics_recycle(StatisticsRecycleRequest& req, Meta
std::ranges::for_each(resource_types, [&](const auto& resource_type) {
int64_t to_recycle_num =
g_bvar_recycler_instance_last_round_to_recycle_num.get({id, resource_type});
- int64_t to_recycle_bytes = to_recycle_bytes =
+ int64_t to_recycle_bytes =
g_bvar_recycler_instance_last_round_to_recycle_bytes.get({id, resource_type});
ss << "Task Type: " << resource_type << "\n";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]