filecoin-saturn / caboose

A blockstore for distributing load
Other
12 stars 2 forks source link

Use highly ranked backup nodes to restore and recover pool #53

Closed aarshkshah1992 closed 1 year ago

aarshkshah1992 commented 1 year ago

Counter to https://github.com/filecoin-saturn/caboose/pull/49.

We should keep the membership cool down cache around to prevent underperforming nodes from getting into the pool. In the event that we aren't able to fill up the pool with enough members, we will use a cache of recent well performing nodes as backup nodes to restore the pool.

willscott commented 1 year ago

I wonder if this is enough - we were seeing on friday that all of the nodes were getting down-weighted out of the pool. that means that if we move to this alone we'll end up just always running on the 20 backup nodes.

Do we get anything useful from running in that state this week?

aarshkshah1992 commented 1 year ago

Closing till I come up with and test the dynamic weighing PR.