Browse Source

wopm

pull/8170/head
tycho garen 2 years ago
parent
commit
aeadb457a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/consensus/state.go

+ 1
- 1
internal/consensus/state.go View File

@ -909,7 +909,7 @@ func (cs *State) receiveRoutine(ctx context.Context, maxSteps int) {
case mi := <-cs.internalMsgQueue:
err := cs.wal.WriteSync(mi) // NOTE: fsync
if err != nil {
panic(fmt.Sprintf(
panic(fmt.Errorf(
"failed to write %v msg to consensus WAL due to %q; check your file system and restart the node",
mi, err.Error(),
))


Loading…
Cancel
Save