37 Commits (020dd480ed8dab0eeb3b6b25b2558084a51b26f2)

Author SHA1 Message Date
chrislusf 49b1ba5bbf break away from code.google.com 10 years ago
Stuart P. Bentley f0c2a2dcb3 Change all chrislusf/weed-fs links to point to chrislu/seaweedfs 10 years ago
chrislusf 3ece066700 change count to uint64 to fix #109 10 years ago
chrislusf b07d81fb08 follow golint suggestions 10 years ago
chrislusf f511b507a5 Add read only public port on volume server 10 years ago
Chris Lu b2ad9a1110 Fix compilation error. 10 years ago
Chris Lu 7b4a53b2c1 Add optional admin port to volume server, to seperate admin operations from normal file operations. 10 years ago
Lei Xue 029e3a3822 fix some typos 10 years ago
Brian McQueen d56c748fa8 switch it back to chris's repo 10 years ago
Brian McQueen c0dfdf4392 switch to my forked repo 10 years ago
chrislusf 52180f386b Add read-write lock to guard topology changes on new collections and ttls. 10 years ago
Chris Lu 179d36ba0e formatting code by: goimports -w=true . 10 years ago
Chris Lu f527fc1d5e adjust visibility 10 years ago
Chris Lu 30bcda7136 fix typo 10 years ago
bmcquee bd664def45 Revert "fix func name HasWriableVolume" 10 years ago
bmcquee bff7b71389 fix func name HasWriableVolume 10 years ago
wyy 4126280d55 use github.com/chrislusf instead of github.com/aszxqw 10 years ago
wyy 1cd19447e3 use github.com/aszxqw instead of code.google.com/p 10 years ago
Chris Lu b9aee2defb add TTL support 10 years ago
Chris Lu 1818a2a2da Change to protocol buffer for volume-join-masster message 11 years ago
Chris Lu 51939efeac 1. volume server now sends master server its max file key, so that 11 years ago
Chris Lu f7f582ec86 1. refactoring, merge "replication" logic into "topology" package 11 years ago
Chris Lu 008aee0dc1 Add retrying logic to wait for other peers during cluster bootstrapping. 11 years ago
Chris Lu 0563773944 switch to ReadAt() for thread-safe read 11 years ago
Chris Lu 41143b3b78 toughen weedfs clustering, adding synchronizing max volume id among 11 years ago
Chris Lu cd10c277b2 can now delete a collection! Is this a dangerous feature? Only enabling 11 years ago
Chris Lu 27c74a7e66 Major: 11 years ago
Chris Lu ef4c2c0d1e cleaner cluster messages 11 years ago
Chris Lu 3b68711139 support for collections! 11 years ago
Chris Lu 1888d01fa0 adding etcd storage support for cluster meta data. Currently just 11 years ago
Chris Lu 82b74c7940 issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> 11 years ago
Chris Lu ed154053c8 switching to temporarily use glog library 12 years ago
Chris Lu ac15868694 clean up log fmt usage. Move to log for important data changes, 12 years ago
Chris Lu 50269b74ce add dataCenter option when assign file keys 12 years ago
Chris Lu 915b16f97a refactoring, same logic, but the store replication logic is moved to a 12 years ago
Chris Lu 9da3ea35ac avoid empty data nodes 12 years ago
Chris Lu a1d5a6298c avoid missing configuration file error 12 years ago
Chris Lu 2d4a7ac9f9 avoid error when missing configuration file 12 years ago
Chris Lu 018df9ceb0 avoid file not exist error 12 years ago
Chris Lu db8e27be6e add lots of error checking by GThomas 12 years ago
Chris Lu 5071f528f6 testing compilation with remove package 12 years ago
Chris Lu 55f2627fcf testing new directory structure 12 years ago
Chris Lu ab6fb13ad7 avoid the "src" folder 12 years ago
Chris Lu cb4e8ec16b re-organize code directory structure 12 years ago
Chris Lu 8fb8ebdf14 master can redirect GET/DELETE/POST requests to volume servers. So 12 years ago
Chris Lu 018f0b73be properly handle quick volume server restart 12 years ago
Chris Lu e19edccf3a ensure properly make volume unwritable. Previously passing volumeInfo 12 years ago
Chris Lu 86c8f248bd support compacting a volume 12 years ago
Chris Lu 3aefea0fe2 show volume status 12 years ago
Chris Lu e340fbee82 removing set volume location 12 years ago