chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
2022-07-29 00:17:28 -07:00 |
|
chrislu
|
6793bc853c
|
help message when in simulation mode
|
2022-05-31 14:48:46 -07:00 |
|
Konstantin Lebedev
|
67476d830a
|
volume.check.disk add param volumeId
|
2022-04-25 18:27:14 +05:00 |
|
justin
|
3551ca2fcf
|
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
|
2022-04-18 10:35:43 +08:00 |
|
chrislu
|
f18803424a
|
volume.balance: add delay during tight loop
fix https://github.com/chrislusf/seaweedfs/issues/2637
|
2022-02-08 00:53:55 -08:00 |
|
chrislu
|
6bee1e9714
|
[volume.check.disk] fix wrong logic to compare
fix https://github.com/chrislusf/seaweedfs/issues/2626
minuend - subtrahend
|
2022-02-01 07:48:28 -08:00 |
|
chrislu
|
15c01d8b7f
|
add some notes
|
2022-01-12 15:04:48 -08:00 |
|
chrislu
|
107a4884a8
|
shell: tighter memory allocation
|
2022-01-12 14:59:29 -08:00 |
|
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.
|
2021-12-26 00:15:03 -08:00 |
|
chrislu
|
a2d3f89c7b
|
add lock messages
|
2021-12-10 13:24:38 -08:00 |
|
chrislu
|
53e2dee177
|
[volume.check.disk] was using the wrong source and target locations
fix https://github.com/chrislusf/seaweedfs/issues/2268
|
2021-12-05 14:32:04 -08:00 |
|
Chris Lu
|
119d5908dd
|
shell: do not need to lock to see volume -h
|
2021-09-13 22:13:34 -07:00 |
|
Chris Lu
|
e5fc35ed0c
|
change server address from string to a type
|
2021-09-12 22:47:52 -07:00 |
|
byunghwa.yun
|
5d4438a72f
|
Fix typo
|
2021-07-31 22:23:52 +09:00 |
|
Chris Lu
|
4be5b4ff5c
|
[volume.check.disk] skip errors and check next volumes
fix https://github.com/chrislusf/seaweedfs/issues/2129
|
2021-07-16 02:03:32 -07:00 |
|
Chris Lu
|
5a838dbe53
|
fix compilation
|
2021-07-13 11:40:21 -07:00 |
|
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
|
2021-07-13 11:19:56 -07:00 |
|
Chris Lu
|
e75633c64f
|
volume.check.disk: break loop for read only volumes
fix https://github.com/chrislusf/seaweedfs/issues/2002
|
2021-04-14 12:40:13 -07:00 |
|
Konstantin Lebedev
|
020a5d40c3
|
avoid counter is null
|
2021-03-24 22:51:22 +05:00 |
|
Konstantin Lebedev
|
df6cf0a2fa
|
nonRepairThreshold
|
2021-03-24 22:07:13 +05:00 |
|
Konstantin Lebedev
|
60972f1c97
|
rename option repairThreshold
|
2021-03-24 13:24:49 +05:00 |
|
Konstantin Lebedev
|
40a9e88c07
|
rename var
|
2021-03-23 21:42:35 +05:00 |
|
Konstantin Lebedev
|
d21a5bf5d0
|
add missingKeysThreshold for fsck
|
2021-03-23 15:04:07 +05:00 |
|
Chris Lu
|
8eb14967ef
|
shell: volume.check.disk adds optional slow mode
fix https://github.com/chrislusf/seaweedfs/issues/1930
|
2021-03-22 21:01:43 -07:00 |
|
Chris Lu
|
f315eb2bb8
|
fix build error
|
2021-03-22 00:12:53 -07:00 |
|
Chris Lu
|
b465095db1
|
shell: add volume.check.disk to fix inconsistency for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1923
|
2021-03-22 00:03:16 -07:00 |
|