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

Interleaved/Partial log output #26

Closed
mikehale opened this issue Oct 15, 2012 · 5 comments
Closed

Interleaved/Partial log output #26

mikehale opened this issue Oct 15, 2012 · 5 comments

Comments

@mikehale
Copy link
Contributor

To be fair I'm not certain if this is a scrolls issue or something related to the heroku logging infrastructure. I have seen it on a platform app and a bare metal app using unicorn.

Example output:

2012-10-15T14:25:59+00:00 app[web.15]: fn=submit_to_librato at=error 
2012-10-15T14:26:41+00:00 app[web.39]: fn=submit_to_librato at=error exception="metric 
2012-10-15T14:27:46+00:00 app[web.17]: fn=submit_to_librato at=error exceptio
2012-10-15T14:28:21+00:00 app[web.15]: fn=submit_to_librato at=error exce
2012-10-15T14:28:47+00:00 app[web.1]: fn=submit_to_librato at=error excepti
2012-10-15T14:29:42+00:00 app[web.29]: fn=submit_to_librato at=error exception="met
2012-10-15T14:29:44+00:00 app[web.20]: fn=submit_to_librato at=error except

I would expect to see something like:

2012-10-15T14:29:42+00:00 app[web.29]: fn=submit_to_librato at=error exception="metric too old"
@mikehale
Copy link
Contributor Author

/cc @pedro

@pedro
Copy link
Contributor

pedro commented Oct 15, 2012

Oh man, +1. This has been haunting us for quite a while - latest attempt was to reset the Scrolls Mutex on Unicorn fork but that didn't seem to improve the situation.

@mikehale do you have more info on the apps that had this issue? Are they 1.8.7? Unicorn?

@mikehale
Copy link
Contributor Author

I was seeing it on an heroku/backstop, which uses thin, ruby 1.9.2, and sinatra.

@asenchi
Copy link
Owner

asenchi commented Nov 2, 2012

I'll be honest I have no idea how to reproduce this. I never saw it while I was at Heroku and I haven't put Scrolls through any rigorous logging at GitHub.

If you find something let me know.

@asenchi
Copy link
Owner

asenchi commented Feb 11, 2013

Going to close this due to not enough information. If you see it again, let's reopen and see if we can reproduce.

@asenchi asenchi closed this as completed Feb 11, 2013
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