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

junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/master by this push:
     new dae979f2 Update performance_manager.cpp
dae979f2 is described below

commit dae979f2b3c3b9b7896ddf0e3b6c2e24579cee2d
Author: cjcchen <[email protected]>
AuthorDate: Wed May 14 13:43:04 2025 +0800

    Update performance_manager.cpp
---
 platform/consensus/ordering/pbft/performance_manager.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platform/consensus/ordering/pbft/performance_manager.cpp 
b/platform/consensus/ordering/pbft/performance_manager.cpp
index db985a03..46a3b587 100644
--- a/platform/consensus/ordering/pbft/performance_manager.cpp
+++ b/platform/consensus/ordering/pbft/performance_manager.cpp
@@ -56,6 +56,7 @@ PerformanceManager::PerformanceManager(
       verifier_(verifier) {
   stop_ = false;
   eval_started_ = false;
+  local_id_ = 0;
   eval_ready_future_ = eval_ready_promise_.get_future();
 
   if (config_.GetPublicKeyCertificateInfo()

Reply via email to