aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
2014-03-14less greedy concurrency level, reducing open filesChris Lu1-3/+13
2014-03-13fix bug on volume growing failure where free space equals what'sChris Lu2-12/+25
required. more meaningful volume allocation errors
2014-03-13error message changeChris Lu1-1/+1
2014-03-13help content textual changesChris Lu1-6/+9
2014-03-12avoid sharing same err variableChris Lu1-16/+16
2014-03-12adjusting default read time outChris Lu3-3/+3
2014-03-121. increase default concurrency levelChris Lu1-9/+42
2. efficient stats collection and calculation 3. accurate error count
2014-03-12adjusting error messageChris Lu1-1/+1
2014-03-12adjust error messageChris Lu1-2/+2
2014-03-12reusing http connectionsChris Lu1-1/+11
2014-03-12in progress, trying to make benchmark working better to reuse httpChris Lu3-40/+104
connections.
2014-03-12fix error messageChris Lu1-1/+1
2014-03-12fix error messageChris Lu1-1/+1
2014-03-12fix https://code.google.com/p/weed-fs/issues/detail?id=64Chris Lu1-1/+1
2014-03-10add percentage of benchmark progressChris Lu2-2/+5
plan to release v0.48
2014-03-10minor output format changeChris Lu1-1/+1
2014-03-10adding progress report during benchmarkingChris Lu1-4/+20
2014-03-10can now delete a collection! Is this a dangerous feature? Only enablingChris Lu13-8/+130
deleting "benchmark" collections for now.
2014-03-09benchmarking writing data to a specific collectionChris Lu5-36/+65
2014-03-09better benchmarking statisticsChris Lu1-38/+91
2014-03-09a kind of working benchmarkChris Lu2-0/+289
2014-03-09refactoringChris Lu1-9/+11
2014-03-09truncate file content during creatingChris Lu2-3/+3
2014-03-03fixed redirection errorChris Lu1-1/+1
2014-03-02spelling error with parameter name!Chris Lu1-1/+1
2014-03-02Major:Chris Lu31-588/+341
change replication_type to ReplicaPlacement, hopefully cleaner code works for 9 possible ReplicaPlacement xyz x : number of copies on other data centers y : number of copies on other racks z : number of copies on current rack x y z each can be 0,1,2 Minor: weed server "-mdir" default to "-dir" if empty
2014-02-141. volume server auto detect clustered master nodesChris Lu10-23/+127
2. remove operation package dependency on storage
2014-02-09cleaner cluster messagesChris Lu4-4/+25
2014-02-06Avoid creating *.dat file when reading and it does not existChris Lu1-19/+28
2014-02-06set to 400 Bad Request when failed to parse file id, recommended byChris Lu1-2/+2
claudiu
2014-02-06set to 404 when failed to read file idChris Lu1-1/+3
2014-02-06avoid index out of range exceptionChris Lu1-3/+3
2014-02-06fix replication type parameter nameChris Lu1-1/+1
2014-02-05help message adjustmentChris Lu1-1/+1
2014-02-05optimize for submission from clustered master nodesChris Lu2-3/+11
2014-02-05report when size is closing to the volume limitChris Lu1-2/+2
fix error
2014-02-05be lenient when writing, but report right away when volume size limit isChris Lu3-9/+10
exceeded
2014-02-05bump up to 0.46Chris Lu1-1/+1
2014-02-05working auto fail-over master nodeChris Lu3-12/+39
2014-02-05a stable working clustering master node implementationChris Lu2-8/+54
2014-02-05adjust description textChris Lu1-1/+1
2014-02-04go fmtChris Lu2-8/+8
2014-02-04minor adjustment for weed master nodes clusteringChris Lu2-4/+14
2014-01-29reduce the default volume size to 32000MB from 32768MBChris Lu1-1/+1
this avoids problems with busy writing systems from having too many file id assigned while the volume is close to the overflow limit.
2014-01-28Issue 62: Latest raft update breaks the buildChris Lu1-1/+1
2014-01-21trivial refactoringChris Lu1-6/+9
2014-01-21Issue 60: weed export -collection doesn't workChris Lu1-0/+3
2013-12-09toughen up error handling for invalid fidChris Lu3-12/+22
2013-12-09disable raft loggingChris Lu1-1/+1
2013-12-09a start for distributed master support, not working yetChris Lu3-5/+188