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

core: log 'Failed to add journaled tx' metrics, rather than individual (uninformative) errors #93

Merged
merged 1 commit into from Mar 21, 2018

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Mar 21, 2018

The logs are often flooded with "Failed to add journaled transaction" errors on startup. These are logged per individual tx, so they are very noisy (potentially 100,000s) and it was buggy. More useful error details can be obtained by turning on trace logging, so these are redundant anyways. With this change, we log the count of errors per batch, instead of each individual error.

@jmank88 jmank88 merged commit 7a22901 into master Mar 21, 2018
@jmank88 jmank88 deleted the journal-log branch March 21, 2018 14:57
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

Successfully merging this pull request may close these issues.

None yet

1 participant