You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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] Sync failed CachedBlobEntry{"7a227c943c8c10340984094988b8ae4d", Dirty} err: Failed to writeback dirty: Failed to query cached blob ver: signature magic mismatch
The text was updated successfully, but these errors were encountered:
In unfortunate case, a cached blob writeback may initiate when frontend is just updating its chunk header.
cachedblobentry.writeBackWithLock
will fail in that case:The text was updated successfully, but these errors were encountered: