aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server.go
AgeCommit message (Expand)AuthorFilesLines
2020-09-30filer: replication follows master config if not specifiedChris Lu1-18/+15
2020-09-24adjust for metrics portChris Lu1-3/+1
2020-09-24add start metrics serverKonstantin Lebedev1-0/+2
2020-09-20adjust loggingChris Lu1-5/+0
2020-09-19volume: get metrics configuration from masterChris Lu1-0/+3
2020-09-17refactoringChris Lu1-9/+11
2020-09-16simplify metrics configuration logicChris Lu1-4/+1
2020-09-03change filer2 to filer.ruitao.liu1-1/+1
2020-09-03new filer option to es v7.ruitao.liu1-0/+1
2020-09-01rename filer2 to filerChris Lu1-12/+12
2020-07-12refactoringChris Lu1-11/+1
2020-07-07filer: default filer store directoryChris Lu1-10/+11
2020-07-06fix compilationChris Lu1-1/+1
2020-07-06filer: support cross filer meta data sync if sharing the same storeChris Lu1-1/+10
2020-07-05aggregate multiple filer metadata chagne eventsChris Lu1-1/+7
2020-05-08able to read chan and write chanChris Lu1-2/+2
2020-05-05add broker connects to filerChris Lu1-1/+6
2020-04-28refacotr: move signal handling and pprof to grace packagewuyuxiang1-1/+2
2020-04-20go fmtChris Lu1-1/+1
2020-04-19Merge pull request #1280 from bukton123/filer_mongodbChris Lu1-0/+1
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-1/+2
2020-04-19Merge remote-tracking branch 'origin/master' into filer_mongodbbukton1-6/+6
2020-04-18add import mongodb to filer serverbukton1-0/+1
2020-04-12re-enable system logsChris Lu1-1/+1
2020-04-12remove configurable topics folder locationChris Lu1-2/+0
2020-04-12filer store: add redis2 redis_cluster2 as default redis storeChris Lu1-0/+1
2020-04-11s3: add option to fsync bucketsChris Lu1-1/+2
2020-04-07fix setting default valueChris Lu1-2/+2
2020-04-07filer: fix configuration settingsChris Lu1-4/+4
2020-04-05filer: able to tail meta data changesChris Lu1-4/+4
2020-04-03loop through all mastersChris Lu1-5/+7
2020-04-03fail fast if filer configured wrong mastersChris Lu1-1/+9
2020-04-03adjust parameter nameChris Lu1-3/+3
2020-04-03re-orderingChris Lu1-2/+2
2020-03-30writing meta logs is workingChris Lu1-0/+7
2020-03-14filer: close stores if interruptedChris Lu1-0/+4
2020-03-11remove tikv, move its support to "tikv" branchChris Lu1-1/+0
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu1-1/+0
2020-03-06filer: option to encrypt data on volume serverChris Lu1-0/+2
2020-03-01master able to list all master clients by typeChris Lu1-2/+2
2020-02-27weed queue startsChris Lu1-4/+5
2020-02-25avoid reusing context objectChris Lu1-2/+2
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu1-1/+4
2020-02-24filer: move buckets folder to filer.toml since it should not be changed oftenChris Lu1-0/+1
2020-02-24s3: move buckets folder configuration to filerChris Lu1-0/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-5/+3
2020-01-26use the same context object in order to retryChris Lu1-2/+2
2019-12-31filer: optional recursive deletionChris Lu1-2/+6
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-1/+0
2019-10-23filer: add tikv supportChris Lu1-0/+1