aboutsummaryrefslogtreecommitdiff
path: root/unmaintained
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01rename filer2 to filerChris Lu1-2/+2
2020-08-18refactoringChris Lu1-1/+1
2020-08-18maintain the unmaintainedChris Lu4-89/+6
2020-08-18refactoring to typed SizeChris Lu2-2/+2
Go is amazing with refactoring!
2020-08-06add an exampleChris Lu1-0/+73
2020-07-22unmaintained: Added diff_volume_serversJames Hartig1-0/+194
2020-06-20rename UnCompressData to DecompressDataChris Lu1-1/+1
2020-06-19renamingChris Lu1-3/+3
2020-06-17Rename see_dat_gzip to see_dat_gzip.goingardm1-0/+0
2020-06-17Create see_dat_gzipingardm1-0/+83
2020-05-29remove unnecessary commentsbingoohuang2-2/+0
2020-05-29util.BytesToHumanReadablebingoohuang2-2/+7
2020-05-25fix build errorbingoohuang1-2/+1
2020-05-22filer: leveldb store add auto recovery, report correct errorChris Lu1-0/+4
fix https://github.com/chrislusf/seaweedfs/issues/1326
2020-04-12refactoringChris Lu1-2/+2
2020-04-12re-enable system logsChris Lu1-1/+2
2020-04-08add tool to see log entriesChris Lu1-0/+74
2020-04-04adjustChris Lu1-0/+5
2020-04-04add a tool to check disk statusChris Lu1-0/+37
2020-03-23refactoringChris Lu1-3/+3
2020-03-13testing vacuumChris Lu1-4/+17
2020-03-09vacuum benchmarkingChris Lu1-15/+28
2020-03-08filer: remember content is gzipped or notChris Lu1-3/+1
2020-03-07encryption worksChris Lu1-1/+1
2020-03-06filer: option to encrypt data on volume serverChris Lu1-1/+1
2020-01-29support env variables to overwrite toml fileChris Lu2-5/+3
2019-12-28fix compilationChris Lu3-4/+4
2019-12-23shell: add ec.decode commandChris Lu4-9/+11
2019-11-28master load backend storage config from master.tomlChris Lu2-2/+2
2019-11-12fix master maintenance logicLei Liu1-3/+3
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-29adjust NewDiskFile() paramatersChris Lu3-3/+3
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu3-17/+25
2019-10-22refactor ScanVolumeFileFrom()Chris Lu2-2/+2
2019-09-29master api: return http 404 when volumeId not existLei Liu3-65/+61
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-08-30new tool based on see_dat to remove duplicate fids. Duped fids could happen ↵Ingard Mevåg1-0/+92
if a volume server was shut down before it could complete vacumming
2019-07-21moveChris Lu1-1/+1
2019-07-02benchmark leveldb performanceChris Lu1-0/+156
2019-06-05periodic scripts exeuction from leader masterChris Lu2-6/+5
2019-05-21volume: load ec shards during heartbeats to masterChris Lu1-2/+2
2019-05-17filer: optimization for leveldb, add leveldb2Chris Lu1-0/+35
large filer db may see high CPU and disk usage due to background compaction
2019-04-29fix typoChris Lu1-1/+1
2019-04-29add tool to see meta file generated by "fs.meta.save"Chris Lu1-0/+68
2019-04-20shell: add command volume.moveChris Lu1-1/+1
2019-04-19fix needle map entry sizeChris Lu1-2/+2
2019-04-18refactoringChris Lu4-13/+19
2019-04-18refactoringChris Lu1-75/+13
2019-04-18refactoringChris Lu1-31/+44
2019-04-18volume tailing chunks large filesChris Lu1-2/+47
2019-04-18add volume tailerChris Lu1-0/+74
2019-04-18add VolumeStreamFollow, but not used yetChris Lu1-3/+3