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

Problem: upgrading to Kubo 0.23.0 seems to cause issues when syncing a new node #520

Open
odesenfans opened this issue Nov 5, 2023 · 0 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@odesenfans
Copy link
Contributor

The sync of a new test node stopped because Kubo seemed too busy updating its own DHT. This warning pops in the logs:

🔔🔔🔔 YOU ARE FALLING BEHIND DHT REPROVIDES! 🔔🔔🔔

⚠️ Your system is struggling to keep up with DHT reprovides!
This means your content could partially or completely inaccessible on the network.
We observed that you recently provided 148 keys at an average rate of 9.182511883s per key.

💾 Your total CID count is ~97730 which would total at 249h16m46.88632559s reprovide process.

⏰ The total provide time needs to stay under your reprovide interval (22h0m0s) to prevent falling behind!

💡 Consider enabling the Accelerated DHT to enhance your reprovide throughput. See:
https://github.com/ipfs/kubo/blob/master/docs/config.md#routingaccelerateddhtclient

The tx and message processor tasks were failing to fetch data from IPFS as well, blocking the pipelines.

We reverted to 0.15.0 for now but this needs to be investigated for a future release.

@odesenfans odesenfans added bug Something isn't working dependencies Pull requests that update a dependency file labels Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant