-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-documented breaking change of channel-executor configuration #5541
Comments
@eaba can you take this one? |
@mralexes thanks for reporting this - I totally missed that during the review. |
Might be related to #5498 |
|
The default
|
@eaba yes, but only if |
Version Information
Version of Akka.NET? 1.4.32
Which Akka.NET Modules? Akka
Describe the bug
After update from 1.4.20 to 1.4.32 channel-executor configuration (see doc) is not valid anymore
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ActorSystem created successfully
Actual behavior
NRE is thrown:
The issue is in the default config for
default-dispatcher
that has nochannel-executor.priority
set. Introduced in #5403Sidenote: default
channel-scheduler
configuration is expected to be at:akka.channel-scheduler
akka.net/src/core/Akka/Dispatch/ChannelSchedulerExtension.cs
Line 63 in ccb4670
But it is actually located under
akka.actor.channel-scheduler
Current workaround:
The text was updated successfully, but these errors were encountered: