KKcorps opened a new pull request, #16680:
URL: https://github.com/apache/pinot/pull/16680
Reverts apache/pinot#16669
This is needed because the newer H3 version requires atleast the GLIBC
version 2.38.
This leads to failure on some envs where libc version is older with exception
```
Caused by: java.lang.ExceptionInInitializerError: Exception
java.lang.UnsatisfiedLinkError: /tmp/libh3-java11361924585609588992.so:
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by
/tmp/libh3-java11361924585609588992.so) [in thread
"jersey-server-managed-async-executor-3"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at
java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:331)
at
java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:197)
at
java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:139)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2418)
at java.base/java.lang.Runtime.load0(Runtime.java:852)
at java.base/java.lang.System.load(System.java:2025)
at com.uber.h3core.H3CoreLoader.loadNatives(H3CoreLoader.java:141)
at com.uber.h3core.H3CoreLoader.loadNatives(H3CoreLoader.java:93)
at com.uber.h3core.H3Core.newInstance(H3Core.java:72)
at
org.apache.pinot.segment.local.utils.H3Utils.<clinit>(H3Utils.java:46)
... 32 more
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]