Skip to content

Ingesters log too much #36

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

Closed
tomwilkie opened this issue Sep 28, 2016 · 6 comments
Closed

Ingesters log too much #36

tomwilkie opened this issue Sep 28, 2016 · 6 comments
Assignees

Comments

@tomwilkie
Copy link
Contributor

tomwilkie commented Sep 28, 2016

9m log entries in 8hrs, which is about 40% of the clusters output (another 40% being kube-dns, which is now fixed).

66% of the logs lines from the ingester are “Flushing chunk".

@tomwilkie
Copy link
Contributor Author

screen shot 2016-09-29 at 10 21 48

screen shot 2016-09-29 at 10 23 39

@tomwilkie
Copy link
Contributor Author

@juliusv
Copy link
Contributor

juliusv commented Sep 29, 2016

I'd say kill the logs for these things, use metrics instead! (except for errors and their exact messages)

@jml
Copy link
Contributor

jml commented Sep 30, 2016

I was going to fix the "Flushing" one as part of #37, but it's actually from prism.go in our prometheus fork. I don't know what the state of that is (@juliusv says it's going away), but it's a one line fix, so I've submitted PR tomwilkie/prometheus#82

@jml
Copy link
Contributor

jml commented Oct 11, 2016

Probably fixed by #46. Please re-open if not.

@jml
Copy link
Contributor

jml commented Oct 18, 2016

Now getting cycles of these:

time="2016-10-18T16:13:23Z" level=info msg="Done flushing chunks." source="ingester.go:409"
time="2016-10-18T16:14:22Z" level=info msg="Flushing chunks... (exiting: false)" source="ingester.go:386"
time="2016-10-18T16:14:22Z" level=info msg="Flushing user 2..." source="ingester.go:412"
time="2016-10-18T16:14:22Z" level=info msg="Flushing user 1..." source="ingester.go:412"
time="2016-10-18T16:14:23Z" level=info msg="Done flushing user 1." source="ingester.go:433"
time="2016-10-18T16:14:23Z" level=info msg="Done flushing user 2." source="ingester.go:433"

I haven't yet looked up what they signify.

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