aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server.go
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Merge branch 'master' into metadata_follow_with_client_idChris Lu1-1/+12
2022-01-01Merge pull request #2543 from skurfuerst/seaweedfs-158Chris Lu1-1/+12
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst1-1/+12
2021-12-30add client id for all metadata listening clientschrislu1-0/+5
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao1-0/+1
2021-12-05upgrade protoc to 3.17.3chrislu1-0/+2
2021-11-06filer: deprecate "-peers" optionChris Lu1-1/+0
2021-11-06auto updated filer peer listChris Lu1-2/+2
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu1-1/+1
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-1/+1
2021-10-04add redis3Chris Lu1-0/+1
2021-09-12change server address from string to a typeChris Lu1-14/+6
2021-09-07handle ipv6 addressesChris Lu1-1/+1
2021-07-28add ReadRemote(), add read remote setup when filer startsChris Lu1-0/+2
2021-07-01go fmtChris Lu1-1/+1
2021-05-23filer: Support sqlite as filer meta storeChris Lu1-0/+1
2021-05-22s3: deprecating filer.options.buckets_fsyncChris Lu1-1/+1
2021-04-01dedicated upload processorChris Lu1-1/+1
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu1-19/+24
2021-03-02support IPv6Chris Lu1-1/+1
2021-01-19filer store: add postgres2Chris Lu1-0/+1
2021-01-19filer store: add mysql2Chris Lu1-0/+1
2021-01-12go fmtChris Lu1-12/+12
2021-01-12filer: add leveldb3Chris Lu1-0/+1
2021-01-10filer: change to saveToFilerLimit from cacheToFilerLimitChris Lu1-12/+12
2020-12-23hook upChris Lu1-0/+1
2020-12-22filer: add -defaultStoreDir so that filer.toml can be skippedChris Lu1-0/+2
2020-12-04filer: add option to cache small files to filer storeChris Lu1-0/+1
2020-11-27filer: readonly handle static resourcesChris Lu1-0/+1
2020-11-16add commentChris Lu1-0/+1
2020-11-16deprecating "filer.options.buckets_fsync" in filer.tomlChris Lu1-0/+1
2020-11-15filer: load filer conf when startingChris Lu1-0/+2
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev1-1/+1
2020-10-20filer: support default rackChris Lu1-1/+3
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