DescriptionDo not DCHECK on SimpleCache deletion-while-closing.
The cache should be safe to delete immediately after calling the
destructor. This means that failures from files going missing while
the index is being serialized are acceptable; if we are going to
actually restart this cache, they can be dealt with at startup anyway.
R=jkarlin@chromium.org
BUG=416940
Committed: https://crrev.com/8e33c7610574ebe3466177f227b1c17e47f4f731
Cr-Commit-Position: refs/heads/master@{#302272}
Patch Set 1 #Patch Set 2 : remove bigger example test #
Total comments: 7
Patch Set 3 : remediate #Patch Set 4 : lint #Messages
Total messages: 8 (1 generated)
|