This is an automated email from the ASF dual-hosted git repository.

morningman 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 c8ead3d9ddb branch-4.0: [fix](cloud) Fix double assignment in 
recycler_service.cpp that cause… #64168 (#64210)
c8ead3d9ddb is described below

commit c8ead3d9ddb258a474fccfe518c4a0bf994ebfcc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 11 13:20:40 2026 +1000

    branch-4.0: [fix](cloud) Fix double assignment in recycler_service.cpp that 
cause… #64168 (#64210)
    
    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 7503f8cc6f8..45b944f4d40 100644
--- a/cloud/src/recycler/recycler_service.cpp
+++ b/cloud/src/recycler/recycler_service.cpp
@@ -236,7 +236,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]

Reply via email to