-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
go-ipfs on gateways gets extremely slow #6564
Comments
@Stebalien hsanjuan opened the issue for me 🙃 |
I am now experiencing similar issues in bank2-ewr1. This is the collected information: QmVoPq1YiJE2ikd1BFjsnMJQGnqUARFLe1umj6HNvE8EST It seems ipfs refuses to serve some requests for locally available data and just hangs |
Is that a gateway? It's running a GC. Although, it should serve read requests for that. Is the data already on the gateway or on cluster. |
I'm not seeing anything stuck reading from disk. But wow, I'm seeing a bunch of stuff blocked on creating bitswap sessions. |
I'm noticing very poor performance from a lot of the major public gateways (including ipfs.io). Most unable to find content that is easily reachable on smaller gateways. I wonder if it has anything to do with this? |
We're no longer seeing this issue. |
Opening an issue to track a problem we have recently seen:
Enable logging proceeds in general batches where a bunch of logs come out, a few seconds pass, and another bunch of logs come out etc. In these logs we see mainly:
What can cause contention so that the actual CLI stops working? (probably the API http server hanging when handling new requests? Without significant CPU usage increase that we could see in the logs?)
@lanzafame can you upload the logs you extracted (I can't atm)
The text was updated successfully, but these errors were encountered: