The previously implemented peer selection mechanism in SnapshotHostsCache will be used to select the peers from which parts should be requested.
For each state part, the sync actor will first make a fixed number of attempts to obtain the part from different peers in the network. If that fails, it will fall back to obtaining the part from the centralized cloud hosting location.
We will add some metrics to monitor the number of requests served from the two sources with the ultimate goal of deprecating the centralized option.
The previously implemented peer selection mechanism in SnapshotHostsCache will be used to select the peers from which parts should be requested.
For each state part, the sync actor will first make a fixed number of attempts to obtain the part from different peers in the network. If that fails, it will fall back to obtaining the part from the centralized cloud hosting location.
We will add some metrics to monitor the number of requests served from the two sources with the ultimate goal of deprecating the centralized option.