aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-17test passedstlpmo2-32/+505
2019-11-12adjust memory mapped file sizeChris Lu1-1/+1
2019-11-12passing in averageShardsPerEcNode instead of expectedTotalEcShardsChris Lu1-2/+1
2019-11-12add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscendingChris Lu3-5/+11
2019-11-12Update go.sumChris Lu1-0/+4
2019-11-12avoid double counting ec slotChris Lu1-10/+10
2019-11-11Merge pull request #1115 from iliul/enhanced-master-logicChris Lu8-42/+50
2019-11-12fix master maintenance logicLei Liu8-42/+50
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
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
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
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
2019-11-08Merge pull request #1107 from song-zhang/masterChris Lu1-4/+14
2019-11-08use read lock to avoid io hang during heartbeatzhangsong1-4/+14
2019-11-05delete the var etcdClient and commentsstlpmo3-141/+91
2019-11-04Create etcd_sequencer.gostlpmo1-0/+378
2019-10-31Merge pull request #1099 from iliul/enhanced-api-logicChris Lu2-4/+9
2019-10-31return error when garbageThreshold is not a valid float numberLei Liu1-0/+1
2019-10-31fix dir/lookup and col/delete apiLei Liu2-4/+8
2019-10-30Merge pull request #1098 from iliul/fix-leader-errormessageChris Lu4-9/+15
2019-10-30fix leader master /dir/lookup apiLei Liu4-9/+15
2019-10-29skip memory mapped file when compactingChris Lu1-1/+1
2019-10-29Merge branch 'master' into refactoring_dat_backendChris Lu11-24/+21
2019-10-29fix compaction logicChris Lu1-3/+3
2019-10-29adjust variable namesChris Lu2-4/+4
2019-10-29adjust NewDiskFile() paramatersChris Lu8-12/+12
2019-10-29Merge pull request #1097 from iliul/misc-updatedChris Lu10-21/+18
2019-10-29misc updatedLei Liu10-21/+18
2019-10-29fix testChris Lu1-1/+5
2019-10-29changed from os.file to backend.DataStorageBackendChris Lu16-108/+191
2019-10-27FUSE: add os specific mount optionsChris Lu5-1/+37
2019-10-25fix error logsChris Lu1-1/+1
2019-10-25master: add logging for volume server disconnectionChris Lu1-0/+8
2019-10-25go fmtChris Lu3-7/+3
2019-10-25fix iitial filer urlChris Lu2-10/+39
2019-10-25Merge pull request #1092 from binbinshi/masterChris Lu1-6/+7
2019-10-25 fix : change default filer.port to 8888shibinbin1-1/+1
2019-10-25 fix: weed shell add filer runtime attributesshibinbin1-6/+7
2019-10-25refactor: simplifying to ReadAt() and WriteAt()Chris Lu2-7/+3