Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot submit topology in local mode on Storm 1.1.0 #219

Open
watchpoints opened this issue Sep 21, 2017 · 3 comments
Open

Cannot submit topology in local mode on Storm 1.1.0 #219

watchpoints opened this issue Sep 21, 2017 · 3 comments

Comments

@watchpoints
Copy link

watchpoints commented Sep 21, 2017

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
Copy link

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
Copy link
Collaborator

erikdw commented Sep 21, 2017

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

@erikdw
Copy link
Collaborator

erikdw commented Sep 21, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants