aboutsummaryrefslogtreecommitdiff
path: root/weed/sequence/etcd_sequencer.go
AgeCommit message (Collapse)AuthorFilesLines
2021-10-10removing etcd sequencerChris Lu1-296/+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-03go modChris Lu1-1/+1
2021-01-12Revert "close opened file"Chris Lu1-1/+0
This reverts commit 2880160113535549d3ee1a1eb3a1920705907f22.
2021-01-12close opened fileChris Lu1-0/+1
2019-11-05delete the var etcdClient and commentsstlpmo1-140/+58
refactor the code add sequencer cmd-line delete nerver used codes
2019-11-04Create etcd_sequencer.gostlpmo1-0/+378
the 1st version