Skip to content

Commit

Permalink
(DISREGARD) add new logs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
abtink committed Nov 1, 2024
1 parent 565450b commit 2f8dbcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dispatcher/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,8 @@ func (d *Dispatcher) syncAliveNodes() {
}

simplelogger.Warnf("syncing %d alive nodes: %v", len(d.aliveNodes), d.aliveNodes)
simplelogger.Warnf("syncAliveNodes curTime %v - pauseTime %v", d.CurTime, d.pauseTime)

for nodeid := range d.aliveNodes {
d.advanceNodeTime(nodeid, d.CurTime, true)
}
Expand Down

0 comments on commit 2f8dbcc

Please sign in to comment.