forked from TrueCloudLab/frostfs-node
Evgenii Stratonikov
0948a280fa
With non-blocking pool restricted by 10 in capacity, the probability of dropping events is unexpectedly big. Notifications are an essential part of the FrostFS, we should not drop anything, especially new epochs. ``` Mar 31 07:07:03 vedi neofs-ir[19164]: 2023-03-31T07:07:03.901Z debug subscriber/subscriber.go:154 new notification event from sidechain {"name": "NewEpoch"} Mar 31 07:07:03 vedi neofs-ir[19164]: 2023-03-31T07:07:03.901Z warn event/listener.go:248 listener worker pool drained {"chain": "morph", "capacity": 10} ``` Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com> |
||
---|---|---|
.. | ||
config | ||
reputation | ||
accounting.go | ||
attributes.go | ||
cache.go | ||
closer.go | ||
config.go | ||
container.go | ||
control.go | ||
grpc.go | ||
httpcomponent.go | ||
main.go | ||
metrics.go | ||
morph.go | ||
netmap.go | ||
notificator.go | ||
object.go | ||
pprof.go | ||
reputation.go | ||
session.go | ||
timers.go | ||
tree.go | ||
validate.go | ||
validate_test.go | ||
worker.go |