Skip to content
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

Try to load native linux libraries with matching classifier first #9411

Merged
merged 1 commit into from Aug 12, 2019

Commits on Aug 7, 2019

  1. Try to load native linux libraries with matching classifier first

    Motivation:
    
    Users' runtime systems may have incompatible dynamic libraries to the ones our
    tcnative wrappers link to. Unfortunately, we cannot determine and catch these
    scenarios (in which the JVM crashes) but we can make a more educated guess on
    what library to load and try to find one that works better before crashing.
    
    Modifications:
    
    1) Build dynamically linked openSSL builds for more OSs (netty-tcnative)
    2) Load native linux libraries with matching classifier (first)
    
    Result:
    
    More developers / users can use the dynamically-linked native libraries.
    NicoK committed Aug 7, 2019
    Copy the full SHA
    19983e1 View commit details
    Browse the repository at this point in the history