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
In puppet, we currently set history_archive_urls to a single validator on our Horizon instances.
What would you like to see?
We should set history_archive_urls to be a list/collection of history urls from all of the validators in the quorum set which is defined in the same config.
Horizon is set up to handle pooling of archives and random access across said pool of archives. However, given that this has always set up to be 1 in our infrastructure, we should take the time to ensure this is working as expected once done. In particular:
Random access of pooled archives works as expected
@mollykarcher , to confirm, do we want to include all other external non-sdf validator servers from qset in horizon history_archive_urls , or just limit this to include the 3 SDF validator history servers?
What problem does your feature solve?
See parent epic: #5163
In puppet, we currently set history_archive_urls to a single validator on our Horizon instances.
What would you like to see?
We should set history_archive_urls to be a list/collection of history urls from all of the validators in the quorum set which is defined in the same config.
Horizon is set up to handle pooling of archives and random access across said pool of archives. However, given that this has always set up to be 1 in our infrastructure, we should take the time to ensure this is working as expected once done. In particular:
ArchivePool
to be robust against errors. #5167ArchivePool
to be robust against errors. #5167The text was updated successfully, but these errors were encountered: