Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: [CADT] Only launch mirror once datalayer file is present locally #1007

Open
ccornick opened this issue Feb 12, 2024 · 0 comments
Open

Comments

@ccornick
Copy link
Contributor

ccornick commented Feb 12, 2024

We launch mirrors as soon as we subscribe to a coin. The problem with this is that we create a bunch of mirrors that don't actually have the capability to share datalayer files because they have not yet been downloaded from the originator.

So we have different nodes all trying to reach out to these mirrors, timing out before one eventually finds the originator mirror gets the files.

It would be nice if we did a quick check on local DL files to see if we have at least one file available, and THEN launch the mirror for that store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant