-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
No new pins #39
Comments
noticed it too. last time i checked lastsync was 26 december. |
Should just roll back the ipfs version to a working version until the bugs get fixed. |
Hey guys, thanks for your patience. It's running again. :) @Luflosi wrote:
Yeah, I know. That's basically the second version of this cluster, the first one pinned each file individually. This works a lot better I/O wise, since not the whole tree has to be surveyed on each update, just the new data is added... but you cannot add a pin non-recusive. So I was unable to store the folders in the cluster pinset. (See ipfs-cluster/ipfs-cluster#1009) In theory I could write a version 3 which starts to pin the files again recursively and the folders direct, but this puts quite some stress on the database of the ipfs-cluster - so not sure if this is the way to go. For 400'000 generations in the cluster you end up with a database for the cluster with a size around 20 GB. I think that's pretty unacceptable. (see ipfs-cluster/ipfs-cluster#1180 (comment)) |
I forgot to mention that transactions is a feature on the road map - so once done we could take another look at this, as an update would still contain much data and thus a large database, but one update would be at least one generation - so the database shouldn't become so "cluttered". The pin-list on the other hand would still be massive. ipfs-cluster/ipfs-cluster#1008 and ipfs-cluster/ipfs-cluster#1018 |
Let's track the high IO usage issue here: #42 |
I'm running a collaborative cluster follower on my server. I wrote a systemd unit that runs
ipfs-cluster-follow pkg.pacman.store run
so I don't need to use tmux. It worked ok except for high disk IO but that's not the problem here.There seem to be no new pins added to the cluster since about a week ago. This is the output of
journalctl -b -u [email protected] --no-pager
since I restarted it yesterday:ipfs-cluster-follow output through journalctl
The last line is then printed again and again a couple times per hour and nothing else.
If I try to
ipfs swarm connect
to any of the three peers listed in https://github.com/RubenKelevra/pacman.store/blob/master/collab-cluster-config/service.json, it times out. I only have an IPv4 internet connection, so I could only try the three IPv4 addresses.The time this started happening seems to coincide with the shutdown of loki, at least judging by the commit date of a482b39. Maybe this has something to do with it.
ipfs-cluster-follow pkg.pacman.store list
only printsIs this a problem with the cluster or with my setup?
The text was updated successfully, but these errors were encountered: