aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/store_replicate.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22WIPorigin/changing-to-zapchrislu1-9/+9
2024-10-14feat: add in-flight metric for s3/file/volume-server (#6120)steve.wei1-0/+10
2024-07-16Added tls for http clients (#5766)vadimartynov1-2/+8
2024-04-11[volume] Reduce the number of buffers for uploading one chunk (#5458)Konstantin Lebedev1-0/+4
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-3/+3
2022-10-19add md5 header when UploadData to replication in ReplicatedWrite (#3881)liubaojiang1-1/+6
2022-09-15docs(topology): readability improvements (#3688)Ryan Russell1-1/+1
2022-09-13Removing chunks on failed to write to replicas (#3591)Konstantin Lebedev1-1/+1
2022-08-02alignKonstantin Lebedev1-2/+2
2022-08-02refactorKonstantin Lebedev1-2/+2
2022-08-01rename to localWrite and replicatedWriteKonstantin Lebedev1-2/+2
2022-08-01Detailed metrics VolumeServerRequestHistogram for writing to disk and replica...Konstantin Lebedev1-2/+8
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-02-16healthz check to avoid drain pod with last replicasKonstantin Lebedev1-3/+3
2022-02-14clearlyKonstantin Lebedev1-1/+1
2022-02-14https://github.com/chrislusf/seaweedfs/issues/2648Konstantin Lebedev1-0/+1
2022-02-04move error to a separate filechrislu1-3/+3
2022-02-04error metrics for filer and storeKonstantin Lebedev1-0/+4
2021-09-07better IP v6 supportChris Lu1-1/+1
2021-09-06refactoringChris Lu1-1/+10
2021-08-13Only when tailing volume, the zero-ed cookie should skip checking.Chris Lu1-1/+1
2021-08-12move some volume lookup operations to grpcChris Lu1-9/+7
2021-08-01refactorChris Lu1-3/+3
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-6/+6
2020-11-11add TODOChris Lu1-0/+1
2020-08-18refactoring to typed SizeChris Lu1-1/+2
2020-06-19renamingChris Lu1-1/+1
2020-04-11volume server: accept fsync=true in write requestsChris Lu1-1/+9
2020-03-15refactoringChris Lu1-9/+8
2020-03-15volume: proxy writes to remote volume server, with replication or notChris Lu1-18/+23
2020-03-14fix compilationChris Lu1-2/+2
2020-03-14protect against possible nilChris Lu1-1/+5
2020-03-09adjust loggingChris Lu1-2/+2
2020-03-08filer: remember content is gzipped or notChris Lu1-2/+1
2020-03-06filer: option to encrypt data on volume serverChris Lu1-3/+2
2019-12-11go fmtChris Lu1-1/+1
2019-12-08improve data consistency when replication writezhangsong1-82/+100
2019-07-17refactoringChris Lu1-2/+2
2019-04-21volume: support http status 304 for the same file idChris Lu1-8/+6
2019-04-18refactoringChris Lu1-12/+13
2019-02-28Fix https://github.com/chrislusf/seaweedfs/issues/864chenwanli1-0/+1
2019-02-16avoid util package depends on security packageChris Lu1-1/+1
2019-01-17go fmt and fix some typobingoohuang1-1/+1
2019-01-15fail fast when failed to write local volumebingoohuang1-2/+4
2018-06-12treat 0 sized file as normalChris Lu1-4/+2
2018-05-27go vetChris Lu1-1/+0
2017-03-04fix bug: replication, metadata not replicatedsparklxb1-1/+5
2017-01-08support additional header name-value pairssparklxb1-3/+12
2017-01-08support additional header name-value pairssparklxb1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+150