frostfs-node/pkg/innerring
Evgenii Stratonikov 0948a280fa [#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
..
config [#1] Fix comments and error messages 2023-02-06 17:41:14 +03:00
internal/client [#185] ir: Resolve containedctx linter 2023-03-30 19:10:33 +00:00
processors [#181] ir: Do not pay for audit by non-alphabet nodes 2023-03-31 12:53:37 +03:00
timers [#479] morph/timer: Move block timer to morph package 2021-04-19 09:35:54 +03:00
alphabet.go [#185] ir: Resolve funlen linter 2023-03-30 19:10:33 +00:00
bindings.go Rename package name 2023-03-07 16:38:26 +03:00
blocktimer.go [#181] ir: Do not process container estimations by non-alphabet nodes 2023-03-31 12:53:09 +03:00
contracts.go Rename package name 2023-03-07 16:38:26 +03:00
fetcher.go Rename package name 2023-03-07 16:38:26 +03:00
indexer.go [#705] pkg/innerring: Fix disable notary mode 2021-07-22 15:12:06 +03:00
initialization.go [#181] ir: Do not sync the Alphabet by non-alphabet nodes 2023-03-31 12:52:16 +03:00
innerring.go [#195] morph: use blocking unlimited pool for notifications 2023-04-03 15:58:16 +00:00
locode.go Rename package name 2023-03-07 16:38:26 +03:00
netmap.go Rename package name 2023-03-07 16:38:26 +03:00
notary.go [#184] ir: Delete unused config reader param 2023-03-29 10:34:54 +00:00
rpc.go [#185] ir: Resolve containedctx linter 2023-03-30 19:10:33 +00:00
settlement.go Rename package name 2023-03-07 16:38:26 +03:00
state.go [#50] ir: Add Health status 2023-03-13 11:24:42 +00:00
subnet.go Rename package name 2023-03-07 16:38:26 +03:00