From 75670ae48068e11829cf59b2267336e1900f90cb Mon Sep 17 00:00:00 2001 From: Yukang-Lian Date: Wed, 13 Nov 2024 16:43:13 +0800 Subject: [PATCH] 2 --- cloud/src/recycler/checker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/src/recycler/checker.cpp b/cloud/src/recycler/checker.cpp index e2ae2e4646d6e6..fe0887867b0052 100644 --- a/cloud/src/recycler/checker.cpp +++ b/cloud/src/recycler/checker.cpp @@ -624,7 +624,7 @@ int InstanceChecker::do_inverted_check() { auto start_time = steady_clock::now(); std::unique_ptr> defer_log_statistics((int*)0x01, [&](int*) { g_bvar_inverted_checker_num_scanned.put(instance_id_, num_scanned); - g_bvar_inverted_checker_num_check_failed.put(instance_id_, num_check_failed); + g_bvar_inverted_checker_num_check_failed.put(instance_id_, num_file_leak); auto cost = duration(steady_clock::now() - start_time).count(); LOG(INFO) << "inverted check instance objects finished, cost=" << cost << "s. instance_id=" << instance_id_ << " num_scanned=" << num_scanned