seaweedfs/weed
Eugeniy E. Mikhailov c04edeed68
bug fix in the data received from cache processing (#6002)
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.
2024-09-10 13:30:18 -07:00
..
cluster init candidate servers when setting a starting snapshot 2024-05-05 14:16:26 -07:00
command increasing default cache size 2024-09-10 10:30:19 -07:00
filer weed mount caching 2024-09-10 10:30:05 -07:00
filer_client refactor out FilerClientAccessor 2024-06-06 19:44:19 -07:00
ftpd chore: fix function names in comment (#5478) 2024-04-08 07:19:02 -07:00
glog rotate log files 2022-12-11 21:05:58 -08:00
iamapi refactor all methods strings to const (#5726) 2024-07-01 01:00:39 -07:00
images Migrates from disintegration/imaging c2019 to cognusion/imaging c2024. (#5533) 2024-04-24 23:16:04 -07:00
mount support write once read many 2024-09-04 02:25:07 -07:00
mq fix build 2024-08-12 09:45:51 -07:00
notification go fmt 2022-09-14 23:06:44 -07:00
operation [shell] fix volume grow in shell (#5992) 2024-09-09 11:42:56 -07:00
pb [shell] fix volume grow in shell (#5992) 2024-09-09 11:42:56 -07:00
query move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
remote_storage remove unused 2024-06-28 14:54:39 -07:00
replication Azure sink: avoid overwriting existing files 2024-07-17 23:14:36 -07:00
s3api more consistent server header for s3 apis 2024-09-09 09:07:58 -07:00
security fix CVE-2016-2183 (#5844) 2024-08-01 20:00:22 -07:00
sequence remove unused function 2024-06-25 09:18:11 -07:00
server [master] process grow request with must grow (#5999) 2024-09-09 23:45:02 -07:00
shell [shell] fix volume grow in shell (#5992) 2024-09-09 11:42:56 -07:00
static Fix Broken Links (#5287) 2024-02-14 08:26:38 -08:00
stats [master] refactor func ShouldGrowVolumes (#5884) 2024-09-04 08:16:44 -07:00
storage Do CRC check if the buffer contains the full needle data before it is sent (#5980) 2024-09-05 17:14:55 -07:00
topology [master] process grow request with must grow (#5999) 2024-09-09 23:45:02 -07:00
util bug fix in the data received from cache processing (#6002) 2024-09-10 13:30:18 -07:00
wdclient Added context for the MasterClient's methods to avoid endless loops (#5628) 2024-06-14 11:40:34 -07:00
Makefile fix EC reading on nLargeBlockRows 2024-08-13 12:01:46 -07:00
weed.go Added tls for http clients (#5766) 2024-07-16 23:14:09 -07:00