[ https://issues.apache.org/jira/browse/KAFKA-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15129723#comment-15129723 ]
ASF GitHub Bot commented on KAFKA-2875: --------------------------------------- GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/693 KAFKA-2875: remove slf4j multi binding warnings when running form source distribution hi @ijuma I reopened this pr again (sorry for my inexperience using github); I think I did much deduplication for the script; Please have a look when you have time : - ) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk-KAFKA-2875 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/693.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #693 ---- commit 34240b52e1b70aa172b65155f6042243d838b420 Author: ZoneMayor <jinxing6...@126.com> Date: 2015-12-18T07:22:20Z Merge pull request #12 from apache/trunk 2015-12-18 commit ffedf6fd04280e89978531fd73e7fe37a4d9bbed Author: jinxing <jinx...@fenbi.com> Date: 2015-12-18T07:24:14Z KAFKA-2875 Class path contains multiple SLF4J bindings warnings when using scripts under bin commit 52d02f333e86d06cfa8fff5facd18999b3db6d83 Author: ZoneMayor <jinxing6...@126.com> Date: 2015-12-30T03:08:08Z Merge pull request #13 from apache/trunk 2015-12-30 commit d56be0b9e0849660c07d656c6019f9cc2f17ae55 Author: ZoneMayor <jinxing6...@126.com> Date: 2016-01-10T09:24:06Z Merge pull request #14 from apache/trunk 2016-1-10 commit a937ad38ac90b90a57a1969bdd8ce06d6faaaeb1 Author: jinxing <jinx...@fenbi.com> Date: 2016-01-10T10:28:18Z Merge branch 'trunk-KAFKA-2875' of https://github.com/ZoneMayor/kafka into trunk-KAFKA-2875 commit 83b2bcca237ba9445360bbfcb05a0de82c36274f Author: jinxing <jinx...@fenbi.com> Date: 2016-01-10T12:39:20Z KAFKA-2875: wip commit 6e6f2c20c5730253d8e818c2dc1e5e741a05ac08 Author: jinxing <jinx...@fenbi.com> Date: 2016-01-10T14:53:28Z KAFKA-2875: Classpath contains multiple SLF4J bindings warnings when using scripts under bin commit fbd380659727d991dff242be33cc6a3bb78f4861 Author: ZoneMayor <jinxing6...@126.com> Date: 2016-01-28T06:28:25Z Merge pull request #15 from apache/trunk 2016-01-28 commit f21aa55ed68907376d5b0924e228875530cc1046 Author: jinxing <jinx...@fenbi.com> Date: 2016-01-28T07:10:30Z KAFKA-2875: remove slf4j multi binding warnings when running form source distribution (merge to trunk and resolve conflict) commit 51fcc408302ebb0c4adaf2a4d0e6647cc469c6a0 Author: jinxing <jinx...@fenbi.com> Date: 2016-01-28T07:43:52Z added a new line commit 8a6cbad74ca4f07a4c70c1d522b604d58e4917c6 Author: jinxing <jinx...@fenbi.com> Date: 2016-02-01T08:49:06Z KAFKA-2875: create deduplicated dependant-libs and use symlink to construct classpath commit 153a1177c943e76c9c8457c47244ec59ea91d6fc Author: jinxing <jinx...@fenbi.com> Date: 2016-02-01T09:42:37Z small fix commit 1d283120bd7c3b90928090c4d22376d4ac05c4d5 Author: jinxing <jinx...@fenbi.com> Date: 2016-02-01T10:09:46Z KAFKA-2875: modify classpath in windows bat commit 29c1797ae4f3ba47445e45049c8fc0fc2e1609f4 Author: jinxing <jinx...@fenbi.com> Date: 2016-02-01T10:13:20Z mod server.properties for test commit a1993e5ca2908862340113ce965bd7fdc5020bab Author: jinxing <jinx...@fenbi.com> Date: 2016-02-01T12:44:22Z KAFKA-2875: small fix commit e523bd2ce91e03e38c20413aef3c48998fc3c263 Author: jinxing <jinx...@fenbi.com> Date: 2016-02-01T16:12:27Z KAFKA-2875: small fix commit fb27bdeba925e6833ca9bc9feb1d6d3cf55c5aaf Author: jinxing <jinx...@fenbi.com> Date: 2016-02-02T09:44:32Z KAFKA-2875: replace PROJECT_NAMES with PROJECT_NAME, use the central deduplicated libs if PROJECT_NAME not specified commit f8ba5a920a0db8654c0776ad8449b167689c0eb4 Author: jinxing <jinx...@fenbi.com> Date: 2016-02-02T09:48:00Z small fix ---- > Class path contains multiple SLF4J bindings warnings when using scripts under > bin > --------------------------------------------------------------------------------- > > Key: KAFKA-2875 > URL: https://issues.apache.org/jira/browse/KAFKA-2875 > Project: Kafka > Issue Type: Bug > Components: tools > Affects Versions: 0.9.0.0 > Reporter: Ismael Juma > Assignee: jin xing > Priority: Minor > Labels: patch > Fix For: 0.9.1.0 > > > This adds a lot of noise when running the scripts, see example when running > kafka-console-producer.sh: > {code} > ~/D/s/kafka-0.9.0.0-src ❯❯❯ ./bin/kafka-console-producer.sh --topic topic > --broker-list localhost:9092 ⏎ > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/Users/ijuma/Downloads/scala-releases/kafka-0.9.0.0-src/core/build/dependant-libs-2.10.5/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/ijuma/Downloads/scala-releases/kafka-0.9.0.0-src/core/build/dependant-libs-2.10.5/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/ijuma/Downloads/scala-releases/kafka-0.9.0.0-src/tools/build/dependant-libs-2.10.5/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/ijuma/Downloads/scala-releases/kafka-0.9.0.0-src/connect/api/build/dependant-libs/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/ijuma/Downloads/scala-releases/kafka-0.9.0.0-src/connect/runtime/build/dependant-libs/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/ijuma/Downloads/scala-releases/kafka-0.9.0.0-src/connect/file/build/dependant-libs/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/Users/ijuma/Downloads/scala-releases/kafka-0.9.0.0-src/connect/json/build/dependant-libs/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)