[ 
https://issues.apache.org/jira/browse/GOBBLIN-1004?focusedWorklogId=359730&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-359730
 ]

ASF GitHub Bot logged work on GOBBLIN-1004:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Dec/19 01:38
            Start Date: 14/Dec/19 01:38
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on pull request #2850: [GOBBLIN-1004] 
Downgrade Helix version at compile time to fix slf4j dependency
URL: https://github.com/apache/incubator-gobblin/pull/2850#discussion_r357888111
 
 

 ##########
 File path: gobblin-cluster/build.gradle
 ##########
 @@ -51,6 +51,7 @@ dependencies {
   compile externalDependency.helix
 
   runtime project(":gobblin-modules:gobblin-service-kafka")
+  runtime "org.apache.helix:helix-core:0.9.1"
 
 Review comment:
   Sounds good, I realized later it still kept the issue as well
 
----------------------------------------------------------------
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: 359730)
    Time Spent: 40m  (was: 0.5h)

> Helix version introduces incompatible slf4j version
> ---------------------------------------------------
>
>                 Key: GOBBLIN-1004
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1004
>             Project: Apache Gobblin
>          Issue Type: Bug
>            Reporter: William Lo
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The version of Helix from [GOBBLIN-996] downloads a transitive dependency of 
> slf4j, version 1.7.25, that is incompatible with the current dependency of 
> slf4j 1.7.21
> Causes this error to be raised immediately at runtime.
> {code:java}
> Exception in thread "main" java.lang.NoSuchMethodError: 
> org.slf4j.helpers.Util.safeGetSystemProperty(Ljava/lang/String;)Ljava/lang/String;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to