promalert
9012069bd7
chore: execute goimports to format the code ( #7983 )
* chore: execute goimports to format the code
Signed-off-by: promalert <promalert@outlook.com>
* goimports -w .
---------
Signed-off-by: promalert <promalert@outlook.com>
Co-authored-by: Chris Lu <chris.lu@gmail.com>
2 weeks ago
chrislu
e367444586
add notes for full version
3 years ago
chrislu
d90aa31d5f
filer store: skip disabled location specific filer store initialization
fix https://github.com/seaweedfs/seaweedfs/issues/3971
3 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
4 years ago
chrislu
6adc42147f
fresh filer store bootstrap from the oldest peer
4 years ago
yulai.li
318757ef8c
Change DeleteFolderChildren to DeleteRange api
4 years ago
yulai.li
546efeba8f
Fix build bug
4 years ago
Chris Lu
cfb9342a15
avoid concurrent map updates to viper
5 years ago
Chris Lu
a0990b929d
minor
5 years ago
Chris Lu
97e3432dfe
avoid wrong error
fix https://github.com/chrislusf/seaweedfs/issues/1691
5 years ago
Chris Lu
4f31c1bb94
go fmt
5 years ago
Chris Lu
f5a19a87be
filer: report error if the path specific store is not found
related https://github.com/chrislusf/seaweedfs/issues/1691
5 years ago
Chris Lu
41c0f3ad24
filer: support path-specific filer store
5 years ago
Chris Lu
0d5683fb0e
todo: load path-specific store from filer.toml
5 years ago
Chris Lu
eb7929a971
rename filer2 to filer
5 years ago
Chris Lu
d335f04de6
support env variables to overwrite toml file
6 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
6 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
6 years ago
Chris Lu
c28e8a2397
refactoring
7 years ago
Chris Lu
63619f8b8e
fail early if two filer stores are defined
7 years ago
Chris Lu
f22d6b87e1
go fmt
8 years ago
Chris Lu
748870b03f
add "weed scaffold" command
8 years ago
Chris Lu
95b997fb35
go fmt
8 years ago
Chris Lu
f827ada811
merge notification config with filer.toml
8 years ago
Chris Lu
708acee502
add support for redis cluster
fix https://github.com/chrislusf/seaweedfs/issues/705
8 years ago
Chris Lu
eb2acd11c2
decouple from viper for filer store
8 years ago
Chris Lu
458ada173e
go fmt
8 years ago
Chris Lu
03d76479a5
add reds
8 years ago
Chris Lu
ab86d263c9
add Cassandra
8 years ago
Chris Lu
869161a261
support both mysql and postgres
8 years ago
Chris Lu
87b3b84471
simplifying dirhash to 64bit integer
8 years ago
Chris Lu
955eae3500
this works great and support long file names
8 years ago
Chris Lu
2da84ed331
working fine now
but index length can be improved
8 years ago
Chris Lu
68bcaff14d
mysql can compile, not yet tested!
8 years ago
Chris Lu
9e77563c99
add leveldb store
1. switch to viper for filer store configuration
2. simplify FindEntry() return values, removing “found”
3. add leveldb store
8 years ago