chrislu
ee9035b7f0
ensure correct next pointer
19 hours ago
chrislu
62b7bb8fc8
skip file with invalid format
19 hours ago
chrislu
5798952ea8
correct error
19 hours ago
chrislu
c37affaa42
fix stop time
1 day ago
chrislu
1c09f313cc
day-advance fix
1 day ago
chrislu
76c74ad3de
err != filer_pb.ErrNotFound
1 day ago
chrislu
b7f78d8c49
imports
1 day ago
chrislu
76f81ff236
fix ListAllMyBucketsResult xmlns
fix https://github.com/seaweedfs/seaweedfs/issues/6676
1 day ago
chrislu
543e074d60
reduce lock scope to improve log buffer performance
2 days ago
chrislu
1de251d575
sum from all shards
2 days ago
chrislu
722aebdf11
fix loading generational ec volumes
2 days ago
chrislu
66c688c656
collects metrics from ALL 6 servers/14 shards instead of just one
2 days ago
chrislu
5d1712e309
delete in ecj, add logs
2 days ago
chrislu
b2d45f1f2d
fix overflow
2 days ago
chrislu
256b1c9c28
async persistence
3 days ago
chrislu
52f26187ca
find master address earlier
3 days ago
chrislu
e44a6189fa
Update ec_decoder.go
3 days ago
chrislu
30a88615ba
do not use .tmp
3 days ago
chrislu
d7d19ea9ba
ec volume deletion is generation-aware
3 days ago
chrislu
04b141749f
explicit generation value
3 days ago
chrislu
b616dc3d20
adjust comments
3 days ago
chrislu
117bba794c
WriteDatFileAndVacuum
3 days ago
chrislu
1f8ba5c958
task ask admin for master address
3 days ago
chrislu
c0e6d00bd3
collect ec volume total volume size
3 days ago
chrislu
1485330547
Update ec_vacuum_task.go
4 days ago
chrislu
8213a4a2b6
use the EcVacuumLogic
4 days ago
chrislu
425a54019b
adding EcVacuumLogic
4 days ago
chrislu
82907ad6ca
determineGenerations() Removed
4 days ago
chrislu
729268d065
detection with generation info
4 days ago
chrislu
8a5c4a4972
add generation to TaskSource
4 days ago
chrislu
80bfce59ad
Create NOTES.md
4 days ago
chrislu
35f3da108b
distribute index files to all volume servers that will have shards mounted, not just one
4 days ago
chrislu
c8c758e639
fix hanging task detail page
4 days ago
chrislu
56db0a081a
distribute .ecx files
4 days ago
chrislu
0d6ea416a7
fix retry link
4 days ago
chrislu
4f9f9ec971
fix routing
4 days ago
chrislu
3bbe4481f2
remove unused code
4 days ago
chrislu
cac6a51cbf
implement todos
4 days ago
chrislu
7780a7d652
ec vacuum workflow is correct now
4 days ago
chrislu
83b6a94bfe
change to correct ec vacuum workflow
4 days ago
chrislu
0f1c734626
fix mounting ec volumes
4 days ago
chrislu
2a61cda2cd
adding retry button
4 days ago
chrislu
5c93557314
detect shard sources
4 days ago
chrislu
7cf5ddf8ac
more self contained tasks
5 days ago
chrislu
7622d14580
remove unused config
5 days ago
chrislu
bddb2cd5cc
keep only ec config
5 days ago
chrislu
96a2749355
adding EcVacuumTaskConfig
5 days ago
chrislu
7889e78f4d
use one http client
5 days ago
Chris Lu
af3300e063
filer: server side copying ( #7121 )
* copy
* address comments
* remove unused functions, reuse http clients
* address hardlink, checking existing directory
* destination is directory
* check for the key's existence in the map first before accessing its members
* address comments
* deep copy remote entry
* address comments
* copying chunks in parallel
* handle manifest chunks
* address comments
* errgroup
* there could be large chunks
* address comments
* address comments
5 days ago
Chris Lu
605b3333c1
fix sftp start with filer ( #7120 )
* fix sftp start with filer
* add bindIp
5 days ago