You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace object_metas (func to get all metadata) which returns Vector to something which returns Stream or using Redis scan (improve sweep object to use scan. #140)
Avoid duplicated backend checking
cache unhealthy backend check
Make the period longer, 10 mins is too fast, especially for big storage
I found that 0-stor already have this mechanism for the healthy backend.
For the unhealthy backend, we don't have it.
Added cache unhealthy backend check to the task list
Improve the periodic
SweepObject
:object_metas
(func to get all metadata) which returnsVector
to something which returnsStream
or using Redisscan
(improve sweep object to use scan. #140)Avoid duplicated backend checkingPrevious discussion: #131
Code reference:
0-stor_v2/zstor/src/actors/repairer.rs
Lines 59 to 117 in cd24f42
The text was updated successfully, but these errors were encountered: