This is an automated email from the ASF dual-hosted git repository. junchao pushed a commit to branch new_deploy in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
commit ee0bfc6dfe76c1bafc8db33686ea1446f408f4e7 Author: cjcchen <[email protected]> AuthorDate: Fri May 3 03:14:54 2024 +0000 rm unused log --- platform/consensus/ordering/common/framework/performance_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/consensus/ordering/common/framework/performance_manager.cpp b/platform/consensus/ordering/common/framework/performance_manager.cpp index 45efcd57..b3861718 100644 --- a/platform/consensus/ordering/common/framework/performance_manager.cpp +++ b/platform/consensus/ordering/common/framework/performance_manager.cpp @@ -181,7 +181,7 @@ void PerformanceManager::SendResponseToClient( << " create time:" << create_time << " run time:" << run_time << " local id:" << batch_response.local_id(); global_stats_->AddLatency(run_time); - } + } send_num_--; }
