[
https://issues.apache.org/jira/browse/FLINK-29227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17601631#comment-17601631
]
jackylau commented on FLINK-29227:
----------------------------------
hi [~tiwalter] so i I propose to add disruptor to lib, whay do you think?
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
> shoud package disruptor(com.lmax) to flink lib for aync logger when
> xxconnector using it.
> -----------------------------------------------------------------------------------------
>
> Key: FLINK-29227
> URL: https://issues.apache.org/jira/browse/FLINK-29227
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Affects Versions: 1.17.0
> Reporter: jackylau
> Priority: Major
> Fix For: 1.17.0
>
>
> when i develop xxConnector which dependecncy like this
> xxconnector -> log4j2 -> AsyncLoggerConfig (jar: disruptor(com.lmax))
> xconnector loaded by user(childFirst) classloader
> log4j2 which using loaded by app classloader, which make AsyncLoggerConfig
> load by app classloader, according to the principle of classloader
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)