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
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
2022-04-07
fix conflicts
Konstantin Lebedev
1
-1
/
+2
2022-04-07
refactor OnPeerUpdate
Konstantin Lebedev
1
-7
/
+8
2022-04-07
fix removing old raft server
Konstantin Lebedev
1
-15
/
+34
2022-04-06
raft update peers via OnPeerUpdate
Konstantin Lebedev
1
-2
/
+44
2022-04-04
hashicorp raft with state machine
Konstantin Lebedev
1
-10
/
+32
2022-03-26
refactor: change masters from a slice to a map
chrislu
1
-1
/
+1
2022-01-24
new master metrics
Konstantin Lebedev
1
-0
/
+2
2022-01-12
master: remove hard coded filer settings in master.toml
chrislu
1
-10
/
+5
2021-12-20
reverting default admin scripts
chrislu
1
-11
/
+1
2021-12-07
sleep between the gap of each execution
chrislu
1
-2
/
+2
2021-12-05
upgrade protoc to 3.17.3
chrislu
1
-0
/
+1
2021-11-29
add s3.clean.uploads -timeAgo=24h
Chris Lu
1
-4
/
+15
2021-11-08
use constants
Chris Lu
1
-1
/
+1
2021-11-08
rename pacakge
Chris Lu
1
-3
/
+3
2021-11-06
send peers info to filers
Chris Lu
1
-2
/
+2
[next]