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
/
volume_grpc_client_to_master.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
Nit: use `time.Duration`s instead of constants in seconds. (#7438)
Lisandro Pin
1
-2
/
+2
2025-07-07
less aggressive volume server shutdown on same uuid
chrislu
1
-4
/
+40
2024-09-24
fix unclaimed spaces calculation when volumePreallocate is enabled (#6063)
LHHDZ
1
-0
/
+8
2024-06-14
Added context for the MasterClient's methods to avoid endless loops (#5628)
vadimartynov
1
-1
/
+1
2024-05-24
avoid ticker leak
chrislu
1
-0
/
+2
2023-01-09
use time.NewTicker instead of time.Tick. (#4119)
Guo Lei
1
-4
/
+4
2022-09-18
adjust logs
chrislu
1
-1
/
+1
2022-09-15
refactor(volume_grpc_client_to_master): `grpcConection` -> `grpcConne… (#3690)
Ryan Russell
1
-3
/
+3
2022-09-11
skip deltaBeat if dn is zero (#3630)
Konstantin Lebedev
1
-5
/
+24
2022-08-23
remove old raft servers if they don't answer to pings for too long (#3398)
askeipx
1
-1
/
+1
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-8
/
+8
2022-06-10
fix typo
guol-fnst
1
-3
/
+3
2022-06-10
Revert "Merge pull request #3159 from shichanglin5/_duplicateUUID"
chrislu
1
-19
/
+5
2022-06-09
perf: Optimized volume handling duplicateUUID logic to avoid quitting when vo...
shichanglin5
1
-5
/
+19
2022-05-17
fix naming convention
guol-fnst
1
-2
/
+10
2022-05-17
just exit in case of duplicated volume directories were loaded
guol-fnst
1
-4
/
+1
2022-05-16
avoid duplicated volume directory
guol-fnst
1
-1
/
+10
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-1
/
+1
2021-09-12
change server address from string to a type
Chris Lu
1
-25
/
+20
2021-09-11
adjust log level
Chris Lu
1
-4
/
+4
2021-09-11
return if error
Chris Lu
1
-0
/
+1
2021-09-11
refactor
Chris Lu
1
-3
/
+1
2021-02-17
go fmt
Chris Lu
1
-8
/
+8
2021-02-16
this can compile now!!!
Chris Lu
1
-1
/
+0
2020-11-03
volume: detect max volume count changes based on disk usage
Chris Lu
1
-0
/
+1
2020-10-31
glog
Konstantin Lebedev
1
-1
/
+1
2020-10-31
When the volume server is stopped, the master server immediately sees the del...
Konstantin Lebedev
1
-0
/
+17
2020-10-07
volume: avoid hanging when stopping a volume server
Chris Lu
1
-1
/
+1
2020-09-19
volume: get metrics configuration from master
Chris Lu
1
-13
/
+17
2020-09-16
passing value by checkWithMaster() instead
Chris Lu
1
-7
/
+0
2020-09-16
volume: load configuration from master at the start
Chris Lu
1
-0
/
+22
2020-09-13
shell: add volumeServer.leave command
Chris Lu
1
-9
/
+19
2020-09-09
properly cancel context for streaming grpc
Chris Lu
1
-2
/
+5
2020-08-30
change log level 5 to 4
Chris Lu
1
-3
/
+3
2020-08-26
stop send heartbeat before stop volume server
Konstantin Lebedev
1
-4
/
+8
2020-08-08
less noisy heartbeat logs
Chris Lu
1
-2
/
+2
2020-08-06
volume: the variable for the master node may be stale?
Chris Lu
1
-17
/
+3
2020-04-28
master and volume server: avoid race condition
Chris Lu
1
-0
/
+3
2020-03-22
volume: automatically detect max volume count
Chris Lu
1
-1
/
+6
2020-03-04
refactoring
Chris Lu
1
-2
/
+3
2020-02-25
remove ctx if possible
Chris Lu
1
-4
/
+4
2020-01-29
support env variables to overwrite toml file
Chris Lu
1
-4
/
+5
2019-11-29
pass backend config from master to volume servers
Chris Lu
1
-0
/
+4
2019-06-17
volume servers get metrics address and interval from the master
Chris Lu
1
-0
/
+4
2019-05-27
caching ec shard locations
Chris Lu
1
-2
/
+2
2019-05-27
volum server passes grpc option and master location to store
Chris Lu
1
-2
/
+4
2019-05-27
convert needle id to ec intervals to read from
Chris Lu
1
-3
/
+0
2019-05-24
pb shard info uses ShardBits instead one message for one shard
Chris Lu
1
-2
/
+5
2019-05-21
volume: load ec shards during heartbeats to master
Chris Lu
1
-2
/
+36
2019-05-11
avoid switching master node if same ip and host name
Chris Lu
1
-1
/
+15
[next]