aboutsummaryrefslogtreecommitdiff
path: root/go/sequence/sequence.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-7/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2015-04-06change count to uint64 to fix #109chrislusf1-1/+1
fix https://github.com/chrislusf/weed-fs/issues/109
2014-10-26formatting code by: goimports -w=true .Chris Lu1-2/+0
2014-04-161. volume server now sends master server its max file key, so thatChris Lu1-83/+3
master server does not need to store the sequence on disk any more 2. fix raft server's failure to init cluster during bootstrapping
2013-12-03clean up etcd backing for sequence persistent storage. It uses some OSChris Lu1-7/+0
specific calls and is not OS-agnostic.
2013-11-19comment out etcd support due to its os specific system callsChris Lu1-6/+6
2013-11-10adding etcd storage support for cluster meta data. Currently justChris Lu1-13/+22
sequence. More to come...
2013-11-05add metastore, switching sequence to use itChris Lu1-18/+27
metastore is for storing metadata. This will be used later when moving to distributed master mode.
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-1/+1
some basic changes to parse upload url
2013-08-08switching to temporarily use glog libraryChris Lu1-8/+8
2013-03-19fix sequence assignment errorChris Lu1-1/+1
2013-02-26add lots of error checking by GThomasChris Lu1-4/+11
2013-02-10testing compilation with remove packageChris Lu1-0/+71