Chromium Code Reviews
DescriptionMake CreateDirectory return an error code instead of just a bool.
Make use of the new error code in IndexedDB, where we'll
histogram which errors can be recovered from by retrying
and which can't.
We're going to try retrying CreateDirectory because LevelDB
doesn't pay attention to what env_->CreateDir returns and a
frequent error on the next operation (locking the lock file)
is that the directory doesn't exist. I want to find out
what's causing the directories to not be created in the
first place, and which errors can be considered ephemeral.
BUG=225051
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205386
Patch Set 1 #Patch Set 2 : xml file; use the new errors #
Total comments: 4
Patch Set 3 : respond to comments #Patch Set 4 : rebase onto ToT #Patch Set 5 : call the right function on windows #
Messages
Total messages: 12 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||