index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
topology
/
store_replicate.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
WIP
origin/changing-to-zap
chrislu
1
-9
/
+9
2024-10-14
feat: add in-flight metric for s3/file/volume-server (#6120)
steve.wei
1
-0
/
+10
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-2
/
+8
2024-04-11
[volume] Reduce the number of buffers for uploading one chunk (#5458)
Konstantin Lebedev
1
-0
/
+4
2024-01-10
chore: add status code for request_total metrics (#5188)
Konstantin Lebedev
1
-3
/
+3
2022-10-19
add md5 header when UploadData to replication in ReplicatedWrite (#3881)
liubaojiang
1
-1
/
+6
2022-09-15
docs(topology): readability improvements (#3688)
Ryan Russell
1
-1
/
+1
2022-09-13
Removing chunks on failed to write to replicas (#3591)
Konstantin Lebedev
1
-1
/
+1
2022-08-02
align
Konstantin Lebedev
1
-2
/
+2
2022-08-02
refactor
Konstantin Lebedev
1
-2
/
+2
2022-08-01
rename to localWrite and replicatedWrite
Konstantin Lebedev
1
-2
/
+2
2022-08-01
Detailed metrics VolumeServerRequestHistogram for writing to disk and replica...
Konstantin Lebedev
1
-2
/
+8
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-8
/
+8
2022-02-16
healthz check to avoid drain pod with last replicas
Konstantin Lebedev
1
-3
/
+3
2022-02-14
clearly
Konstantin Lebedev
1
-1
/
+1
2022-02-14
https://github.com/chrislusf/seaweedfs/issues/2648
Konstantin Lebedev
1
-0
/
+1
2022-02-04
move error to a separate file
chrislu
1
-3
/
+3
2022-02-04
error metrics for filer and store
Konstantin Lebedev
1
-0
/
+4
2021-09-07
better IP v6 support
Chris Lu
1
-1
/
+1
2021-09-06
refactoring
Chris Lu
1
-1
/
+10
2021-08-13
Only when tailing volume, the zero-ed cookie should skip checking.
Chris Lu
1
-1
/
+1
2021-08-12
move some volume lookup operations to grpc
Chris Lu
1
-9
/
+7
2021-08-01
refactor
Chris Lu
1
-3
/
+3
2021-02-17
refactoring to get master function, instead of passing master values directly
Chris Lu
1
-6
/
+6
2020-11-11
add TODO
Chris Lu
1
-0
/
+1
2020-08-18
refactoring to typed Size
Chris Lu
1
-1
/
+2
2020-06-19
renaming
Chris Lu
1
-1
/
+1
2020-04-11
volume server: accept fsync=true in write requests
Chris Lu
1
-1
/
+9
2020-03-15
refactoring
Chris Lu
1
-9
/
+8
2020-03-15
volume: proxy writes to remote volume server, with replication or not
Chris Lu
1
-18
/
+23
2020-03-14
fix compilation
Chris Lu
1
-2
/
+2
2020-03-14
protect against possible nil
Chris Lu
1
-1
/
+5
2020-03-09
adjust logging
Chris Lu
1
-2
/
+2
2020-03-08
filer: remember content is gzipped or not
Chris Lu
1
-2
/
+1
2020-03-06
filer: option to encrypt data on volume server
Chris Lu
1
-3
/
+2
2019-12-11
go fmt
Chris Lu
1
-1
/
+1
2019-12-08
improve data consistency when replication write
zhangsong
1
-82
/
+100
2019-07-17
refactoring
Chris Lu
1
-2
/
+2
2019-04-21
volume: support http status 304 for the same file id
Chris Lu
1
-8
/
+6
2019-04-18
refactoring
Chris Lu
1
-12
/
+13
2019-02-28
Fix https://github.com/chrislusf/seaweedfs/issues/864
chenwanli
1
-0
/
+1
2019-02-16
avoid util package depends on security package
Chris Lu
1
-1
/
+1
2019-01-17
go fmt and fix some typo
bingoohuang
1
-1
/
+1
2019-01-15
fail fast when failed to write local volume
bingoohuang
1
-2
/
+4
2018-06-12
treat 0 sized file as normal
Chris Lu
1
-4
/
+2
2018-05-27
go vet
Chris Lu
1
-1
/
+0
2017-03-04
fix bug: replication, metadata not replicated
sparklxb
1
-1
/
+5
2017-01-08
support additional header name-value pairs
sparklxb
1
-3
/
+12
2017-01-08
support additional header name-value pairs
sparklxb
1
-1
/
+1
2016-06-02
directory structure change to work with glide
Chris Lu
1
-0
/
+150