Chris Lu
|
e9eddfb8a2
|
remove wrong writes
|
4 years ago |
Chris Lu
|
38fc200e56
|
CRCWriter consistent with CRC
|
4 years ago |
Chris Lu
|
400de380f4
|
volume server: support tcp direct put/get/delete
|
4 years ago |
Chris Lu
|
c46d16b2f3
|
skip network error when remote volumes start
|
4 years ago |
Chris Lu
|
6e43e8ce17
|
add logs for remote file loading
|
4 years ago |
Chris Lu
|
015d16f43f
|
add vif file versions in case loading superblock fails
|
4 years ago |
Chris Lu
|
d680676d45
|
skip already loaded backends
|
4 years ago |
Chris Lu
|
540441fd38
|
go fmt
|
4 years ago |
Chris Lu
|
2cca07b44c
|
cloud tier to non-AWS s3 gateways
|
4 years ago |
Chris Lu
|
30b30b8fe0
|
volume.tier.move: passing non-empty disk type
|
4 years ago |
Chris Lu
|
03c643aa6b
|
fix test
fileSize need to be divided by 8
|
4 years ago |
Chris Lu
|
7635f6b9fa
|
disk file avoid file.Stat()
|
4 years ago |
Chris Lu
|
a2383b3b12
|
Revert "Revert "avoid file.Stat()""
This reverts commit 7ef4c24f18 .
|
4 years ago |
Chris Lu
|
7ef4c24f18
|
Revert "avoid file.Stat()"
This reverts commit 98c93ca465 .
|
4 years ago |
Chris Lu
|
1ad3200094
|
skip seek() when index file writes
|
4 years ago |
Chris Lu
|
98c93ca465
|
avoid file.Stat()
avoid one Syscall, but did not help on performance though
|
4 years ago |
bingoohuang
|
ee082ae402
|
revert comment temporarily
|
4 years ago |
bingoohuang
|
ee7cdf3668
|
revert ErrXyz to ErrorXyz temporarily.
|
4 years ago |
bingoohuang
|
a6d421508a
|
revert ErrXyz to ErrorXyz temporarily.
|
4 years ago |
Chris Lu
|
a1210d1e8d
|
Revert "volume: avoid file.stat(), file.seek() if possible during writes"
This reverts commit c78409a598 .
|
4 years ago |
bingoohuang
|
7ffe736d20
|
renaming to ErrXyz
|
4 years ago |
Chris Lu
|
c78409a598
|
volume: avoid file.stat(), file.seek() if possible during writes
|
4 years ago |
Chris Lu
|
73958e357d
|
add descriptive error if no free volumes
|
4 years ago |
bingoohuang
|
eab6e31d34
|
use backticks instead of double quotes to avoid escaped additionally in regex
|
4 years ago |
Chris Lu
|
3575d41009
|
go fmt
|
4 years ago |
Chris Lu
|
7403cd43c5
|
only use "" for hdd to avoid two values for the same thing
|
4 years ago |
Chris Lu
|
ebf320ec22
|
avoid divided by zero
|
4 years ago |
Chris Lu
|
3fe628f04e
|
use hdd instead of empty string
|
4 years ago |
Chris Lu
|
f8446b42ab
|
this can compile now!!!
|
4 years ago |
Chris Lu
|
7ce647f27e
|
support customizable disk type
|
4 years ago |
Chris Lu
|
4bd8a692d8
|
disk type can be generic tags
|
4 years ago |
Chris Lu
|
885ca34748
|
volume: fail fast if idx files are missing
fix https://github.com/chrislusf/seaweedfs/issues/1796
|
4 years ago |
bingoohuang
|
9e06ef66b9
|
fix renaming for 5bytes
|
4 years ago |
Chris Lu
|
a833021132
|
fix refactoring left over
|
4 years ago |
bingoohuang
|
7256902fb0
|
fix typo offset.ToAcutalOffset to offset.ToActualOffset
|
4 years ago |
bingoohuang
|
94ea3bd3a5
|
renaming NeedleMapType to NeedleMapKind
|
4 years ago |
Chris Lu
|
cfb9342a15
|
avoid concurrent map updates to viper
|
4 years ago |
Chris Lu
|
039ad101b1
|
manifest file also need to detect compression
fix https://github.com/chrislusf/seaweedfs/issues/1724#issuecomment-753585046
|
4 years ago |
Chris Lu
|
4f31c1bb94
|
go fmt
|
4 years ago |
Chris Lu
|
738c4fd203
|
fix logging when error
address https://github.com/chrislusf/seaweedfs/pull/1685#issuecomment-747845601
|
4 years ago |
Chris Lu
|
e2076201d7
|
volume: avoid reprocessing the same volume
fix https://github.com/chrislusf/seaweedfs/issues/1682
|
4 years ago |
Chris Lu
|
986cbdf7d9
|
Revert "Merge pull request #1683 from qieqieplus/master"
This reverts commit 8cb67952db , reversing
changes made to 200e56215a .
|
4 years ago |
Chris Lu
|
f56e6d231e
|
Revert "Merge pull request #1683 from qieqieplus/master"
This reverts commit 8cb67952db , reversing
changes made to 200e56215a .
|
4 years ago |
Chris Lu
|
1bf22c0b5b
|
go fmt
|
4 years ago |
Chris Lu
|
1d88865869
|
passing disk type along
|
4 years ago |
chenqieqie
|
45f902a9b7
|
smaller critical section
|
4 years ago |
chenqieqie
|
4e58a4f24e
|
fix race condition when loading volumes concurrently
|
4 years ago |
Chris Lu
|
2e8dba571b
|
adjust volume server UI
|
4 years ago |
Chris Lu
|
933f2f4cfd
|
find location with matching disk type
|
4 years ago |
Chris Lu
|
94525aa0fd
|
allocate volume by disk type
|
4 years ago |