WIP: feat/v0389_apply_batch #1469

Closed
dstepanov-yadro wants to merge 4 commits from dstepanov-yadro/frostfs-node:feat/v0389_apply_batch into support/v0.38
Showing only changes of commit b5a81deb8d - Show all commits

View file

@ -328,6 +328,7 @@ func (e *StorageEngine) HandleNewEpoch(ctx context.Context, epoch uint64) {
case <-ctx.Done():
return
case sh.NotificationChannel() <- ev:
default:
}
}
}