316014408
2f5afe88f9
Merge 9a5ed08fab into a337b844ec
9 years ago
Chris Lu
a337b844ec
properly send heartbeats
fix https://github.com/chrislusf/seaweedfs/issues/476
9 years ago
Chris Lu
e936fe9001
Merge pull request #472 from sparklxb/master
complement weed mount: add read and delete
9 years ago
sparklxb
c46e91d229
complement weed mount: add read and delete
9 years ago
Chris Lu
37b79174d1
Merge pull request #469 from sparklxb/master
complement weed mount
9 years ago
Chris Lu
b095496d30
Merge pull request #471 from stepanbujnak/master
Show contents of manifest file when cm=false is passed
9 years ago
Stepan Bujnak
14ec3bfc1d
Show contents of manifest file when cm=false is passed
9 years ago
Chris Lu
427c7fbf93
Merge pull request #470 from stepanbujnak/master
Added locking on the filer move operation
9 years ago
Stepan Bujnak
a72c92e55f
Added locking on the filer move operation
9 years ago
sparklxb
3a67b6ddc1
complement weed mount
9 years ago
sparklxb
7f85e15990
complement weed mount
9 years ago
Chris Lu
b20cdff82d
Merge pull request #463 from sparklxb/master
Fixes #266
9 years ago
sparklxb
813a4f7456
Fixes #266
9 years ago
Chris Lu
470d950918
Merge pull request #461 from sparklxb/master
fix bug: replication, metadata not replicated
9 years ago
sparklxb
4049c72e6c
fix bug: replication, metadata not replicated
9 years ago
Chris Lu
9a5ed08fab
fix tests
9 years ago
Chris Lu
d2d7be4302
remove weeds.conf
9 years ago
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
Chris Lu
30f138a538
fix tests
9 years ago
Chris Lu
41f686ab9d
remove weeds.conf
9 years ago
Chris Lu
98d66a569b
avoid nil
fix https://github.com/chrislusf/seaweedfs/issues/452
9 years ago
Chris Lu
654173e7c7
Merge pull request #451 from vancepym/patch-2
Update Dockerfile
9 years ago
vancepym
543476cba1
Update Dockerfile
Bump docker base image version to alpine 3.5
9 years ago
Chris Lu
9a8e020559
compile with 1.7
9 years ago
Chris Lu
f0d140f164
Merge pull request #448 from vancepym/patch-1
Fix: the maximum-length character exceed 255
9 years ago
vancepym
ee6067e98c
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
c2ce97785f
set the volume size limit
fixing https://github.com/chrislusf/seaweedfs/issues/447
9 years ago
Chris Lu
f302c9fda2
always send the leader info on each heartbeat
9 years ago