| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-03-14 | less greedy concurrency level, reducing open files | Chris Lu | 1 | -3/+13 | |
| 2014-03-13 | fix bug on volume growing failure where free space equals what's | Chris Lu | 2 | -12/+25 | |
| required. more meaningful volume allocation errors | |||||
| 2014-03-13 | error message change | Chris Lu | 1 | -1/+1 | |
| 2014-03-13 | help content textual changes | Chris Lu | 1 | -6/+9 | |
| 2014-03-12 | avoid sharing same err variable | Chris Lu | 1 | -16/+16 | |
| 2014-03-12 | adjusting default read time out | Chris Lu | 3 | -3/+3 | |
| 2014-03-12 | 1. increase default concurrency level | Chris Lu | 1 | -9/+42 | |
| 2. efficient stats collection and calculation 3. accurate error count | |||||
| 2014-03-12 | adjusting error message | Chris Lu | 1 | -1/+1 | |
| 2014-03-12 | adjust error message | Chris Lu | 1 | -2/+2 | |
| 2014-03-12 | reusing http connections | Chris Lu | 1 | -1/+11 | |
| 2014-03-12 | in progress, trying to make benchmark working better to reuse http | Chris Lu | 3 | -40/+104 | |
| connections. | |||||
| 2014-03-12 | fix error message | Chris Lu | 1 | -1/+1 | |
| 2014-03-12 | fix error message | Chris Lu | 1 | -1/+1 | |
| 2014-03-12 | fix https://code.google.com/p/weed-fs/issues/detail?id=64 | Chris Lu | 1 | -1/+1 | |
| 2014-03-10 | add percentage of benchmark progress | Chris Lu | 2 | -2/+5 | |
| plan to release v0.48 | |||||
| 2014-03-10 | minor output format change | Chris Lu | 1 | -1/+1 | |
| 2014-03-10 | adding progress report during benchmarking | Chris Lu | 1 | -4/+20 | |
| 2014-03-10 | can now delete a collection! Is this a dangerous feature? Only enabling | Chris Lu | 13 | -8/+130 | |
| deleting "benchmark" collections for now. | |||||
| 2014-03-09 | benchmarking writing data to a specific collection | Chris Lu | 5 | -36/+65 | |
| 2014-03-09 | better benchmarking statistics | Chris Lu | 1 | -38/+91 | |
| 2014-03-09 | a kind of working benchmark | Chris Lu | 2 | -0/+289 | |
| 2014-03-09 | refactoring | Chris Lu | 1 | -9/+11 | |
| 2014-03-09 | truncate file content during creating | Chris Lu | 2 | -3/+3 | |
| 2014-03-03 | fixed redirection error | Chris Lu | 1 | -1/+1 | |
| 2014-03-02 | spelling error with parameter name! | Chris Lu | 1 | -1/+1 | |
| 2014-03-02 | Major: | Chris Lu | 31 | -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-14 | 1. volume server auto detect clustered master nodes | Chris Lu | 10 | -23/+127 | |
| 2. remove operation package dependency on storage | |||||
| 2014-02-09 | cleaner cluster messages | Chris Lu | 4 | -4/+25 | |
| 2014-02-06 | Avoid creating *.dat file when reading and it does not exist | Chris Lu | 1 | -19/+28 | |
| 2014-02-06 | set to 400 Bad Request when failed to parse file id, recommended by | Chris Lu | 1 | -2/+2 | |
| claudiu | |||||
| 2014-02-06 | set to 404 when failed to read file id | Chris Lu | 1 | -1/+3 | |
| 2014-02-06 | avoid index out of range exception | Chris Lu | 1 | -3/+3 | |
| 2014-02-06 | fix replication type parameter name | Chris Lu | 1 | -1/+1 | |
| 2014-02-05 | help message adjustment | Chris Lu | 1 | -1/+1 | |
| 2014-02-05 | optimize for submission from clustered master nodes | Chris Lu | 2 | -3/+11 | |
| 2014-02-05 | report when size is closing to the volume limit | Chris Lu | 1 | -2/+2 | |
| fix error | |||||
| 2014-02-05 | be lenient when writing, but report right away when volume size limit is | Chris Lu | 3 | -9/+10 | |
| exceeded | |||||
| 2014-02-05 | bump up to 0.46 | Chris Lu | 1 | -1/+1 | |
| 2014-02-05 | working auto fail-over master node | Chris Lu | 3 | -12/+39 | |
| 2014-02-05 | a stable working clustering master node implementation | Chris Lu | 2 | -8/+54 | |
| 2014-02-05 | adjust description text | Chris Lu | 1 | -1/+1 | |
| 2014-02-04 | go fmt | Chris Lu | 2 | -8/+8 | |
| 2014-02-04 | minor adjustment for weed master nodes clustering | Chris Lu | 2 | -4/+14 | |
| 2014-01-29 | reduce the default volume size to 32000MB from 32768MB | Chris Lu | 1 | -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-28 | Issue 62: Latest raft update breaks the build | Chris Lu | 1 | -1/+1 | |
| 2014-01-21 | trivial refactoring | Chris Lu | 1 | -6/+9 | |
| 2014-01-21 | Issue 60: weed export -collection doesn't work | Chris Lu | 1 | -0/+3 | |
| 2013-12-09 | toughen up error handling for invalid fid | Chris Lu | 3 | -12/+22 | |
| 2013-12-09 | disable raft logging | Chris Lu | 1 | -1/+1 | |
| 2013-12-09 | a start for distributed master support, not working yet | Chris Lu | 3 | -5/+188 | |
