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

"warning: 8 bytes ignored in each record" should be a critical error #66

Open
fuchsi-fuchs opened this issue Apr 16, 2018 · 1 comment

Comments

@fuchsi-fuchs
Copy link

Please correct me if I am wrong, but it seems this "warning" actually prevents mcelog from producing any output. This is not a "warning" but rather a critical error and should be marked as such.

@andikleen
Copy link
Owner

It should only prevent it from producing output for further records in the same read(). That would mainly happen in a flood. If you don't have a flood then very likely there is only a single record for each wakeup/read cycle, so it should be ok.
Not sure if people care about every record in a flood. Usually they are fairly similar. Eventually it will recover.

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