Description
Currently, the inbound thread pool is partitioned by channel type, but all messages coming from channels with same channel type are processed by the same thread. For all channel types but DEFAULT we can still have 1 thread per channel type per node, but for DEFAULT we should have a striped pool. Stripe should be chosen based on the sender node ephemeral ID.
Attachments
Issue Links
- split from
-
IGNITE-20373 Fix IO threading model
- Resolved
- links to