frostfs-node/pkg/morph
Evgenii Stratonikov 0948a280fa
ci/woodpecker/push/pre-commit Pipeline failed Details
[#195] morph: use blocking unlimited pool for notifications
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>
2023-04-03 15:58:16 +00:00
..
client [#184] morph: Make deposit logs INFO 2023-03-29 10:34:54 +00:00
event [#195] morph: use blocking unlimited pool for notifications 2023-04-03 15:58:16 +00:00
subscriber [#2272] morph: Do not subscribe to events without listening 2023-04-03 08:42:41 +00:00
timer Rename package name 2023-03-07 16:38:26 +03:00