| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-10-06 | master server graceful stop (#3797) | Konstantin Lebedev | 1 | -11/+26 | |
| 2022-08-26 | avoid race conditions for OnPeerUpdate (#3525) | Konstantin Lebedev | 1 | -1/+1 | |
| https://github.com/seaweedfs/seaweedfs/issues/3524 | |||||
| 2022-08-24 | Add raft server access mutex to avoid races (#3503) | Patrick Schmidt | 1 | -6/+16 | |
| 2022-08-23 | ping timeout at 15 seconds | chrislu | 1 | -1/+1 | |
| this 72 minute timeout setting seems unreasonably long 15 seconds is around the time when a new raft leader should be elected. | |||||
| 2022-08-23 | remove old raft servers if they don't answer to pings for too long (#3398) | askeipx | 1 | -4/+29 | |
| * 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-11 | avoid infinite loop WaitUntilConnected() (#3431) | Konstantin Lebedev | 1 | -3/+1 | |
| https://github.com/seaweedfs/seaweedfs/issues/3421 | |||||
| 2022-08-01 | Merge pull request #3338 from kmlebedev/issues/3083 | Chris Lu | 1 | -50/+12 | |
| rollback over onPeerUpdate implementation of automatic clean-up of failed servers in favor of synchronous ping | |||||
| 2022-08-01 | rollback over onPeerupdate implementation of automatic clean-up of failed ↵ | Konstantin Lebedev | 1 | -98/+12 | |
| servers in favor of synchronous ping | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -11/+11 | |
| 2022-07-28 | refactor | chrislu | 1 | -1/+1 | |
| 2022-07-28 | add dc and rack | chrislu | 1 | -1/+1 | |
| 2022-07-27 | "github.com/chrislusf/raft" => "github.com/seaweedfs/raft" | chrislu | 1 | -1/+1 | |
| 2022-07-26 | fix RUnlock of unlocked RWMutex | Konstantin Lebedev | 1 | -1/+0 | |
| 2022-07-21 | avoid deadlock | Konstantin Lebedev | 1 | -2/+10 | |
| 2022-07-21 | use safe onPeerUpdateDoneCns | Konstantin Lebedev | 1 | -12/+32 | |
| 2022-07-20 | onPeerUpdateGoroutineCount use int32 | Konstantin Lebedev | 1 | -4/+4 | |
| 2022-07-20 | fix design | Konstantin Lebedev | 1 | -5/+6 | |
| 2022-07-20 | add waiting log message | Konstantin Lebedev | 1 | -0/+1 | |
| 2022-07-20 | check for ping before deleting raft server | Konstantin Lebedev | 1 | -1/+20 | |
| https://github.com/chrislusf/seaweedfs/issues/3083 | |||||
| 2022-07-19 | fix typo | Konstantin Lebedev | 1 | -8/+11 | |
| add remove logs | |||||
| 2022-05-30 | fresh filer store bootstrap from the oldest peer | chrislu | 1 | -1/+1 | |
| 2022-05-03 | fix wrong assignment | chrislu | 1 | -1/+2 | |
| 2022-05-02 | fix segmentation violation | chrislu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3000 | |||||
| 2022-05-01 | filer: add filer group | chrislu | 1 | -2/+2 | |
| 2022-04-07 | fix master ui | Konstantin Lebedev | 1 | -23/+30 | |
| 2022-04-07 | fix conflicts | Konstantin Lebedev | 1 | -1/+2 | |
| 2022-04-07 | refactor OnPeerUpdate | Konstantin Lebedev | 1 | -7/+8 | |
| 2022-04-07 | fix removing old raft server | Konstantin Lebedev | 1 | -15/+34 | |
| 2022-04-06 | raft update peers via OnPeerUpdate | Konstantin Lebedev | 1 | -2/+44 | |
| 2022-04-04 | hashicorp raft with state machine | Konstantin Lebedev | 1 | -10/+32 | |
| 2022-03-26 | refactor: change masters from a slice to a map | chrislu | 1 | -1/+1 | |
| 2022-01-24 | new master metrics | Konstantin Lebedev | 1 | -0/+2 | |
| 2022-01-12 | master: remove hard coded filer settings in master.toml | chrislu | 1 | -10/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2529 | |||||
| 2021-12-20 | reverting default admin scripts | chrislu | 1 | -11/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2525 this new default value was introduced in 2.80 this affects production environments, e.g., EC is not desired, volume balancing is not preferred, etc. | |||||
| 2021-12-07 | sleep between the gap of each execution | chrislu | 1 | -2/+2 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2476 | |||||
| 2021-12-05 | upgrade protoc to 3.17.3 | chrislu | 1 | -0/+1 | |
| $brew install protobuf $ protoc --version libprotoc 3.17.3 $ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26 $ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1 | |||||
| 2021-11-29 | add s3.clean.uploads -timeAgo=24h | Chris Lu | 1 | -4/+15 | |
| 2021-11-08 | use constants | Chris Lu | 1 | -1/+1 | |
| 2021-11-08 | rename pacakge | Chris Lu | 1 | -3/+3 | |
| 2021-11-06 | send peers info to filers | Chris Lu | 1 | -2/+2 | |
| 2021-11-05 | Revert "master: rename grpc function KeepConnected() to ↵ | Chris Lu | 1 | -1/+1 | |
| SubscribeVolumeLocationUpdates()" This reverts commit af71ae11aa29350a60ed7d3b9a16276a06ba9dcc. | |||||
| 2021-11-04 | add leader election in master | Chris Lu | 1 | -2/+3 | |
| 2021-11-03 | master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates() | Chris Lu | 1 | -1/+1 | |
| 2021-11-02 | shell: optionally read filer address from master | Chris Lu | 1 | -0/+3 | |
| 2021-10-10 | removing etcd sequencer | Chris Lu | 1 | -10/+0 | |
| causing go mod tidy problem. If anyone wants this, please help to resolve this first. github.com/chrislusf/seaweedfs/weed/sequence imports go.etcd.io/etcd/client tested by go.etcd.io/etcd/client.test imports github.com/coreos/etcd/integration imports github.com/coreos/etcd/proxy/grpcproxy imports google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.41.0), but does not contain package google.golang.org/grpc/naming | |||||
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -8/+7 | |
| 2021-09-07 | handle ipv6 addresses | Chris Lu | 1 | -2/+2 | |
| 2021-08-12 | master: add master.follower to handle read file id lookup requests | Chris Lu | 1 | -3/+6 | |
| 2021-08-12 | adjust data type | Chris Lu | 1 | -1/+1 | |
| 2021-08-08 | go fmt | Chris Lu | 1 | -2/+2 | |
