| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-04-13 | 1. add batched volume lookup handler | Chris Lu | 3 | -20/+79 | |
| 2. working-in-progress batch delete | |||||
| 2014-04-13 | remove unused code additional functions for glog | Chris Lu | 1 | -9/+1 | |
| 2014-04-13 | adding instructions on how to use logging | Chris Lu | 2 | -3/+5 | |
| 2014-04-13 | releasing 0.53, and then move to 0.54 beta | Chris Lu | 1 | -1/+1 | |
| 2014-04-13 | Correct logic to allocate volume slots | Chris Lu | 1 | -12/+25 | |
| 2014-04-13 | fix bug when reading back the replica settings! | Chris Lu | 2 | -1/+15 | |
| 2014-04-13 | correct assign logic for rack level. Still need to fix data center | Chris Lu | 1 | -9/+19 | |
| level. | |||||
| 2014-04-13 | mostly working correctly, but may have failed volume growing attempts | Chris Lu | 1 | -0/+13 | |
| when slots are tight. | |||||
| 2014-04-13 | 1. refactoring, merge "replication" logic into "topology" package | Chris Lu | 11 | -77/+144 | |
| 2. when growing volumes, additional preferred "rack" and "dataNode" paraemters are also provided. Previously only "dataCenter" paraemter is provided. | |||||
| 2014-04-11 | Add retrying logic to wait for other peers during cluster bootstrapping. | Chris Lu | 4 | -15/+44 | |
| 2014-04-10 | starting 0.53 beta | Chris Lu | 1 | -1/+1 | |
| 2014-04-10 | 0.52 version | Chris Lu | 1 | -1/+1 | |
| 2014-04-09 | 1. root dir has id of 0 | Chris Lu | 5 | -13/+26 | |
| 2. only delete empty folders 3. correct listing files under a folder | |||||
| 2014-04-09 | a correct implementation of filer | Chris Lu | 10 | -148/+536 | |
| 2014-03-30 | adding filer!!! | Chris Lu | 4 | -35/+138 | |
| 2014-03-30 | fix to avoid empty sub directory | Chris Lu | 1 | -2/+4 | |
| 2014-03-30 | more robust filer | Chris Lu | 4 | -7/+59 | |
| 2014-03-30 | working filer server! | Chris Lu | 9 | -31/+366 | |
| 2014-03-28 | all in progress version will just be beta | Chris Lu | 1 | -1/+1 | |
| 2014-03-28 | Issue 65: weed-fs 0.51 does not compile under windows | Chris Lu | 8 | -71/+58 | |
| 2014-03-26 | adding lots of different stats | Chris Lu | 8 | -31/+123 | |
| 2014-03-25 | 1. adding statistics reporting | Chris Lu | 17 | -32/+319 | |
| 2. refactor version to util package | |||||
| 2014-03-24 | 0.51 | Chris Lu | 1 | -1/+1 | |
| 2014-03-23 | refactor functions | Chris Lu | 3 | -1/+6 | |
| 2014-03-23 | fix delayed deletion | Chris Lu | 1 | -6/+6 | |
| 2014-03-20 | better delayed deletion | Chris Lu | 1 | -7/+15 | |
| 2014-03-20 | enhance deletion operation | Chris Lu | 4 | -26/+49 | |
| 2014-03-20 | switch to idle timeout instead of read timeout | Chris Lu | 5 | -33/+103 | |
| 2014-03-19 | now the volume compaction bug is fixed. | Chris Lu | 1 | -1/+1 | |
| 2014-03-19 | switch to ReadAt() for thread-safe read | Chris Lu | 5 | -32/+42 | |
| fix bugs during volume compaction | |||||
| 2014-03-19 | adjusting logs | Chris Lu | 2 | -3/+3 | |
| 2014-03-19 | adjusting logs | Chris Lu | 1 | -1/+1 | |
| 2014-03-19 | add deletion during benchmarking | Chris Lu | 1 | -20/+47 | |
| 2014-03-19 | adjusting logs | Chris Lu | 1 | -1/+0 | |
| 2014-03-19 | adjust log level | Chris Lu | 1 | -1/+1 | |
| 2014-03-19 | print out log message | Chris Lu | 1 | -0/+1 | |
| 2014-03-19 | Thread-safe fixes: | Chris Lu | 2 | -30/+24 | |
| 1. avoid sharing []byte 2. switch to use ReadAt() | |||||
| 2014-03-19 | found bugs with 0.50, backing off for now | Chris Lu | 1 | -1/+1 | |
| 2014-03-18 | Last important fix is version-bump-up-worthy: prevent heartbeat lost | Chris Lu | 1 | -1/+1 | |
| when vacuuming | |||||
| 2014-03-18 | 1. no locks for all read operations! Switching to pread for all reads. | Chris Lu | 2 | -35/+20 | |
| 2. prevent heartbeat lost when vacuuming, by removing locks on Size() function | |||||
| 2014-03-18 | randomize the file size a little bit | Chris Lu | 1 | -2/+3 | |
| 2014-03-18 | remove unnecessary code | Chris Lu | 1 | -3/+0 | |
| 2014-03-17 | adjusting volumeSizeLimitMB default value and descriptions | Chris Lu | 2 | -2/+2 | |
| 2014-03-16 | so many bug fixes, well worth an version bump | Chris Lu | 1 | -1/+1 | |
| 2014-03-16 | deal with empty learder() cases | Chris Lu | 1 | -2/+2 | |
| 2014-03-16 | avoid herding effect by double checking | Chris Lu | 1 | -5/+7 | |
| 2014-03-16 | reusing http connections in raft server | Chris Lu | 1 | -0/+2 | |
| 2014-03-15 | toughen weedfs clustering, adding synchronizing max volume id among | Chris Lu | 9 | -72/+114 | |
| peers in order to avoid the same volume id being assigned twice 1. moving raft.Server to topology 2. adding max volume id command for raft | |||||
| 2014-03-15 | ignore "-peers" option if cluster is already bootstrapped | Chris Lu | 1 | -6/+5 | |
| 2014-03-15 | fix glog format | Chris Lu | 1 | -6/+4 | |
