chrislu
|
70a4c98b00
|
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
|
2 years ago |
chrislu
|
303bd067b5
|
Revert "rename: delete source entry metadata only, skipping hard links"
This reverts commit 03466f955e .
fix https://github.com/seaweedfs/seaweedfs/issues/3386
|
2 years ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2 years ago |
Kaiwalya Joshi
|
4598581741
|
fix: Minor spelling fixes on FilerStorePathTranslator.
|
3 years ago |
chrislu
|
72c0233938
|
less logs
|
3 years ago |
chrislu
|
03466f955e
|
rename: delete source entry metadata only, skipping hard links
|
3 years ago |
chrislu
|
7bc67399e4
|
listing for filer stores without prefixed query: break if no more progress
|
3 years ago |
chrislu
|
4ee0a6f47b
|
filer store: reduce one possible listing operation
|
3 years ago |
chrislu
|
b3594278c9
|
optimize a bit
|
3 years ago |
chrislu
|
10ecf80ca1
|
add a debug capability to list all metadata keys
|
3 years ago |
Chris Lu
|
900e888695
|
filer: avoid possible prefixed pagination loop on unsupported filer stores
|
3 years ago |
Chris Lu
|
8e3075d051
|
ensure file entry chunks have populated the file id
|
3 years ago |
Chris Lu
|
0a856241fe
|
avoid int bigger than math.MaxInt32
fix https://github.com/chrislusf/seaweedfs/issues/2363
|
3 years ago |
Chris Lu
|
182288f860
|
filer: fix mysql, postgres batch delete error
|
3 years ago |
Konstantin Lebedev
|
6aa1a56ec8
|
avoid crashes Galera Cluster
https://github.com/chrislusf/seaweedfs/issues/2125
|
4 years ago |
Chris Lu
|
28a4a1f8d6
|
fix for mysql2 postgres2 on fast dropping buckets
|
4 years ago |
Chris Lu
|
9357911a95
|
remove all bucket metadata
fix https://github.com/chrislusf/seaweedfs/issues/2118
|
4 years ago |
Chris Lu
|
1737af480a
|
adjust logs
|
4 years ago |
Chris Lu
|
d41e6826d3
|
adjust logging
|
4 years ago |
Chris Lu
|
6d3a96eb56
|
filer: mysql2, postgres2 trigger actions on bucket creation and deletion
fix https://github.com/chrislusf/seaweedfs/issues/1877
|
4 years ago |
Chris Lu
|
a4063a5437
|
add stream list directory entries
|
4 years ago |
Chris Lu
|
f002e668de
|
change limit to int64 in case of overflow
|
4 years ago |
Chris Lu
|
19e52fd414
|
pass along hasMore
|
4 years ago |
Chris Lu
|
4f31c1bb94
|
go fmt
|
4 years ago |
Chris Lu
|
fe46411cd4
|
handle directory listing edge cases
|
4 years ago |
Chris Lu
|
c74bede730
|
handle listing directories
|
4 years ago |
Chris Lu
|
adf8cb4000
|
filer: path-specific stores trim out common prefixes
|
4 years ago |
Chris Lu
|
0823bde8d8
|
refactor: split into two files
|
4 years ago |
Chris Lu
|
65cc6dc636
|
refactor to dedicated function
|
4 years ago |
Chris Lu
|
488c2680e8
|
change default filer store root
|
4 years ago |
Chris Lu
|
41c0f3ad24
|
filer: support path-specific filer store
|
4 years ago |
Chris Lu
|
0d5683fb0e
|
todo: load path-specific store from filer.toml
|
4 years ago |
Chris Lu
|
3269fd7eaf
|
filer: use store by path
|
4 years ago |
Chris Lu
|
e605f1e001
|
refactor, add getActualStore() by path
|
4 years ago |
Chris Lu
|
23903aa95b
|
refactoring
|
4 years ago |
Chris Lu
|
4e6b316913
|
assert FilerStoreWrapper is VirtualFilerStore
|
4 years ago |
Chris Lu
|
37075a414d
|
adjust logs
|
4 years ago |
Chris Lu
|
4b0c2a846b
|
add logs
|
4 years ago |
Chris Lu
|
513bcd6e0d
|
filer: avoid duplicated FindEntry for deletion
|
4 years ago |
Chris Lu
|
1012df7bb5
|
switch hardlink id from int64 to bytes
|
4 years ago |
Chris Lu
|
1295347958
|
adjust hardlink update
simplify logic, pass entity content directly to hard link. The "weed mount" handles the logic to calculate hard link counter.
|
4 years ago |
Chris Lu
|
5e239afdfc
|
hardlink works now
|
4 years ago |
Chris Lu
|
8acd714600
|
apply meta changes only if store is different
|
4 years ago |
Chris Lu
|
37234bf3f8
|
filer store adds kv support
can compile now, need to implement those unimplemented
|
4 years ago |
Chris Lu
|
eb7929a971
|
rename filer2 to filer
|
4 years ago |
Chris Lu
|
dd176cdb8b
|
avoid tiny step pagination
|
4 years ago |
Chris Lu
|
c8398bdb09
|
adjust metrics
|
4 years ago |
Chris Lu
|
8a1c8e41b3
|
simplify if else logic
|
4 years ago |
Konstantin Lebedev
|
9a195bebfd
|
accurate limit
|
4 years ago |
Konstantin Lebedev
|
18b98f9747
|
not convert err to string
|
4 years ago |