Konstantin Lebedev
|
ee21c0042e
|
log error write entry
|
4 years ago |
Chris Lu
|
c276117fef
|
Java: 1.6.2
|
4 years ago |
Chris Lu
|
1d848641d7
|
Java client: ByteBuffer.clear supports higher JDK versions
fix https://github.com/chrislusf/seaweedfs/issues/1836
|
4 years ago |
Chris Lu
|
d3a7196635
|
Merge pull request #1833 from LazyDBA247-Anyvision/master
|
4 years ago |
LazyDBA247-Anyvision
|
02be7ea2fc
|
Volume:
PVC support + Host Path
idx support on ssd
|
4 years ago |
LazyDBA247-Anyvision
|
b1b21e0564
|
make internal filter svc - internal k8s lb
|
4 years ago |
LazyDBA247-Anyvision
|
9d6b6a4aea
|
add filter Pattern only if configured
|
4 years ago |
Chris Lu
|
7ba75e3d5a
|
filer: do not return no content for empty files
fix https://github.com/chrislusf/seaweedfs/issues/1831
fix https://github.com/chrislusf/seaweedfs/issues/1830
|
4 years ago |
Chris Lu
|
9edd964627
|
volume.tier.move: avoid repeated move for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-784139348
|
4 years ago |
Chris Lu
|
37f104f88f
|
2.28
|
4 years ago |
Chris Lu
|
90cdf9dcac
|
avoid conflict with "weed scaffold -config=xxx"
|
4 years ago |
Chris Lu
|
72b0d9d8c4
|
avoid unnecessary user home checking
|
4 years ago |
Chris Lu
|
2270737344
|
volume: avoid fixed vacuum timeout for large volumes
1GB for 3 minutes, about 5.7MB/s
|
4 years ago |
Chris Lu
|
44bdfb2d15
|
filer: avoid encryption and compression at the same time
fix https://github.com/chrislusf/seaweedfs/issues/1828
|
4 years ago |
Chris Lu
|
62191b08ea
|
disk type support custom tags
|
4 years ago |
Chris Lu
|
30b30b8fe0
|
volume.tier.move: passing non-empty disk type
|
4 years ago |
Chris Lu
|
5da63e045e
|
avoid moving to another server with the same volume id
|
4 years ago |
Chris Lu
|
6a4546d2c0
|
shell: add volume.tier.move
|
4 years ago |
Chris Lu
|
1c233ad986
|
refactoring
|
4 years ago |
Chris Lu
|
151c281f36
|
2.27
|
4 years ago |
Chris Lu
|
d493d626ba
|
use basic file object to parse path
fix https://github.com/chrislusf/seaweedfs/issues/1825
|
4 years ago |
bingoohuang
|
0cfbe8f059
|
Merge pull request #4 from chrislusf/master
|
4 years ago |
Chris Lu
|
258e93bc86
|
Merge pull request #1823 from bingoohuang/master
feature: support command line arguments in a configuration file
|
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 |
bingoo
|
1af6c96cd0
|
fix log help
|
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
|
ac67c3e0e7
|
Merge remote-tracking branch 'origin/master'
|
4 years ago |
bingoohuang
|
ee7cdf3668
|
revert ErrXyz to ErrorXyz temporarily.
|
4 years ago |
bingoohuang
|
a6d421508a
|
revert ErrXyz to ErrorXyz temporarily.
|
4 years ago |
bingoohuang
|
50df484d86
|
support command line arguments in a configuration file so we can `weed master -config=master.conf`, `weed volume -config=volume.conf` and etc.
|
4 years ago |
bingoohuang
|
f69356f589
|
Merge pull request #3 from chrislusf/master
|
4 years ago |
Chris Lu
|
565f7a6e72
|
Update data_node.go
|
4 years ago |
Chris Lu
|
a37473ae60
|
add back volume ids
address https://github.com/chrislusf/seaweedfs/issues/1792#issuecomment-782339576
|
4 years ago |
Chris Lu
|
6593a0f3d1
|
adjust
|
4 years ago |
Chris Lu
|
a1210d1e8d
|
Revert "volume: avoid file.stat(), file.seek() if possible during writes"
This reverts commit c78409a598 .
|
4 years ago |
Chris Lu
|
b961cd6208
|
add WIP message
|
4 years ago |
Chris Lu
|
f465d63b5d
|
grpc should fail when heart beating to master
fix https://github.com/chrislusf/seaweedfs/issues/1820
|
4 years ago |
Chris Lu
|
60d7b809c1
|
add back actions
|
4 years ago |
Chris Lu
|
c576ad04ac
|
fix volume server display for volumes
|
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
|
29575dadc5
|
remove extra files
|
4 years ago |
Chris Lu
|
73958e357d
|
add descriptive error if no free volumes
|
4 years ago |
Chris Lu
|
776f497469
|
filer: fs.configure should try to read from entry.content also
related to https://github.com/chrislusf/seaweedfs/issues/1792
|
4 years ago |
Chris Lu
|
e1992c83de
|
webdav adds disktype
|
4 years ago |