aboutsummaryrefslogtreecommitdiff
path: root/weed/replication
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-11Do reconnect to RabbitMQKonstantin Lebedev1-9/+24
2021-02-10go fmtChris Lu1-1/+1
2021-02-10restart replication if RabbitMQ connection closedKonstantin Lebedev1-0/+4
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
2021-01-28add back AdjustedUrl() related codeChris Lu2-0/+7
2021-01-28replicate: incremental sink only contains new and updated filesChris Lu1-4/+4
2021-01-28replicate: use creation time for local incremental file sinkChris Lu2-7/+6
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
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
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access vol...Chris Lu2-0/+7
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
2020-10-11refactoring in order to adjust volume server url laterChris Lu2-4/+4
2020-10-07read from alternative replicaChris Lu6-63/+86
2020-09-12go fmtChris Lu1-1/+0
2020-09-09filer: cross cluster synchronizationChris Lu8-44/+59
2020-09-09return http response directlyChris Lu2-7/+8
2020-09-01rename filer2 to filerChris Lu6-28/+28
2020-08-28add signatures to messages to avoid double processingChris Lu1-1/+5
2020-08-19read possible old deleted chunksChris Lu3-3/+3
2020-08-15file size support set file lengthChris Lu4-4/+4
2020-07-19go code can read and write chunk manifestChris Lu5-9/+25
2020-07-01replication: pass isFromOtherCluster also to EventNotificationChris Lu1-0/+3
2020-06-30filer: support active<=>active filer replicationChris Lu2-3/+17