1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-28 21:31:56 +02:00
seaweedfs/weed/operation
askeipx 2e78a522ab
remove old raft servers if they don't answer to pings for too long (#3398)
* remove old raft servers if they don't answer to pings for too long

add ping durations as options

rename ping fields

fix some todos

get masters through masterclient

raft remove server from leader

use raft servers to ping them

CheckMastersAlive for hashicorp raft only

* prepare blocking ping

* pass waitForReady as param

* pass waitForReady through all functions

* waitForReady works

* refactor

* remove unneeded params

* rollback unneeded changes

* fix
2022-08-23 23:18:21 -07:00
..
assign_file_id.go filer prefer volume server in same data center (#3405) 2022-08-04 17:35:00 -07:00
buffer_pool.go
chunked_file.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
data_struts.go
delete_content.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
grpc_client.go remove old raft servers if they don't answer to pings for too long (#3398) 2022-08-23 23:18:21 -07:00
lookup.go filer prefer volume server in same data center (#3405) 2022-08-04 17:35:00 -07:00
lookup_vid_cache.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
lookup_vid_cache_test.go
needle_parse_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
submit.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
sync_volume.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
tail_volume.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
upload_content.go adjust log 2022-08-20 23:34:07 -07:00