storm icon indicating copy to clipboard operation
storm copied to clipboard

Cannot submit topology in local mode on Storm 1.1.0

Open watchpoints opened this issue 8 years ago • 3 comments

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.

watchpoints avatar Sep 21 '17 05:09 watchpoints

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.

eweathers avatar Sep 21 '17 06:09 eweathers

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

erikdw avatar Sep 21 '17 06:09 erikdw

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"?

erikdw avatar Sep 21 '17 19:09 erikdw