monasca / monasca-docker

Docker files and setup for Monasca
Apache License 2.0
24 stars 47 forks source link

storm supervisor connect kafka warning #509

Open like-inspur opened 5 years ago

like-inspur commented 5 years ago

I use storm nimbus and supervisor to create storm cluster with version 1.1.1-1.0.12, and use thresh to init storm cluster with version master-20180216-100233. When I execute thresh init job, storm supervisor call warning like this:

logfile=6700/worker.log 2019-03-25 09:12:41.818 k.c.AppInfo$ Thread-9-metrics-spout-executor[26 26] [WARN] Can't read Kafka version from MANIFEST.MF. Possible cause: java.lang.NullPointerException

I use kafka with version 0.10.2.1. Is it not suitable for storm and thresh or monasca-thresh,jar has error in thresh image? Thank you!