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
cacfc85869
add some String() to make codes easier to read and debug
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
yanyiwu
5a40f539f2
fix bug: upload a file which already existed return a wrong file size.
10 years ago
yanyiwu
089eb8ad39
add String function for needle to print
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
52180f386b
Add read-write lock to guard topology changes on new collections and ttls.
10 years ago
chrislusf
ba972694c7
Add filer option to redirect instead of proxying to volume server on file GET requests.
10 years ago
Chris Lu
482e3fb973
Improve Benchmark tool's performance.
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
Chris Lu
30bcda7136
fix typo
10 years ago
Chris Lu
b5aa2ef605
Add master bind ip address option.
10 years ago
Chris Lu
670b240a26
Fix help text error.
10 years ago
Chris Lu
e9a8999f63
print error the correct way.
10 years ago
bmcquee
bd664def45
Revert "fix func name HasWriableVolume"
This reverts commit bff7b71389
.
10 years ago
bmcquee
02ae8b98a5
Revert "change wriable to writeable"
This reverts commit 626b896448
.
10 years ago
bmcquee
626b896448
change wriable to writeable
10 years ago
bmcquee
7ca10d8dcf
add another logging line verbosity 2
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
a2f8d985fb
Fix typo.
10 years ago
Chris Lu
ba179b1542
Add "-ip.bind" option when starting volume servers.
Also some Weed->Seaweed changes.
10 years ago
Chris Lu
ca16cfa147
adjust for external API changes
10 years ago
Chris Lu
794b755f1d
rename to Seaweed File System
10 years ago
Chris Lu
7920b4685e
Adding unit tests for volume ttl.
10 years ago
Chris Lu
f7094d7a99
version 0.64
10 years ago
Chris Lu
b9aee2defb
add TTL support
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
10 years ago