aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_cluster_check.go
AgeCommit message (Collapse)AuthorFilesLines
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-3/+4
* 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-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-05-31fix error reporting for "Need to a hdd disk type"chrislu1-1/+1
related to https://github.com/chrislusf/seaweedfs/issues/3128
2022-05-01filer: add filer groupchrislu1-0/+1
2022-04-16shell: cluster.check prints out clock delta and network latencychrislu1-30/+42
2022-04-12fix nil in cluster_check shell commandchrislu1-1/+4
fix https://github.com/chrislusf/seaweedfs/issues/2905
2022-04-04check missing hdd disk typechrislu1-0/+13
2022-04-01skip pinging self for master and volume serverchrislu1-4/+7
2022-04-01add check between peerschrislu1-0/+60
2022-04-01check cluster connectivitieschrislu1-0/+157