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>
5 days ago
Chris Lu
69553e5ba6
convert error fromating to %w everywhere ( #6995 )
6 months ago
chrislu
81fdf3651b
grpc connection to filer add sw-client-id header
3 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
4 years ago
Konstantin Lebedev
7e09a548a6
exclude directories to sync on filer
4 years ago
chrislu
9f9ef1340c
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
4 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
4 years ago
Chris Lu
678c54d705
data sink: add incremental mode
5 years ago
Chris Lu
9a06c35da4
replicate: incremental sink only contains new and updated files
address da08402ba2
5 years ago
Chris Lu
da08402ba2
replicate: use creation time for local incremental file sink
related to https://github.com/chrislusf/seaweedfs/pull/1762
5 years ago
Konstantin Lebedev
02fdc0a333
rename backup to local_incremental and use mtime
5 years ago
Konstantin Lebedev
6b54ff9912
replication to create time date directory
5 years ago
Chris Lu
446e476a11
go fmt
5 years ago
Chris Lu
387ab6796f
filer: cross cluster synchronization
5 years ago
Chris Lu
37d5b3ba12
replication: pass isFromOtherCluster also to EventNotification
EventNotification is consistent with message queue and metadata logs.
6 years ago
Chris Lu
91da7057b1
refactoring
6 years ago
Chris Lu
892e726eb9
avoid reusing context object
fix https://github.com/chrislusf/seaweedfs/issues/1182
6 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
b3b42bc947
replicate need to include new entry path
7 years ago
Chris Lu
55bab1b456
add context.Context
7 years ago
Chris Lu
d312c55bbe
file path supports windows, avoiding back slashes
fix https://github.com/chrislusf/seaweedfs/issues/868
7 years ago
Chris Lu
8dfac6a4cf
working b2 sink
7 years ago
Chris Lu
08266b7256
go fmt
7 years ago
Chris Lu
04da4c8094
add logging
7 years ago
Chris Lu
4a8ef198d7
add logging
7 years ago
Chris Lu
e8ef501f02
add s3 replication sink
7 years ago
Chris Lu
31ed352ab6
replication handle cases when entry already exists
7 years ago
Chris Lu
b1b8c4ed32
join via filepath
7 years ago
Chris Lu
9fe24991d5
refactoring
7 years ago
Chris Lu
01ceace18e
adjust sink options
7 years ago
Chris Lu
db69ce89f0
go fmt
7 years ago
Chris Lu
a6cfaba018
able to sync the changes
7 years ago
Chris Lu
779641e9d4
adjust replicated entry name
7 years ago
Chris Lu
788acdf527
add WIP filer.replicate
7 years ago