chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2 years ago |
Konstantin Lebedev
|
7e09a548a6
|
exclude directories to sync on filer
|
2 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.
|
3 years ago |
Chris Lu
|
e5fc35ed0c
|
change server address from string to a type
|
3 years ago |
Chris Lu
|
678c54d705
|
data sink: add incremental mode
|
4 years ago |
Chris Lu
|
9a06c35da4
|
replicate: incremental sink only contains new and updated files
address da08402ba2
|
4 years ago |
Chris Lu
|
da08402ba2
|
replicate: use creation time for local incremental file sink
related to https://github.com/chrislusf/seaweedfs/pull/1762
|
4 years ago |
Konstantin Lebedev
|
02fdc0a333
|
rename backup to local_incremental and use mtime
|
4 years ago |
Konstantin Lebedev
|
6b54ff9912
|
replication to create time date directory
|
4 years ago |
Chris Lu
|
446e476a11
|
go fmt
|
4 years ago |
Chris Lu
|
387ab6796f
|
filer: cross cluster synchronization
|
4 years ago |
Chris Lu
|
37d5b3ba12
|
replication: pass isFromOtherCluster also to EventNotification
EventNotification is consistent with message queue and metadata logs.
|
5 years ago |
Chris Lu
|
91da7057b1
|
refactoring
|
5 years ago |
Chris Lu
|
892e726eb9
|
avoid reusing context object
fix https://github.com/chrislusf/seaweedfs/issues/1182
|
5 years ago |
Chris Lu
|
d335f04de6
|
support env variables to overwrite toml file
|
5 years ago |
j.laycock
|
6fc6322c90
|
Change joeslay paths to chrislusf paths
|
5 years ago |
j.laycock
|
595a1beff0
|
Swap imports to use joeslay
|
5 years ago |
Chris Lu
|
b3b42bc947
|
replicate need to include new entry path
|
6 years ago |
Chris Lu
|
55bab1b456
|
add context.Context
|
6 years ago |
Chris Lu
|
d312c55bbe
|
file path supports windows, avoiding back slashes
fix https://github.com/chrislusf/seaweedfs/issues/868
|
6 years ago |
Chris Lu
|
8dfac6a4cf
|
working b2 sink
|
6 years ago |
Chris Lu
|
08266b7256
|
go fmt
|
6 years ago |
Chris Lu
|
04da4c8094
|
add logging
|
6 years ago |
Chris Lu
|
4a8ef198d7
|
add logging
|
6 years ago |
Chris Lu
|
e8ef501f02
|
add s3 replication sink
|
6 years ago |
Chris Lu
|
31ed352ab6
|
replication handle cases when entry already exists
|
6 years ago |
Chris Lu
|
b1b8c4ed32
|
join via filepath
|
6 years ago |
Chris Lu
|
9fe24991d5
|
refactoring
|
6 years ago |
Chris Lu
|
01ceace18e
|
adjust sink options
|
6 years ago |
Chris Lu
|
db69ce89f0
|
go fmt
|
6 years ago |
Chris Lu
|
a6cfaba018
|
able to sync the changes
|
6 years ago |
Chris Lu
|
779641e9d4
|
adjust replicated entry name
|
6 years ago |
Chris Lu
|
788acdf527
|
add WIP filer.replicate
|
6 years ago |