[
https://issues.apache.org/jira/browse/BEAM-7406?focusedWorklogId=247678&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247678
]
ASF GitHub Bot logged work on BEAM-7406:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/May/19 20:42
Start Date: 23/May/19 20:42
Worklog Time Spent: 10m
Work Description: lukecwik commented on issue #8668: [BEAM-7406] Include
slf4j-jdk14 in Dataflow worker uber jar
URL: https://github.com/apache/beam/pull/8668#issuecomment-495377460
The `:worker` has the dependency as compile scope and also has a shadow
configuration where it includes all dependencies in the uber jar while the
`:legacy-worker` specifically enumerates which dependencies it includes in the
uber jar. The difference is because the `:worker` is a standalone application
while the `:legacy-worker` expects classes to be supplied by the user for the
SDK.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 247678)
Time Spent: 0.5h (was: 20m)
> Dataflow worker does not include logging backend
> ------------------------------------------------
>
> Key: BEAM-7406
> URL: https://issues.apache.org/jira/browse/BEAM-7406
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow
> Affects Versions: 2.10.0, 2.11.0, 2.12.0, 2.13.0
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: Critical
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When the Dataflow worker was donated to Beam, a bug was introduced in the
> build so it does not include slf4j-jdk14 so logging is a noop by default. And
> users adding their own could introduce a mutual slf4j / logback loop.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)