chrislusf
e0d8259d98
Randomize http redirect.
Randomize http redirect.
Also remove unnecessary empty string checking.
10 years ago
yourchanges
7e0c080581
Move the redirect url perfer to volume server's PublicUrl
10 years ago
yourchanges
2e0d0046c4
Move the redirect url to volume server's PublicUrl (reverted from commit 2df72001b2
)
10 years ago
yourchanges
2df72001b2
Move the redirect url to volume server's PublicUrl
10 years ago
chrislusf
eff83a87d1
Add publicUrl for master server
10 years ago
Chris Lu
f7998f8652
merge conflicts
10 years ago
chrislusf
714ccb6e2b
Fix compilation error due to upstream API change.
Fix compilation error due to upstream API change.
10 years ago
chrislusf
09f98630c0
Avoid checking folder if not using filer. fix #80
Fix https://github.com/chrislusf/weed-fs/issues/80
10 years ago
yanyiwu
7bfa93a283
use sync.RWMutex when masterNode changes
10 years ago
yourchanges
133181bbe4
add -reverseProxyServer="volume.xxx.com" to volume server try to fix #9 (reverted from commit 3beb80c907
)
10 years ago
chrislusf
1791de4ae4
Avoid creating filer folder if not starting it.
10 years ago
chrislusf
e381356af9
change CLI option from publicIp to publicUrl
Now the publicUrl is free style text.
10 years ago
chrislusf
cc724305b6
Using Url instead of PublicUrl for volume server
Originally there are only url(ip + port), and publicUrl. Because ip was
used to listen for http service, it has less flexibility and volume
server has to be accessed via publicUrl.
Recently we added ip.bind, for binding http service.
With this change, url can be used to connect to volume servers. And
publicUrl becomes a free style piece of url information, it does not
even need to be unique.
10 years ago
yourchanges
3beb80c907
add -reverseProxyServer="volume.xxx.com" to volume server try to fix #9
10 years ago
chrislusf
0e23ee4dce
Update volume server's master node when masters change.
10 years ago
Chris Lu
7b4a53b2c1
Add optional admin port to volume server, to seperate admin operations from normal file operations.
10 years ago
Chris Lu
af416189f1
Cleanup error printing.
10 years ago
Lei Xue
029e3a3822
fix some typos
10 years ago
Chris Lu
5afdc469a3
Separate into admin and public mux for volume servers.
10 years ago
Chris Lu
09bc196958
Refactoring volume server options.
10 years ago
Chris Lu
ef191f2901
Refactoring volume server options.
10 years ago
Chris Lu
8f72a1965f
Fix go vet warnings.
10 years ago
yanyiwu
543f5af5af
add w.Write for FilerServer HTTP response
10 years ago
yanyiwu
fe91fd00ad
fix bug: 'http: multiple response.WriteHeader calls'
10 years ago
Brian McQueen
e7741db9a2
fixed description error in redis.database
10 years ago
Brian McQueen
cec2b3724c
add server options to set redis and cassandra in the filer and corrected filer option description text
10 years ago
Chris Lu
5b5d6341e5
Set http status after modifying response headers.
10 years ago
yanyiwu
7d810a15c0
fix bug about : writed needle into localfile twice when replicating, because of the ip is not equal : ":8080" != "127.0.0.1:8080"
10 years ago
Chris Lu
e4531fc1e6
Add Redis support for Distributed Filer store.
10 years ago
Chris Lu
d77f3120c3
Adjust function name.
10 years ago
Chris Lu
cceb5768c7
Adjust function name.
10 years ago
yanyiwu
0b192917f8
fix bug about the collection in volume is wrong when curl -F "file=@/tmp/test.jpg" "localhost:9333/submit?collection=picture"
10 years ago
Chris Lu
49784d7f28
Add support for distributed filer metadata store.
10 years ago
Chris Lu
165734ce11
Refactoring for supporing cassandra as filer meta data store
10 years ago
Chris Lu
a3e4145e8a
refactoring for later security changes
10 years ago
yanyiwu
5b7628cf08
use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/proto
10 years ago
Brian McQueen
d56c748fa8
switch it back to chris's repo
10 years ago
Brian McQueen
57ec736941
make it turn on the filer when filer.redirectOnRead is set
10 years ago
Brian McQueen
c0dfdf4392
switch to my forked repo
10 years ago
chrislusf
e431d4121e
Add optional http redirect for filer GET requests.
10 years ago
chrislusf
ba972694c7
Add filer option to redirect instead of proxying to volume server on file GET requests.
10 years ago
chrislusf
7a6394378c
Remove a volume server concurrent connection limit.
10 years ago
chrislusf
89fd1e4b6e
Add more thread safe counters. Tighten thread synchronization.
10 years ago
Chris Lu
6c5a3d3dbf
Increase performance by reusing []byte, reducing GC.
10 years ago
Chris Lu
ca67ed69a1
Change name to Seaweed.
10 years ago
Chris Lu
8af4753002
Write request id to first 8 bytes of a file, instead of whole file, for
better write performance.
10 years ago
Chris Lu
7ce628bf09
Clean raft configurations if "peers" option is set.
10 years ago
Chris Lu
179d36ba0e
formatting code by: goimports -w=true .
10 years ago
Chris Lu
a5d6e70299
fix commenting error.
10 years ago
Chris Lu
f527fc1d5e
adjust visibility
10 years ago