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
/
topology.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-23
Master: volume assignment concurrency (#7159)
Chris Lu
1
-0
/
+1
2025-04-16
Fix implementation of `master_pb.CollectionList` RPC call (#6715)
Lisandro Pin
1
-5
/
+13
2024-11-26
[master] avoid timeout when assigning for main request with filter by DC or r...
Konstantin Lebedev
1
-1
/
+1
2024-11-25
use ShouldGrowVolumesByDcAndRack (#6280)
Konstantin Lebedev
1
-0
/
+13
2024-11-23
wait a bit before getting the next volume id if the leader is recently elected
chrislu
1
-0
/
+2
2024-09-04
[master] refactor func ShouldGrowVolumes (#5884)
Konstantin Lebedev
1
-1
/
+10
2024-08-29
math/rand => math/rand/v2
chrislu
1
-1
/
+1
2024-07-30
[master] do sync grow request only if absolutely necessary (#5821)
Konstantin Lebedev
1
-2
/
+2
2024-07-26
fix allocate reduplicated volumeId to different volume (#5811)
wyang
1
-2
/
+45
2024-07-12
fix: avoid timeout if datacenter does not exist in topology (#5772)
Konstantin Lebedev
1
-0
/
+16
2024-01-25
fix: clean metric MasterReplicaPlacementMismatch for unregister volume (#5239)
Konstantin Lebedev
1
-0
/
+4
2023-12-27
create volume grow request if the selected volume is close to full
chrislu
1
-7
/
+9
2023-12-24
remove unused code
chrislu
1
-7
/
+0
2023-06-09
Healthz check for deadlocks (#4558)
Konstantin Lebedev
1
-0
/
+22
2023-03-16
Retry until a leader is selected. (#4318)
Stewart Miles
1
-1
/
+14
2023-03-15
Use exponential backoff to query leader. (#4313)
Stewart Miles
1
-13
/
+6
2023-03-02
fix chunk.ModifiedTsNs (#4264)
zemul
1
-1
/
+1
2022-12-28
support enable/disable vacuum (#4087)
Guo Lei
1
-0
/
+11
2022-09-10
avoid dead lock
chrislu
1
-1
/
+1
2022-09-10
replace PR https://github.com/seaweedfs/seaweedfs/pull/3621
chrislu
1
-1
/
+3
2022-08-24
Add raft server access mutex to avoid races (#3503)
Patrick Schmidt
1
-15
/
+35
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-9
/
+9
2022-07-27
"github.com/chrislusf/raft" => "github.com/seaweedfs/raft"
chrislu
1
-1
/
+1
2022-05-17
fix naming convention
guol-fnst
1
-2
/
+2
2022-05-16
avoid duplicated volume directory
guol-fnst
1
-4
/
+7
2022-05-01
go fmt
chrislu
1
-3
/
+3
2022-04-10
Merge pull request #2868 from kmlebedev/hashicorp_raft
Chris Lu
1
-3
/
+22
2022-04-07
fix: master lose some volumes
shibinbin
1
-0
/
+11
2022-04-04
hashicorp raft with state machine
Konstantin Lebedev
1
-3
/
+22
2021-12-16
log message adds server name
chrislu
1
-1
/
+1
2021-09-12
change server address from string to a type
Chris Lu
1
-4
/
+5
2021-09-05
refactor
Chris Lu
1
-2
/
+2
2021-06-21
master: avoid repeated leader redirection
Chris Lu
1
-1
/
+6
2021-05-11
master: avoid creating too many volumes
Chris Lu
1
-4
/
+4
2021-05-06
ahead of time volume assignment
qieqieplus
1
-4
/
+8
2021-02-16
this can compile now!!!
Chris Lu
1
-5
/
+7
2021-02-13
disk type can be generic tags
Chris Lu
1
-3
/
+3
2020-12-13
rename from volumeType to diskType
Chris Lu
1
-13
/
+13
2020-12-13
fix tests
Chris Lu
1
-0
/
+3
2020-12-13
volume server set volume type and heartbeat to the master
Chris Lu
1
-4
/
+15
2020-12-13
adding volume type
Chris Lu
1
-8
/
+8
2020-11-22
avoid possible concurrent access inside ensureCorrectWritables()
Chris Lu
1
-1
/
+3
2020-10-21
adding locking to avoid nil VolumeLocationList
Chris Lu
1
-1
/
+1
2020-08-10
minor adjustments
Chris Lu
1
-5
/
+3
2020-08-10
fix bug: two same volumeId in different collections
cheng.li01
1
-13
/
+14
2020-06-05
Set volumes ReadOnly if low free disk space
Evgenii Kozlov
1
-1
/
+6
2020-04-01
Added treat_replication_as_minimums master toml option
James Hartig
1
-3
/
+5
2020-01-10
treat it as a single node cluster if empty raft server name
Chris Lu
1
-3
/
+8
2019-12-23
shell: add ec.decode command
Chris Lu
1
-1
/
+3
2019-10-30
fix leader master /dir/lookup api
Lei Liu
1
-1
/
+1
[next]