Kouhei Ueno
Results
12
issues of
Kouhei Ueno
enhancement
P1
In unfortunate case, a cached blob writeback may initiate when frontend is just updating its chunk header. `cachedblobentry.writeBackWithLock` will fail in that case: ``` 2016/01/19 22:57:55 W [cachedbs] cachesyncer.go:101: Worker[0]...
bug
P2
`CachedBlobEntriesManager.DropCacheEntry` actually does the following: - writeBack any changes made to the blob - delete blob from cache to free up disk space The name sounds like the cache entry...
enhancement
P2