mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-12-21 15:28:14 +08:00
c04edeed68
The patch addresses #3745. The cache should return the exact amount of data requested by the buffer. By construction of the cache it is always all requested data range or we have error happening. The old use of minsize miscalculate the requested data size, if non zero offset is requested. |
||
---|---|---|
.. | ||
chunk_cache_in_memory.go | ||
chunk_cache_on_disk_test.go | ||
chunk_cache_on_disk.go | ||
chunk_cache.go | ||
on_disk_cache_layer.go |