| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-29 | refactor | chrislu | 1 | -1/+1 | |
| 2024-09-28 | add IsResourceHeavy() to command interface | chrislu | 1 | -0/+4 | |
| 2022-08-23 | remove old raft servers if they don't answer to pings for too long (#3398) | askeipx | 1 | -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-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -1/+1 | |
| 2022-05-31 | help message when in simulation mode | chrislu | 1 | -0/+1 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -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-10 | add lock messages | chrislu | 1 | -1/+1 | |
| 2021-09-13 | shell: do not need to lock to see volume -h | Chris Lu | 1 | -4/+4 | |
| 2020-12-14 | collection.delete requires _default_ as the default empty collection name | Chris Lu | 1 | -2/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1677 | |||||
| 2020-11-20 | fix typo | Aleksandr Demshin | 1 | -1/+1 | |
| 2020-09-20 | fix print out | Chris Lu | 1 | -2/+2 | |
| 2020-09-20 | shell: adjust command option for collection.delete | Chris Lu | 1 | -4/+15 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -3/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -3/+3 | |
| 2019-05-30 | add collection.delete | Chris Lu | 1 | -0/+51 | |
