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

Dashboard cannot find job scheduler #68

Open
neverfox opened this issue Oct 3, 2016 · 5 comments
Open

Dashboard cannot find job scheduler #68

neverfox opened this issue Oct 3, 2016 · 5 comments

Comments

@neverfox
Copy link
Contributor

neverfox commented Oct 3, 2016

org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /onyx/1/job-scheduler/scheduler
    code: -101
    path: "/onyx/1/job-scheduler/scheduler"

Running Onyx 0.9.11.0

@lbradstreet
Copy link
Member

That's odd. It shouldn't be looking up the job scheduler at this path any more. Are you using onyx-dashboard 0.9.11.0, against onyx 0.9.11?

@mariusz-jachimowicz-83
Copy link
Contributor

I have noticed similar behaviour a couple of times. I think that core isn't handling restarting ZK properly. It might be related to Issues that I have created. I will try to fix this when I finish current PR.

@lbradstreet
Copy link
Member

Thanks @mariusz-jachimowicz-83. The reason for my conclusion is that we no longer check the job scheduler path and the messaging path separately. We now check /onyx/tenancy/log-parameters, which is why I'm confused about the dashboard attempting to check that path.

@neverfox
Copy link
Contributor Author

neverfox commented Oct 4, 2016

I'm using onyx-dashboard:latest (which I assume is 0.9.11.0) against onyx 0.9.11.

@lbradstreet
Copy link
Member

Could you try onyx-dashboard:0.9.11.0? Maybe something is going wrong with the use of latest.

On 4 Oct 2016, at 22:50, Roman Pearah [email protected] wrote:

I'm using onyx-dashboard:latest (which I assume is 0.9.11.0) against onyx 0.9.11.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

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

No branches or pull requests

3 participants