shenxingwuying
ee25ada732
reduce ambiguity about use memory_sequencer ( #5555 )
1 year ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
3 years ago
chrislu
217d7dc377
verify seq is always unique
3 years ago
Chris Lu
bf218cd59d
removing etcd sequencer
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
4 years ago
Chris Lu
8ec357b3d3
go mod
4 years ago
Chris Lu
ac28611817
snowflake sequencer need an unique id
fix https://github.com/chrislusf/seaweedfs/issues/2213
4 years ago
Chris Lu
5dca98fe71
fix typo
5 years ago
李海
06be5dc6c3
log snowflake sequencer nodeid's hex when start, it'll be in part of new assigned fid
5 years ago
李海
69b2dab9c6
add a snowflake sequencer as more robust fid generator, but less compressable than small auto-inc id
5 years ago
Chris Lu
1c7faf1100
Revert "close opened file"
This reverts commit 2880160113
.
5 years ago
Chris Lu
2880160113
close opened file
5 years ago
stlpmo
1c8bed3810
delete the var etcdClient and comments
refactor the code
add sequencer cmd-line
delete nerver used codes
6 years ago
stlpmo
364f7200ad
Create etcd_sequencer.go
the 1st version
6 years ago
Lei Liu
f2f90436ef
fix leader master /dir/lookup api
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
6 years ago
Chris Lu
5ce6bbf076
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
10 years ago
Chris Lu
5071f528f6
testing compilation with remove package
13 years ago
Chris Lu
ab6fb13ad7
avoid the "src" folder
13 years ago