-
-
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
too many open files - ipfs cluster unusable #4339
Comments
Hi, how long does it take for this to happen? Does it happen by itself by just launching the ipfs nodes - without ipfs-cluster or is something triggering it? |
@agriffaut could you try this with go-ipfs built from latest master? We recently merged something that should resolve the issues you are seeing. |
@whyrusleeping I've reinstalled my little cluster with the latest master, and after 20min, open sockets are around 750.. Better than before ! |
By default, we've set the connection limit to ~900. This isn't a hard limit but we start killing connections when we hit this limit until we get down to ~600 connections (and then wait till we get back to 900). Relevant PR: #4324 |
Version information:
go-ipfs version: 0.4.11-
Repo version: 6
System version: amd64/linux
Golang version: go1.9
ipfs-cluster-service version 0.1.0
Type:
Bug
Severity:
High
Related Issue
Seems related to #4102 which is closed and corrected in v0.4.11
Description:
I recently setup a small cluster of 3 ipfs nodes, for testing purpose, using binaries downloaded from https://dist.ipfs.io
The cluster succesfully start, but peers connection grow until saturation
Some logs from ipfs showing "too many open files" errors:
The text was updated successfully, but these errors were encountered: