aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/needle/needle_read.go
AgeCommit message (Collapse)AuthorFilesLines
2025-06-11refactorchrislu1-27/+11
2025-06-11refactorchrislu1-30/+8
2025-06-06a bit refactoringchrislu1-12/+17
2024-11-21ReadAt may return io.EOF t end of filechrislu1-1/+9
related to https://github.com/seaweedfs/seaweedfs/issues/6219
2024-11-12added backward compatible CRC check and extra explanatory comments (#6233)Eugeniy E. Mikhailov1-1/+3
2024-01-15can vacuum volume when size mismatch (#5200)skycope1-1/+11
Co-authored-by: Yang Wang <yangwang@weride.ai>
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-10/+10
2022-10-23skip reading needle if size is invalidchrislu1-0/+1
related to https://github.com/seaweedfs/seaweedfs/issues/3882
2022-09-06ADHOC: add read needle meta grpc (#3581)Eric Yang1-2/+2
* ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-06-05volume: checksum remove the hashing step in Value()chrislu1-1/+2
2022-06-04add needle reading in chunkschrislu1-7/+14
2022-06-03refactoring, split filechrislu1-0/+293