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

harmless syslog errors when running tests on MacOS #3165

Closed
zhonglushu opened this issue Sep 12, 2017 · 4 comments
Closed

harmless syslog errors when running tests on MacOS #3165

zhonglushu opened this issue Sep 12, 2017 · 4 comments
Assignees

Comments

@zhonglushu
Copy link

When I run zk-up.sh, it tells me that can not connect to syslog, words like this:

Starting zk servers...
Waiting for zk servers to be ready...
Started zk servers.
ERROR: logging before flag.Parse: E0912 14:33:17.160626     142 syslogger.go:122] can't connect to syslog
ERROR: logging before flag.Parse: E0912 14:33:17.242043     152 syslogger.go:122] can't connect to syslog
ERROR: logging before flag.Parse: E0912 14:33:17.349889     162 syslogger.go:122] can't connect to syslog
W0912 14:33:17.354957     162 vtctl.go:91] cannot connect to syslog: Unix syslog delivery error
Configured zk servers.

My docker is lastest docker for mac, vitess images is vitess/base.

@m-masataka
Copy link

Did you run vitess in container?
I think the course of these errors is that syslogd does't start in your container.
So you have to start up syslog daemon to avoid these errors.
But these errors are negligible term, if you just want to try vitess.

@michael-berlin
Copy link
Contributor

I saw these errors as well when I ran tests on my Mac. Not sure if I ran them natively or within Docker.

In any case, like @m-masataka said these errors can be ignored.

It's unlikely that we'll spend time fixing this. Closing this issue for now. I'll also rename the issue to clarify the impact.

@michael-berlin michael-berlin changed the title Zookeeper shell can't connect to syslog harmless syslog errors when running tests on MacOS Sep 19, 2017
@sougou
Copy link
Contributor

sougou commented Oct 26, 2017

Reopening per this thread: https://groups.google.com/forum/#!topic/vitess/CQDL3aY-q_E. We'll keep it open till the bug is fixed.

@sougou sougou reopened this Oct 26, 2017
@gedgar gedgar self-assigned this Sep 22, 2021
@gedgar
Copy link
Contributor

gedgar commented Sep 22, 2021

This looks like it's fixed by #3563.

@gedgar gedgar closed this as completed Sep 22, 2021
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

5 participants