aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_collection_delete.go
AgeCommit message (Collapse)AuthorFilesLines
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-1/+2
* 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-1/+1
2022-05-31help message when in simulation modechrislu1-0/+1
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-12-10add lock messageschrislu1-1/+1
2021-09-13shell: do not need to lock to see volume -hChris Lu1-4/+4
2020-12-14collection.delete requires _default_ as the default empty collection nameChris Lu1-2/+10
fix https://github.com/chrislusf/seaweedfs/issues/1677
2020-11-20fix typoAleksandr Demshin1-1/+1
2020-09-20fix print outChris Lu1-2/+2
2020-09-20shell: adjust command option for collection.deleteChris Lu1-4/+15
2020-02-25avoid reusing context objectChris Lu1-3/+2
fix https://github.com/chrislusf/seaweedfs/issues/1182
2019-06-05periodic scripts exeuction from leader masterChris Lu1-3/+3
2019-05-30add collection.deleteChris Lu1-0/+51