Aleksandr Efimov has uploaded this change for review. ( 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 --- 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(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/23/24423/1 -- 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: newchange Gerrit-Change-Id: I8d31f8f7f7f3e0f9ec3ef7e515a40088441937d5 Gerrit-Change-Number: 24423 Gerrit-PatchSet: 1 Gerrit-Owner: Aleksandr Efimov <[email protected]>
