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
Chris Lu
69553e5ba6
convert error fromating to %w everywhere ( #6995 )
6 months ago
Aleksey Kosov
165af32d6b
added context to filer_client method calls ( #6808 )
Co-authored-by: akosov <a.kosov@kryptonite.ru>
8 months ago
chrislu
3a82f5ffad
ensure metadata follow a specific folder
fix https://github.com/seaweedfs/seaweedfs/issues/5774
2 years ago
chrislu
a829f36d17
adjust error handling
fix https://github.com/seaweedfs/seaweedfs/issues/5677
2 years ago
chrislu
4ca6b1be3c
skip updating the .upload multipart files
2 years ago
chrislu
aca3c33bab
skip updating the .upload multipart files
2 years ago
Konstantin Lebedev
1169f94310
Fix filer sync set offset ( #5197 )
* fix: compose 2mount with sync
* fix: DATA RACE
https://github.com/seaweedfs/seaweedfs/issues/5194
https://github.com/seaweedfs/seaweedfs/issues/5195
2 years ago
Farbod
c278f49bca
Using filer.remote.sync concurrency in filer.remote.gateway ( #5123 )
- Chnaged ProcessEvenFn to be concurrent just like filer.remote.sync
Co-authored-by: itsfarbod <itsfarbod@hamravesh.com>
2 years ago
chrislu
915416a277
fix wrong parameter
fix https://github.com/seaweedfs/seaweedfs/pull/5102
2 years ago
chrislu
d1d1757520
adjust error message
3 years ago
chrislu
5db9fcccd4
refactoring
3 years ago
chrislu
b834027c5a
refactor
3 years ago
chrislu
eaeb141b09
move proto package
3 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
4 years ago
chrislu
64f3d6fb6e
metadata subscription uses client epoch
4 years ago
Konstantin Lebedev
bcbdc4cb37
use const multipart uploads folder
avoid error bucket NotEmpty if multipart uploads folder exist
4 years ago
creeew
02ae102731
fix filer.sync missing source srv uploaded files to target when target down
4 years ago
chrislu
a2b101a737
subscribe metadata between a range
4 years ago
chrislu
202a29d014
refactoring
4 years ago
chrislu
84c9bc4389
edge case: old entry was not replicated to remote storage
4 years ago
chrislu
5c87fcc6d2
add client id for all metadata listening clients
4 years ago
chrislu
bf4d7affc0
gateway to remote object store: skip replicating multipart upload part files
fix https://github.com/chrislusf/seaweedfs/issues/2509
4 years ago
chrislu
c146c76d10
avoid creating the same bucket with a different randomized name
related to https://github.com/chrislusf/seaweedfs/issues/2492
4 years ago
chrislu
42d97a3442
adjust randomized bucket name
4 years ago
Chris Lu
6c27845be0
add retries when writing to remote s3
fix https://github.com/chrislusf/seaweedfs/issues/2465
4 years ago
Chris Lu
94a01fcfcb
filer.remote.gateway: add options to include or exclude new bucket names to mirror
4 years ago
Chris Lu
63da4bbb54
separate filer.remote.gateway command to avoid confusion
4 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
4 years ago
Chris Lu
c218ef20c7
filer.remote.sync: automatically detect the primary remote storage
4 years ago
Chris Lu
60573fd3e2
option to map remote bucket to trimmed bucket name
4 years ago
Chris Lu
bdefdee4e6
filer.remote.sync: add option to add randomized suffix to buckets to avoid conflicts
4 years ago
Chris Lu
99d4594ee8
update remote storage mount mapping
4 years ago
Chris Lu
13cc2ef723
when creating bucket, use remote storage client for default storage
4 years ago
Chris Lu
4b28c5f6c3
filer.remote.sync: split into buckets mode and single directory mode
4 years ago