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
Currently, tiasync only supports a single upstream peer for state sync. If there are multiple upstream peers, the first connected upstream peer is used.
This enhancement will query all upstream peers for their snapshots and deliver the best snapshot to the fullnode.
Depending on tiasync's discovery time, the fullnode's discovery time may expire before the best snapshot is delivered. Especially due to tiasync's start latency. This may be okay if the fullnode just retries, but something to note and test.
The text was updated successfully, but these errors were encountered:
Currently, tiasync only supports a single upstream peer for state sync. If there are multiple upstream peers, the first connected upstream peer is used.
This enhancement will query all upstream peers for their snapshots and deliver the best snapshot to the fullnode.
Depending on tiasync's discovery time, the fullnode's discovery time may expire before the best snapshot is delivered. Especially due to tiasync's start latency. This may be okay if the fullnode just retries, but something to note and test.
The text was updated successfully, but these errors were encountered: