Giter Club home page Giter Club logo

Comments (6)

boudewijn-tribler avatar boudewijn-tribler commented on June 1, 2024

Option: perhaps the majority of the peers that we contact do not return new peers for some reason? This would explain why we get few candidates while the walk success rate is relatively high. This should be fairly easy to confirm of deny.

from dispersy.

synctext avatar synctext commented on June 1, 2024

Reproduced this on my Ubuntu machine.
Instead of expected 21 candidates I'm seeing as low as 4 candidates.
This is with a fully connectable Tribler instance.

from dispersy.

synctext avatar synctext commented on June 1, 2024

After 15 minutes there are 0 candidates in Search community. Search community is broken in current devel.
Strangely enough, AllChannels is bursting with peers, sometimes 27 peers.

From git://github.com/Tribler/tribler
e34d4e2..5fe13d3 devel -> origin/devel
Updating e34d4e2..5fe13d3

tribler_6 2pre_no_bootstrap

from dispersy.

synctext avatar synctext commented on June 1, 2024

The mystery continues to unfold.

Load balancing needs to be improved, both bootstrap_candidates and normal peers. There is a bit of hammering:

  • 2 bootstrap_candidates get: 109 + 110 = 219 connections
  • 10 bootstrap_candidates get: 52 connections in total

Some normal peers also are hammered, see below.

tribler_6 1pre_walker_fail_and_hammering

tribler_6 2pre_hammering_2_bootstrap_peers

from dispersy.

synctext avatar synctext commented on June 1, 2024

More details on how walks fail after running for almost 15hours:

tribler_6 1pre_walk_fail2700_times_on_single_ip

from dispersy.

boudewijn-tribler avatar boudewijn-tribler commented on June 1, 2024

Ended up being a bug in the tracker. Long story short, the tracker's response messages would use the highest 'community version number' that the tracker knew of. Hence, once someone talked to the trackers using version 0002 it would respond to any subsequent request (from any other peer in that community) with version 0002. This response would then be dropped because this version is unknown.

To fix this the tracker code has been modified to only respond with version 0000. All trackers are still running the older svn based code and we will not update svn. Instead, we will fix the code on git and slowly migrate our trackers to the latest git.

from dispersy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.