-
Notifications
You must be signed in to change notification settings - Fork 452
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
Weird growth of KnowledgeCommunity size to 172 peers #8292
Comments
The theoretical maximum number of peers that should appear in the KnowledgeCommunity under normal IPv8 operation is 216. So, 291 peers is definitely not normal. So, either there is a bug in IPv8 or the KnowledgeCommunity is misbehaving. |
First, I verified that IPv8's internal peer walking/dropping was correctly working. There were no errors. Second, I checked that the src/tribler/core/knowledge/community.py", line 107, in on_request
assert peer in self.get_peers()
AssertionError |
Long story short: the |
Can we delete? Given the hopeful on-device GenAI progress. |
@synctext Probably best to wait until we have RSS feeds again. Otherwise we run the risk of going metadata-poor. |
Yesterday and today I was able to reproduce the following weirdness on latest V8.0 on Ubuntu 20.04 LTS. Use number of peers in 1 trouble community.
After a restart of Tribler you can see it slowly climbing (slow .GIF of 70 seconds):
Very weird, good luck with this one!
The text was updated successfully, but these errors were encountered: