frostfs-node/pkg/morph/event
Evgenii Stratonikov 0948a280fa
Some checks failed
ci/woodpecker/push/pre-commit Pipeline failed
[#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
..
balance Rename package name 2023-03-07 16:38:26 +03:00
container Rename package name 2023-03-07 16:38:26 +03:00
frostfs Rename package name 2023-03-07 16:38:26 +03:00
netmap Rename package name 2023-03-07 16:38:26 +03:00
reputation Rename package name 2023-03-07 16:38:26 +03:00
rolemanagement Rename package name 2023-03-07 16:38:26 +03:00
subnet Rename package name 2023-03-07 16:38:26 +03:00
handlers.go [#770] pkg/morph/event: Add notary notifications support 2021-09-07 12:55:01 +03:00
listener.go [#195] morph: use blocking unlimited pool for notifications 2023-04-03 15:58:16 +00:00
notary.go [#807] morph/event/container: Add delete notary support 2021-09-09 18:37:45 +03:00
notary_preparator.go [#148] linter: Add funlen linter 2023-03-21 09:54:41 +03:00
notary_preparator_test.go Rename package name 2023-03-07 16:38:26 +03:00
notification.go [#770] pkg/morph/event: Add notary notifications support 2021-09-07 12:55:01 +03:00
opcodes.go [#907] morph/event: Implement Op to string converter 2021-10-18 11:54:34 +03:00
opcodes_test.go [#822] moprh/event: Add parsers from Op struct 2021-09-13 10:32:43 +03:00
parsers.go [#1637] go.mod: Update neo-go to v0.99.1 2022-07-28 20:11:45 +03:00
utils.go Rename package name 2023-03-07 16:38:26 +03:00