hubcio opened a new pull request, #3021: URL: https://github.com/apache/iggy/pull/3021
Shard executor panicked with a raw unwrap on EINVAL, giving users no actionable info. Common on WSL2 where the Microsoft kernel lacks IORING_SETUP_COOP_TASKRUN. create_shard_executor() now returns Result with five diagnostic checks (kernel version, WSL2, sysctl, CONFIG_IO_URING, AppArmor) guarded by std::sync::Once. Discord support link added to all diagnostic functions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
