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

Alarming errors on weaveDNS in deployments without weave #1008

Closed
2opremio opened this issue Feb 23, 2016 · 1 comment · Fixed by #1610
Closed

Alarming errors on weaveDNS in deployments without weave #1008

2opremio opened this issue Feb 23, 2016 · 1 comment · Fixed by #1610
Assignees
Milestone

Comments

@2opremio
Copy link
Contributor

Now Scope periodically checks for weave being started as a result of #867 .

However, this results in somehow alarming errors in deployments without Weave Net:

$ docker logs weavescope |& grep weaveDNS
<app> ERRO: 2016/02/23 09:24:29.108373 Error updating weaveDNS, backing off 20s: Error running weave expose: exit status 1
<app> ERRO: 2016/02/23 09:24:49.424425 Error updating weaveDNS, backing off 40s: Error running weave expose: exit status 1
<app> ERRO: 2016/02/23 09:25:29.732988 Error updating weaveDNS, backing off 1m0s: Error running weave expose: exit status 1

I understand those errors are legitimate and that we want to make those checks by default.

You can disable this by doing --probe.weave.router.addr "" but that's not very intuitive (and inconvenient). I would suggest either/or:

  • Lowering the alarming tone of those errors.
  • Adding an extra more-intuitive flag: --disable.weave ?
@tomwilkie
Copy link
Contributor

Can do. I'd would add that the errors go away once you hit max back off.

On Tuesday, 23 February 2016, Alfonso Acosta [email protected]
wrote:

Now Scope periodically checks for weave being started as a result of #867
#867 .

However, this results in somehow alarming errors in deployments without
Weave Net:

$ docker logs weavescope |& grep weaveDNS
ERRO: 2016/02/23 09:24:29.108373 Error updating weaveDNS, backing off 20s: Error running weave expose: exit status 1
ERRO: 2016/02/23 09:24:49.424425 Error updating weaveDNS, backing off 40s: Error running weave expose: exit status 1
ERRO: 2016/02/23 09:25:29.732988 Error updating weaveDNS, backing off 1m0s: Error running weave expose: exit status 1

I understand those errors are legitimate and that we want to make those
checks by default.

You can disable this is by doing --probe.weave.router.addr "" but that's
not very intuitive (and inconvenient). I would suggest either or:

  • Lowering the alarming tone of those errors.
  • Adding an extra more-intuitive flag: --disable.weave ?


Reply to this email directly or view it on GitHub
#1008.

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

Successfully merging a pull request may close this issue.

2 participants