Commit f9b9856
Mohan Srinivasan
An uncacheable READ should be served out of the cache when possible.
Summary:
Fix for another bug that got introduced during the mergeorama.
An uncacheable READ will end up evicting the cached block (cleaning
it first if necessary). This should not happen, we should always
try and serve the cached block on an uncacheable READ. But a READ
miss will go to disk.
This bug does not affect correctness, but it could adversely impact
cache hit rates.
Test Plan:
Reviewers:
CC:
Task ID: #
Blame Rev:1 parent c40f738 commit f9b9856
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2049 | 2049 | | |
2050 | 2050 | | |
2051 | 2051 | | |
2052 | | - | |
2053 | | - | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
2054 | 2059 | | |
2055 | 2060 | | |
2056 | 2061 | | |
| |||
0 commit comments