aboutsummaryrefslogtreecommitdiff
path: root/go/sequence/memory_sequencer.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-36/+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-04-161. volume server now sends master server its max file key, so thatChris Lu1-2/+19
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-11-10adding etcd storage support for cluster meta data. Currently justChris Lu1-0/+19
sequence. More to come...