Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4136 closed Bug (fixed)

r12181 causes excessive disk activity and logfile bloat

Reported by: gunzip Owned by: jordan
Priority: Normal Milestone:
Component: libtransmission Version: 2.22+
Severity: Major Keywords:
Cc:

Description

re r12181, any torrent with DHT enabled the logfile looks like:

...
[01:04:37.922] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:38.922] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:39.922] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:40.923] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:40.923] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:41.923] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:42.923] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:43.923] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:44.923] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:45.923] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:46.924] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:47.924] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:48.924] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:49.924] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:50.924] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:51.925] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:52.925] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:53.925] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:54.925] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:55.925] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:56.925] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
[01:04:57.926] Starting DHT announce (good, 77 nodes) (tr-dht.c:571)
...

this is only a small part of the logfile output, but as shown this is repeated every second until the torrent is stopped.

when i do a svn checkout of r12180 this issue does not occur.

Change History (4)

comment:1 Changed 12 years ago by jordan

  • Milestone None Set deleted
  • Severity changed from Normal to Major
  • Status changed from new to assigned

gahh, this is a simple beginner's order-of-precedence error.

comment:2 Changed 12 years ago by jordan

  • Resolution set to fixed
  • Status changed from assigned to closed

fixed in r12207

comment:3 Changed 12 years ago by jordan

gunzip, thanks for the report and for tracking down the commit that broke things.

comment:4 Changed 12 years ago by gunzip

yes r12207 has fixed the problem.

Note: See TracTickets for help on using tickets.