aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-23Merge pull request #1166 from BruceWangNo1/s3-selectorigin/s3-selectChris Lu1-0/+47
temporary s3-select feature documentation
2019-12-23temporary s3-select feature documentationBruce Wang1-0/+47
2019-11-25Merge pull request #1137 from BruceWangNo1/s3-selectChris Lu5-20/+626
followed @chrislusf and @iliul 's suggestions
2019-11-26turning off support for Go 1.11 and 1.12 in .travis.ymlBruce Wang1-2/+0
2019-11-25followed @chrislusf and @iliul 's suggestions. Commits is moved to branch ↵Bruce Wang1-44/+14
s3-select and proxyToFiler is modified to accommodate S3 Select
2019-11-24AWS S3 Select feature now availableBruce Wang4-16/+654
2019-11-22adjust build1.45Chris Lu1-1/+2
2019-11-22skip build for 32 bit computersChris Lu2-0/+63
2019-11-221.45Chris Lu1-1/+1
2019-11-22go fmtChris Lu2-4/+4
2019-11-22shell: fs.meta.save missed directory data with more than 1024 entriesChris Lu1-2/+10
fix https://github.com/chrislusf/seaweedfs/issues/1130
2019-11-19Merge pull request #1129 from divinerapier/masterChris Lu1-6/+4
can not break out of from for-select block
2019-11-20can not break out of for-select blockdivinerapier1-6/+4
Signed-off-by: divinerapier <poriter.coco@gmail.com>
2019-11-18WIPChris Lu7-9/+195
2019-11-18change uuid packageChris Lu2-2/+3
fix https://github.com/chrislusf/seaweedfs/issues/1126
2019-11-18Merge pull request #1125 from PapaYofen/fix-rm-ldb-bdbChris Lu1-2/+2
rm ldb and bdb directory
2019-11-19rm ldb and bdb directorychenwanli1-2/+2
2019-11-14refactoring scaffolding for master.tomlChris Lu3-18/+13
2019-11-12adjust memory mapped file sizeChris Lu1-1/+1
related to https://github.com/chrislusf/seaweedfs/pull/1087
2019-11-12passing in averageShardsPerEcNode instead of expectedTotalEcShardsChris Lu1-2/+1
addressing https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-12add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscendingChris Lu3-5/+11
addressing https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-12Update go.sumChris Lu1-0/+4
2019-11-12avoid double counting ec slotChris Lu1-10/+10
addressing issue found in https://github.com/chrislusf/seaweedfs/issues/1111 The ec slots are already counted on the server side.
2019-11-11Merge pull request #1115 from iliul/enhanced-master-logicChris Lu8-42/+50
fix master maintenance logic
2019-11-12fix master maintenance logicLei Liu8-42/+50
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-11-11Merge branch 'master' into refactoring_dat_backendChris Lu13-145/+509
2019-11-11Merge pull request #1102 from stlpmo-jn/add_ETCD_sequencerChris Lu4-3/+342
Add etcd sequencer
2019-11-11delete unused functionstlpmo1-12/+0
2019-11-11ut passstlpmo4-11/+16
2019-11-11move from cmd-line to scaffoldstlpmo4-14/+32
2019-11-10fix rack_not_found caseChris Lu1-0/+4
fix rack_not_found in https://github.com/chrislusf/seaweedfs/issues/1111
2019-11-10use constantChris Lu1-1/+1
2019-11-10change parameter nameChris Lu3-125/+134
2019-11-10Merge pull request #1112 from song-zhang/add-assign-volume-numberChris Lu6-19/+31
add volume number param in assign operation
2019-11-10add volume number param in assign operationzhangsong6-19/+31
2019-11-09refactor memory mapped file into backend storageChris Lu10-120/+122
2019-11-08Merge branch 'master' into refactoring_dat_backendChris Lu9-21/+48
2019-11-08go fmtChris Lu1-1/+1
2019-11-08adjust ec reading log levelChris Lu1-2/+2
2019-11-08volume: fix ec shard readingChris Lu1-2/+8
fix https://github.com/chrislusf/seaweedfs/issues/1106
2019-11-08Merge pull request #1107 from song-zhang/masterChris Lu1-4/+14
use read lock to avoid io hang during heartbeat
2019-11-08use read lock to avoid io hang during heartbeatzhangsong1-4/+14
2019-11-05delete the var etcdClient and commentsstlpmo3-141/+91
refactor the code add sequencer cmd-line delete nerver used codes
2019-11-04Create etcd_sequencer.gostlpmo1-0/+378
the 1st version
2019-10-31Merge pull request #1099 from iliul/enhanced-api-logicChris Lu2-4/+9
enhanced master api logic
2019-10-31return error when garbageThreshold is not a valid float numberLei Liu1-0/+1
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-31fix dir/lookup and col/delete apiLei Liu2-4/+8
1, Fix Layouts first letter capitalized 2, Return http 204 when delete a collection Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-30Merge pull request #1098 from iliul/fix-leader-errormessageChris Lu4-9/+15
fix leader master /dir/lookup api error message
2019-10-30fix leader master /dir/lookup apiLei Liu4-9/+15
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-10-29skip memory mapped file when compactingChris Lu1-1/+1