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

Logs are not complete and scrambled #142

Open
fvisin opened this issue Oct 8, 2016 · 2 comments
Open

Logs are not complete and scrambled #142

fvisin opened this issue Oct 8, 2016 · 2 comments

Comments

@fvisin
Copy link

fvisin commented Oct 8, 2016

The logs of my jobs are missing some lines (I print one line every batch, approx 6 out of 7 are missing!) and sometimes the lines are scrambled (the outputs of different epochs are interleaved). Note that these are two separate issues, i.e., I checked that the missing lines are not just somewhere else in the log, they are actually missing.

It might have to do with progressbar2, but I have no evidence of this. The only reason for this claim is that there might be an incompatibility with progressbar rewriting multiple times the same line.

@mgermain
Copy link
Member

I've never heard of this one. Might be related to progressbar2 which I've never tried with smartdispatch. I don't know if @MarcCote knows more about this issue. For now, can you tell us on which cluster you've seen this issue and do you have code to reproduce?

@fvisin
Copy link
Author

fvisin commented Oct 27, 2016

I was using Helios. You can almost certaintly reproduce it with this code (I'm using the same main loop, which is where the progressbar is called):
https://github.com/fvisin/reseg

Thank you for investigating the issue!

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

2 participants