aboutsummaryrefslogtreecommitdiff
path: root/go/replication/store_replicate.go
AgeCommit message (Collapse)AuthorFilesLines
2014-04-131. refactoring, merge "replication" logic into "topology" packageChris Lu1-96/+0
2. when growing volumes, additional preferred "rack" and "dataNode" paraemters are also provided. Previously only "dataCenter" paraemter is provided.
2014-03-20enhance deletion operationChris Lu1-2/+3
2014-02-141. volume server auto detect clustered master nodesChris Lu1-1/+1
2. remove operation package dependency on storage
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-2/+2
some basic changes to parse upload url
2013-08-08switching to temporarily use glog libraryChris Lu1-3/+3
2013-07-29replicate mime typeChris Lu1-1/+1
2013-07-15support gzip file upload, fix problem during replication of gzipped dataChris Lu1-1/+1
2013-07-101. ensure replicated file has the same timestampChris Lu1-5/+5
2. upload can specify modified time by &ts=... 3. correctly return code 304
2013-06-19add dataCenter option when assign file keysChris Lu1-1/+1
add dataCenter option when starting volume servers some work related to freeze a volume. Not tested yet.
2013-04-18refactoring needle mapper interface to separate index file storage logicChris Lu1-1/+1
out
2013-04-16refactoring, same logic, but the store replication logic is moved to aChris Lu1-0/+95
stand-alone file, for later easier improvements