aboutsummaryrefslogtreecommitdiff
path: root/go/topology
AgeCommit message (Expand)AuthorFilesLines
2013-11-12support for collections!Chris Lu6-35/+79
2013-11-12remove unused parameter pulseChris Lu1-4/+2
2013-11-10adding etcd storage support for cluster meta data. Currently justChris Lu3-4/+6
2013-10-16issue 49: unwritable volume become writable after compactingChris Lu1-3/+3
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu6-20/+20
2013-08-12ensure unwritable volumes are not in writables listChris Lu1-6/+13
2013-08-08switching to temporarily use glog libraryChris Lu6-30/+30
2013-08-08avoid verbose log message when some volumes are fullChris Lu1-1/+1
2013-07-15better locking to prevent any possible memory access errorChris Lu1-0/+15
2013-07-13clean up log fmt usage. Move to log for important data changes,Chris Lu6-29/+28
2013-06-19add dataCenter option when assign file keysChris Lu8-49/+119
2013-04-16refactoring, same logic, but the store replication logic is moved to aChris Lu1-2/+1
2013-04-15rename volume_location.go to volume_location_list.goChris Lu1-0/+0
2013-04-14merge changes from about dealing with read only volumes.Chris Lu1-4/+6
2013-03-20avoid empty data nodesChris Lu1-1/+1
2013-03-20return nil instead of memory access errorChris Lu1-1/+4
2013-03-19avoid missing configuration file errorChris Lu1-2/+3
2013-03-19avoid error when missing configuration fileChris Lu1-0/+2
2013-03-19avoid file not exist errorChris Lu1-1/+2
2013-02-26add lots of error checking by GThomasChris Lu9-77/+87
2013-02-10go vetChris Lu2-5/+5
2013-02-10testing compilation with remove packageChris Lu15-0/+1287