You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/04/12 09:06:00 UTC

[jira] [Created] (FLINK-22224) Nettys NativeLibraryLoader is quite noisy

Chesnay Schepler created FLINK-22224:
----------------------------------------

             Summary: Nettys NativeLibraryLoader is quite noisy
                 Key: FLINK-22224
                 URL: https://issues.apache.org/jira/browse/FLINK-22224
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Network
            Reporter: Chesnay Schepler


These errors are logged on debug, with excessive stack traces, and it is unclear whether this is a problem or not:
{code}
DEBUG org.apache.flink.shaded.netty4.io.netty.util.internal.NativeLibraryLoader [] - Unable to load the library 'org_apache_flink_shaded_netty4_netty_transport_native_epoll_x86_64'
DEBUG org.apache.flink.shaded.netty4.io.netty.util.internal.NativeLibraryLoader [] - org_apache_flink_shaded_netty4_netty_transport_native_epoll_x86_64
{code}
But immediately afterwards this show up:
{code}
NativeLibraryLoader [] - Successfully loaded the library /tmp/liborg_apache_flink_shaded_netty4_netty_transport_native_epoll_x86_64670877569787969381.so
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)