-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Display warning message in log when a native library conflict arises #3276
Copy link
Copy link
Labels
type: improvementAn improvement to the existing implementationAn improvement to the existing implementation
Description
Feature Request
Is your feature request related to a problem? Please describe
There is no indication in the logs that a native library conflict exists in the current deployment
Describe the solution you'd like
When the driver attempts to load the native libraries it assumes there is only one present for the current system.
However with io-uring and epoll being both available for Linux a conflict might occur.
This is - by itself - an invalid state of the system, but the driver silently prioritizes io-uring over epoll
A warning message needs to be displayed, stating that both native transports were detected.
The warning message should also state how the conflict was resolved.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: improvementAn improvement to the existing implementationAn improvement to the existing implementation