Chris Lu
96ac222002
avoid nil
fix https://github.com/chrislusf/seaweedfs/issues/452
9 years ago
vancepym
275446c072
Update Dockerfile
Bump docker base image version to alpine 3.5
9 years ago
Chris Lu
3fa2032302
compile with 1.7
9 years ago
vancepym
ce0c5f2396
Fix: the maximum-length character exceed 255
The length of a CHAR column is fixed to the length that you declare when you create the table. The length can be any value from 0 to 255. When CHAR values are stored, they are right-padded with spaces to the specified length.
see https://dev.mysql.com/doc/refman/5.7/en/char.html
9 years ago
Chris Lu
5f2adc2cec
set the volume size limit
fixing https://github.com/chrislusf/seaweedfs/issues/447
9 years ago
Chris Lu
1502564794
always send the leader info on each heartbeat
9 years ago
Chris Lu
e4eb4f7f85
supporting reading file of size zero
9 years ago
Chris Lu
ff6a46b698
add locking to access l.volumes
9 years ago
brstgt
de1700fdfb
Don't return actual file size from CheckVolumeDataIntegrity, it will be 0 if last needle is a tombstone, so it's not reliable anyway
9 years ago
brstgt
755231f622
Remove obsolete property Volume.dataFileSize
9 years ago
brstgt
46a6e8918b
Delete volumes online without restarting volume server
9 years ago
brstgt
4238a0fd43
Mount and unmount volumes online without restarting volume server
9 years ago
brstgt
f0f916d2ba
Log volumeId if dataFileSize != actual data file size - improve log types
9 years ago
brstgt
f89c92bf18
Log volumeId if dataFileSize != actual data file size
9 years ago
Chris Lu
64a73c52c1
adjust timing of leader election
9 years ago
Chris Lu
cdcf120449
Release 0.74
9 years ago
Chris Lu
7fb9a64f66
volume server get notified of leader change
9 years ago
Chris Lu
818233bbf6
fix byte counter on loading index file
fix https://github.com/chrislusf/seaweedfs/issues/441
9 years ago
Chris Lu
b4148e3f99
Update README.md
9 years ago
Chris Lu
ceb782dabc
Update README.md
9 years ago
Chris Lu
0fed5f22d5
Update README.md
9 years ago
Chris Lu
0963bc25fd
upgrade to 0.73
9 years ago
Chris Lu
03be0ca269
volume servers always connect to the master leader
9 years ago
丁超
0e06e33f0a
- -
9 years ago
丁超
688ceb8489
fix
9 years ago
316014408
752afa2db2
Merge branch 'master' into master
9 years ago
Chris Lu
d953ed442c
auto detect volume server ip address
9 years ago
Chris Lu
1be354bdce
default IP to "localhost"
so that the master can know the ip address.
9 years ago
Chris Lu
adc8d344a5
update proto buffer
9 years ago
Chris Lu
e767c3ea4f
disable master connection timeout
temporarily disable master connection timeout due to heartbeat
connection timeout
9 years ago
Chris Lu
e46c3415f7
gRpc for master~volume heartbeat
9 years ago
Chris Lu
4beaaa0650
simplify the gzip optimization logic
fix https://github.com/chrislusf/seaweedfs/issues/436
9 years ago
Chris Lu
9fa648e570
Merge pull request #435 from sparklxb/master
support uploading files to specific dataCenter
9 years ago
sparklxb
66e7013dfe
suport uploading files to specific dataCenter
9 years ago
Chris Lu
07a51815e9
Merge pull request #434 from wangjie/master
fix the bug that we can't get filename when download file.
9 years ago
wangjie
90a6f43c56
fix the bug than we can't get filename when download file.
9 years ago
Chris Lu
53cf1b4900
change the basic unit to MB
9 years ago
Chris Lu
ed44f12f6d
support Fallocate on linux
9 years ago
Chris Lu
7b6837cbc2
move back the section
9 years ago
Chris Lu
b14332df96
Merge pull request #432 from sparklxb/master
support additional header name-value pairs
9 years ago
sparklxb
da9b672d1b
support additional header name-value pairs
9 years ago
sparklxb
86a7c56275
support additional header name-value pairs
9 years ago
Chris Lu
13e7069eb9
keep track of total data file size
9 years ago
Chris Lu
54dd925283
remove deprecated instructions
9 years ago
Chris Lu
80398a2a3a
Merge pull request #430 from vancepym/master
Update Dockerfile
9 years ago
vancepym
4f28876c8d
Update Dockerfile
Replace with Alpine Linux based image
9 years ago
Chris Lu
e61c9af523
check Accept instead of content type
fix https://github.com/chrislusf/seaweedfs/issues/429
9 years ago
Chris Lu
4d1ac7332e
better organized travis
9 years ago
Chris Lu
e2100d0626
move links from bintray to github release page
9 years ago
Chris Lu
47b6ce93f8
download from github release page
9 years ago