Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24423 )
Change subject: IMPALA-15074: Remove loggingsupport library ...................................................................... IMPALA-15074: Remove loggingsupport library The logging-support implementation is already part of the Util library and is linked into the daemon binaries and libfesupport. The separate libloggingsupport shared library duplicates that object into another heavyweight JNI library. Remove the standalone loggingsupport CMake target and stop depending on it from notests_regular_targets. NativeLogger no longer lazy-loads libloggingsupport.so; supported startup paths register its native method through InitJvmLoggingSupport(). Assisted-by: OpenAI Codex Change-Id: I8d31f8f7f7f3e0f9ec3ef7e515a40088441937d5 Reviewed-on: http://gerrit.cloudera.org:8080/24423 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M CMakeLists.txt M be/CMakeLists.txt M be/src/util/CMakeLists.txt M fe/src/main/java/org/apache/impala/util/NativeLogger.java 4 files changed, 16 insertions(+), 35 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24423 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8d31f8f7f7f3e0f9ec3ef7e515a40088441937d5 Gerrit-Change-Number: 24423 Gerrit-PatchSet: 3 Gerrit-Owner: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
