You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andepoll
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
overepoll
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.
The text was updated successfully, but these errors were encountered: