mesos / storm

Storm on Mesos!
Apache License 2.0
138 stars 66 forks source link

Cannot submit topology in local mode on Storm 1.1.0 #219

Open watchpoints opened 6 years ago

watchpoints commented 6 years ago
6449 [main] INFO  o.a.s.d.s.Supervisor - Starting supervisor with id 3f59c94d-4e2a-4b68-89f3-ab7d57a0ab8b at host wangchuanyi.ds.gome.com.cn.
6561 [main] WARN  o.a.s.d.nimbus - Topology submission exception. (topology name='srslog') #error {
 :cause nil
 :via
 [{:type org.apache.storm.generated.InvalidTopologyException
   :message nil
   :at [org.apache.storm.daemon.common$validate_structure_BANG_ invoke common.clj 185]}]
 :trace
 [[org.apache.storm.daemon.common$validate_structure_BANG_ invoke common.clj 185]
  [org.apache.storm.daemon.common$system_topology_BANG_ invoke common.clj 378]
  [org.apache.storm.daemon.nimbus$mk_reified_nimbus$reify__10782 submitTopologyWithOpts nimbus.clj 1694]
  [org.apache.storm.daemon.nimbus$mk_reified_nimbus$reify__10782 submitTopology nimbus.
eweathers commented 6 years ago

Storm 1.1.0+ cannot work at all anyways, see #214. Until we get some fundamental changes in storm we are unlikely to have this project working with anything newer than Storm 1.0.x.

erikdw commented 6 years ago

That last comment was added using my other (defunct) github username. This is my normal one.

erikdw commented 6 years ago

I am curious exactly what is being attempted here though. I was able to submit my topology on storm 1.1.0 as (partially) documented in #214, but the MesosNimbus could never schedule any supervisors to launch.

So what are you doing with storm-mesos that leads to this failure? How are you "submitting in local mode"?