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
/
server
/
master_server.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
master: Fix raft url (#7255)
Chris Lu
1
-4
/
+7
2025-09-04
add disable volume_growth flag (#7196)
Dmitriy Pavlov
1
-0
/
+4
2025-08-06
remove spoof-able request header (#7103)
Chris Lu
1
-6
/
+0
2025-08-06
remote address parsing should handle special cases (#7101)
Chris Lu
1
-4
/
+2
2025-07-06
use float for sleep seconds
chrislu
1
-1
/
+1
2025-06-28
remove features and deployments fields
chrislu
1
-8
/
+0
2025-06-28
add telemetry (#6926)
Chris Lu
1
-0
/
+30
2025-05-21
Added middleware for processing request_id grpc and http requests (#6805)
Aleksey Kosov
1
-12
/
+12
2025-01-30
Remove rate limit semaphore on master's leader selection logic. (#6494)
Lisandro Pin
1
-5
/
+0
2024-12-02
[security] reload whiteList on http seerver (#6302)
Konstantin Lebedev
1
-1
/
+12
2024-11-26
[master] update LastLeaderChangeTime for hashicorp raft (#6292)
Konstantin Lebedev
1
-1
/
+0
2024-11-23
wait a bit before getting the next volume id if the leader is recently elected
chrislu
1
-0
/
+3
2024-09-29
skip resource heavy commands from running on master nodes
chrislu
1
-0
/
+4
2024-08-21
add parallel vacuuming
chrislu
1
-5
/
+7
2024-08-19
add http endpoint to get the size of a collection (#5910)
Riccardo Bertossa
1
-0
/
+1
2024-07-26
fix allocate reduplicated volumeId to different volume (#5811)
wyang
1
-15
/
+0
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-1
/
+2
2024-07-16
[master] Do Automatic Volume Grow in background (#5781)
Konstantin Lebedev
1
-9
/
+9
2024-06-14
Added context for the MasterClient's methods to avoid endless loops (#5628)
vadimartynov
1
-2
/
+2
2024-04-29
reduce ambiguity about use memory_sequencer (#5555)
shenxingwuying
1
-1
/
+3
2024-04-18
avoid repeated calls to heavy-weighted viper
chrislu
1
-1
/
+6
2024-04-18
rename
chrislu
1
-10
/
+10
2023-08-24
Implement SRV lookups for filer (#4767)
Nico D'Cotta
1
-1
/
+1
2023-07-04
proxy to master uses http address
chrislu
1
-1
/
+1
2023-03-19
avoid lower casing the command
chrislu
1
-1
/
+1
2022-10-06
master server graceful stop (#3797)
Konstantin Lebedev
1
-11
/
+26
2022-08-26
avoid race conditions for OnPeerUpdate (#3525)
Konstantin Lebedev
1
-1
/
+1
2022-08-24
Add raft server access mutex to avoid races (#3503)
Patrick Schmidt
1
-6
/
+16
2022-08-23
ping timeout at 15 seconds
chrislu
1
-1
/
+1
2022-08-23
remove old raft servers if they don't answer to pings for too long (#3398)
askeipx
1
-4
/
+29
2022-08-11
avoid infinite loop WaitUntilConnected() (#3431)
Konstantin Lebedev
1
-3
/
+1
2022-08-01
Merge pull request #3338 from kmlebedev/issues/3083
Chris Lu
1
-50
/
+12
2022-08-01
rollback over onPeerupdate implementation of automatic clean-up of failed ser...
Konstantin Lebedev
1
-98
/
+12
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-11
/
+11
2022-07-28
refactor
chrislu
1
-1
/
+1
2022-07-28
add dc and rack
chrislu
1
-1
/
+1
2022-07-27
"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"
chrislu
1
-1
/
+1
2022-07-26
fix RUnlock of unlocked RWMutex
Konstantin Lebedev
1
-1
/
+0
2022-07-21
avoid deadlock
Konstantin Lebedev
1
-2
/
+10
2022-07-21
use safe onPeerUpdateDoneCns
Konstantin Lebedev
1
-12
/
+32
2022-07-20
onPeerUpdateGoroutineCount use int32
Konstantin Lebedev
1
-4
/
+4
2022-07-20
fix design
Konstantin Lebedev
1
-5
/
+6
2022-07-20
add waiting log message
Konstantin Lebedev
1
-0
/
+1
2022-07-20
check for ping before deleting raft server
Konstantin Lebedev
1
-1
/
+20
2022-07-19
fix typo
Konstantin Lebedev
1
-8
/
+11
2022-05-30
fresh filer store bootstrap from the oldest peer
chrislu
1
-1
/
+1
2022-05-03
fix wrong assignment
chrislu
1
-1
/
+2
2022-05-02
fix segmentation violation
chrislu
1
-0
/
+1
2022-05-01
filer: add filer group
chrislu
1
-2
/
+2
2022-04-07
fix master ui
Konstantin Lebedev
1
-23
/
+30
[next]