aboutsummaryrefslogtreecommitdiff
path: root/weed/sequence
AgeCommit message (Collapse)AuthorFilesLines
2024-06-25remove unused functionchrislu3-10/+0
2024-04-29reduce ambiguity about use memory_sequencer (#5555)shenxingwuying1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu2-2/+2
2022-06-23verify seq is always uniquechrislu1-0/+25
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-07-23snowflake sequencer need an unique idChris Lu1-1/+4
fix https://github.com/chrislusf/seaweedfs/issues/2213
2021-04-03fix typoChris Lu1-1/+1
2021-03-25log snowflake sequencer nodeid's hex when start, it'll be in part of new ↵李海1-1/+4
assigned fid
2021-03-25add a snowflake sequencer as more robust fid generator, but less ↵李海1-0/+43
compressable than small auto-inc id
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
2019-10-30fix leader master /dir/lookup apiLei Liu2-4/+4
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2016-06-02directory structure change to work with glideChris Lu2-0/+43
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2013-02-10testing compilation with remove packageChris Lu1-71/+0
2013-02-10avoid the "src" folderChris Lu1-0/+71