aboutsummaryrefslogtreecommitdiff
path: root/go/topology/data_node.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-115/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-05-30rwlock concurrent read mapChris Lu1-2/+0
2016-05-19lock dn.volumesChris Lu1-0/+17
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-2/+2
2015-03-09Add read only public port on volume serverchrislusf1-6/+0
Add read only public port on volume server
2015-02-25display admin url on /dir/statuschrislusf1-0/+1
2015-01-18Add optional admin port to volume server, to seperate admin operations from ↵Chris Lu1-1/+6
normal file operations.
2015-01-08add some String() to make codes easier to read and debugyanyiwu1-0/+5
2014-10-26formatting code by: goimports -w=true .Chris Lu1-1/+2
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-2/+2
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-2/+2
2014-09-20add TTL supportChris Lu1-2/+4
The volume TTL and file TTL are not necessarily the same. as long as file TTL is smaller than volume TTL, it'll be fine. volume TTL is used when assigning file id, e.g. http://.../dir/assign?ttl=3h file TTL is used when uploading
2014-04-131. refactoring, merge "replication" logic into "topology" packageChris Lu1-0/+10
2. when growing volumes, additional preferred "rack" and "dataNode" paraemters are also provided. Previously only "dataCenter" paraemter is provided.
2014-03-19adjusting logsChris Lu1-1/+0
2014-03-10can now delete a collection! Is this a dangerous feature? Only enablingChris Lu1-2/+22
deleting "benchmark" collections for now.
2013-06-19add dataCenter option when assign file keysChris Lu1-1/+4
add dataCenter option when starting volume servers some work related to freeze a volume. Not tested yet.
2013-02-26add lots of error checking by GThomasChris Lu1-1/+1
2013-02-10testing compilation with remove packageChris Lu1-0/+60