-
Bug
-
Resolution: Done
-
Major
-
13.0.0.Final
-
None
LocalPublisherManagerImpl.parallelAtMostOnce() starts available processors "rails", and processes segments independently on each rail. But rails only wait for a segment's publisher to be mapped to a CompletionStage, they don't wait for the stage to finish, so in practice the number of parallel publishers is limited only by the number of local segments.
- is related to
-
ISPN-13396 Reduce default non-blocking thread pool size
- Code Review
- relates to
-
ISPN-13398 Run ForEach/Peek user code on a blocking thread
- To Do