novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Hammering on DNS seed #558

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Bitcoinj (master) still hammers on the DNS seed if not available. See attached 
log.

Original issue reported on code.google.com by andreas....@gmail.com on 15 May 2014 at 9:57

Attachments:

GoogleCodeExporter commented 9 years ago
It also doesn't switch to the other seed.

Original comment by andreas....@gmail.com on 15 May 2014 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 15 May 2014 at 9:58

GoogleCodeExporter commented 9 years ago
I think this issue happens when the seeds actually resolved, but the peers 
returned from the seed cannot be connected. That's currently the case if you 
use Bluematt's seed.

In this case there is no exponential backup to kick in.

Original comment by andreas....@gmail.com on 21 May 2014 at 11:09

GoogleCodeExporter commented 9 years ago
That case is supposed to work. Is this in git master?

Original comment by mh.in.en...@gmail.com on 21 May 2014 at 11:38

GoogleCodeExporter commented 9 years ago
Yes, its on git master + I reverted the commit that removed Bluematts seed.

Original comment by andreas....@gmail.com on 21 May 2014 at 11:39

GoogleCodeExporter commented 9 years ago
I think this is probably fixed with the PeerGroup service thread rewrite.

Original comment by mh.in.en...@gmail.com on 14 Nov 2014 at 2:44