Konstantin Lebedev
|
67476d830a
|
volume.check.disk add param volumeId
|
3 years ago |
justin
|
3551ca2fcf
|
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
|
3 years ago |
chrislu
|
f18803424a
|
volume.balance: add delay during tight loop
fix https://github.com/chrislusf/seaweedfs/issues/2637
|
3 years ago |
chrislu
|
6bee1e9714
|
[volume.check.disk] fix wrong logic to compare
fix https://github.com/chrislusf/seaweedfs/issues/2626
minuend - subtrahend
|
3 years ago |
chrislu
|
15c01d8b7f
|
add some notes
|
3 years ago |
chrislu
|
107a4884a8
|
shell: tighter memory allocation
|
3 years ago |
chrislu
|
9f9ef1340c
|
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
|
3 years ago |
chrislu
|
a2d3f89c7b
|
add lock messages
|
3 years ago |
chrislu
|
53e2dee177
|
[volume.check.disk] was using the wrong source and target locations
fix https://github.com/chrislusf/seaweedfs/issues/2268
|
3 years ago |
Chris Lu
|
119d5908dd
|
shell: do not need to lock to see volume -h
|
3 years ago |
Chris Lu
|
e5fc35ed0c
|
change server address from string to a type
|
3 years ago |
byunghwa.yun
|
5d4438a72f
|
Fix typo
|
3 years ago |
Chris Lu
|
4be5b4ff5c
|
[volume.check.disk] skip errors and check next volumes
fix https://github.com/chrislusf/seaweedfs/issues/2129
|
3 years ago |
Chris Lu
|
5a838dbe53
|
fix compilation
|
3 years ago |
Chris Lu
|
6103649ffb
|
shell: volume.check.disk adds retries in case the volumes are just moved
related to https://github.com/chrislusf/seaweedfs/issues/2194
|
3 years ago |
Chris Lu
|
e75633c64f
|
volume.check.disk: break loop for read only volumes
fix https://github.com/chrislusf/seaweedfs/issues/2002
|
4 years ago |
Konstantin Lebedev
|
020a5d40c3
|
avoid counter is null
|
4 years ago |
Konstantin Lebedev
|
df6cf0a2fa
|
nonRepairThreshold
|
4 years ago |
Konstantin Lebedev
|
60972f1c97
|
rename option repairThreshold
|
4 years ago |
Konstantin Lebedev
|
40a9e88c07
|
rename var
|
4 years ago |
Konstantin Lebedev
|
d21a5bf5d0
|
add missingKeysThreshold for fsck
|
4 years ago |
Chris Lu
|
8eb14967ef
|
shell: volume.check.disk adds optional slow mode
fix https://github.com/chrislusf/seaweedfs/issues/1930
|
4 years ago |
Chris Lu
|
f315eb2bb8
|
fix build error
|
4 years ago |
Chris Lu
|
b465095db1
|
shell: add volume.check.disk to fix inconsistency for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1923
|
4 years ago |