aboutsummaryrefslogtreecommitdiff
path: root/weed/replication
AgeCommit message (Collapse)AuthorFilesLines
2021-08-14go fmtChris Lu1-1/+1
2021-08-12use grpc and jwtChris Lu1-2/+2
2021-07-26remote.mountChris Lu1-1/+1
2021-07-21go fmtChris Lu1-1/+1
2021-07-19optimization: improve random range query for large filesorigin/remote_overlayChris Lu1-2/+3
2021-07-19add remote to filer.Entry and filer_pb entry, add RemoteConfChris Lu1-0/+1
2021-05-26filer.backup: fix cloud sinks when updating entryChris Lu4-10/+4
2021-05-26remove verbose logChris Lu1-1/+0
2021-05-26local sink: write and update filesChris Lu1-3/+14
fix issues with https://github.com/chrislusf/seaweedfs/issues/2084
2021-05-25filer.backup: backup to local directory optionally is incrementalChris Lu1-5/+8
fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084
2021-05-07add retry to assign volumeChris Lu1-22/+23
fix https://github.com/chrislusf/seaweedfs/issues/2056
2021-03-16revert fasthttp changesChris Lu1-1/+1
related to https://github.com/chrislusf/seaweedfs/issues/1907
2021-02-28go fmtChris Lu4-13/+13
2021-02-28adjust log levelChris Lu1-4/+4
2021-02-28local file sink: create backup files with permission 0755Chris Lu1-2/+2
2021-02-28always use non bucket prefixing urlChris Lu1-0/+1
2021-02-28filer source: support filerProxy modeChris Lu2-5/+10
2021-02-28data sink: add incremental modeChris Lu8-15/+52
2021-02-28rename fileChris Lu1-1/+1
2021-02-12use fasthttp lib to readChris Lu1-1/+1
2021-02-11Merge pull request #1801 from kmlebedev/recoveringRabbitMQChris Lu1-9/+24
Do reconnect to RabbitMQ
2021-02-11Do reconnect to RabbitMQKonstantin Lebedev1-9/+24
https://github.com/google/go-cloud/issues/2958 https://github.com/chrislusf/seaweedfs/issues/1773
2021-02-10go fmtChris Lu1-1/+1
2021-02-10restart replication if RabbitMQ connection closedKonstantin Lebedev1-0/+4
https://github.com/google/go-cloud/issues/2958
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu12-29/+289
2021-02-03fix log warnKonstantin Lebedev1-1/+1
2021-02-03RabbitMQ delay retry with Dead Letter ExchangeKonstantin Lebedev2-9/+95
https://github.com/chrislusf/seaweedfs/issues/1773 https://github.com/google/go-cloud/issues/2952
2021-01-28add back AdjustedUrl() related codeChris Lu2-0/+7
2021-01-28replicate: incremental sink only contains new and updated filesChris Lu1-4/+4
address https://github.com/chrislusf/seaweedfs/commit/da08402ba253fe5391f0152905f51f82c51fd527
2021-01-28replicate: use creation time for local incremental file sinkChris Lu2-7/+6
related to https://github.com/chrislusf/seaweedfs/pull/1762
2021-01-28rename backup to local_incremental and use mtimeKonstantin Lebedev3-23/+23
2021-01-27replication to create time date directoryKonstantin Lebedev3-14/+36
2021-01-27replication to todays date directoryKonstantin Lebedev1-5/+12
2021-01-26Merge pull request #1759 from kmlebedev/sink.localChris Lu1-0/+101
replication to local disk storage
2021-01-26notification add ack and nackChris Lu5-8/+25
2021-01-26replication to local disk storageKonstantin Lebedev1-0/+101
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu2-7/+0
Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer.
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access ↵Chris Lu2-0/+7
volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec.
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu2-7/+0
2021-01-24filer.sync: replicate outside of either cluster, only need to see filersChris Lu3-14/+41
2021-01-06add "weed filer.cat" to read files directly from volume serversChris Lu1-1/+2
2020-12-16go fmtChris Lu2-2/+2
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu2-5/+5
2020-12-13adding volume typeChris Lu2-1/+5
2020-11-30filer: cache small file to filer storeChris Lu1-0/+1
2020-10-25passing full path when assign volume locationsChris Lu2-8/+8
2020-10-25renamingChris Lu1-1/+1
2020-10-22to read files that are quickly changingChris Lu1-1/+1
2020-10-13Only wait on retryable requestsChris Lu1-1/+1