Closed
Description
Original issue 174 created by [email protected] on 2013-05-29T19:14:11.000Z:
There's a report[1] on the chromium issue tracker of a background thread eating 10-20% of CPU. This is reportedly due to leveldb encountering an error during a compaction, sleeping for 1s, and retrying in an infinite loop. Instead of hardcoding 1 second, we could instead not retry at all for Corruption errors and do a limited exponential backoff for I/O errors.
Metadata
Assignees
Labels
No labels
Activity