Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4212 closed Bug (fixed)

r12393 - excessive UDP logfile entries in debug mode

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

Description

Linux Debian, transmission-daemon 2.30b3 (12393)

with message level set to 3 (debug) the logile is overwhelmed with..

...
[21:02:46.716] UDP Handled DHT packet (tr-udp.c:218)
[21:02:46.716] UDP Handled DHT packet (tr-udp.c:218)
[21:02:47.716] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:47.716] UDP Handled DHT packet (tr-udp.c:218)
[21:02:47.716] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:48.716] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:49.716] UDP Handled DHT packet (tr-udp.c:218)
[21:02:49.716] UDP Handled DHT packet (tr-udp.c:218)
[21:02:49.716] UDP Handled DHT packet (tr-udp.c:218)
[21:02:50.716] UDP Handled DHT packet (tr-udp.c:218)
[21:02:51.717] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:51.717] UDP Handled DHT packet (tr-udp.c:218)
[21:02:52.717] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:52.717] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:52.717] UDP Handled DHT packet (tr-udp.c:218)
[21:02:53.717] UDP Handled DHT packet (tr-udp.c:218)
[21:02:54.717] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:54.717] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:55.717] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:55.717] UDP Unexpected UDP packet (tr-udp.c:226)
[21:02:55.717] UDP Handled DHT packet (tr-udp.c:218)
...

this did not occur with 2.30b3 (12377) with same message level = 3. the logfile size now grows so rapidly it's not safe to use in debug mode.

with message level of 2 the entries don't occur.

Change History (4)

comment:1 Changed 12 years ago by gunzip

  • Version changed from 2.22 to 2.22+

comment:2 Changed 12 years ago by charles

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

fixed in r12394

comment:3 Changed 12 years ago by charles

  • Milestone None Set deleted

comment:4 Changed 12 years ago by gunzip

yes that did the trick .. the debug mode is usable again.

Note: See TracTickets for help on using tickets.