Skip to content

Display warning message in log when a native library conflict arises #3276

@tishun

Description

@tishun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: improvementAn improvement to the existing implementation

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions