[ 
https://issues.apache.org/jira/browse/IMPALA-15074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18087781#comment-18087781
 ] 

ASF subversion and git services commented on IMPALA-15074:
----------------------------------------------------------

Commit 183f7b82b7bc1de12305d1fe8ba2ef52326379fa in impala's branch 
refs/heads/master from Aleksandr Efimov
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=183f7b82b ]

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]>


> Remove loggingsupport library
> -----------------------------
>
>                 Key: IMPALA-15074
>                 URL: https://issues.apache.org/jira/browse/IMPALA-15074
>             Project: IMPALA
>          Issue Type: Task
>          Components: Infrastructure
>    Affects Versions: Impala 5.0.0
>            Reporter: Joe McDonnell
>            Assignee: Aleksandr Efimov
>            Priority: Major
>             Fix For: Impala 5.0.0
>
>
> We build a loggingsupport shared library from be/src/util/logging-support.cc. 
> This library links in the world and is very large, but it seems to be 
> unnecessary. Removing it doesn't break any tests or builds. Let's remove it 
> to avoid the disk space usage.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to