View Issue Details

IDProjectCategoryView StatusLast Update
0002930GNUnettransport servicepublic2013-12-24 20:54
ReporterMatthias Wachs Assigned ToMatthias Wachs  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0002930: Inbound sessions are not reported correctly to ATS
DescriptionJul 09 07:07:58-095679 transport-10096 ERROR Update for unknown address for peer `AG2P', plugin `tcp', session 0xe2adb0 id 0
Jul 09 07:07:58-095998 transport-10096 ERROR Assertion failed at ats_api_scheduling.c:1292.
Additional InformationInbound sessions are not correctly added
TagsNo tags attached.

Activities

Matthias Wachs

2013-07-09 15:09

reporter   ~0007212

Implemented functionality for plugins to notify

Now we have an issue with wrong network scopes:

mwachs@fulcrum:~/coding/gnunet/src/ats$ gnunet-ats -c /tmp/transport-testing9jrhcp/1/config
Peer `P565' plugin `tcp', address `tcp.0.localhost:60986', `LOOPBACK' bw out: 4294967295 Bytes/s, bw in 4294967295 Bytes/s,
ATS returned results for 1 addresses
mwachs@fulcrum:~/coding/gnunet/src/ats$ gnunet-ats -c /tmp/transport-testing9jrhcp/3/config
Peer `AG2P' plugin `tcp', address `tcp.0.localhost:12051', `UNSPECIFIED' bw out: 65536 Bytes/s, bw in 65536 Bytes/s,
ATS returned results for 1 addresses
mwachs@fulcrum:~/coding/gnunet/src/ats$

Matthias Wachs

2013-07-09 15:09

reporter   ~0007213

Loopback address is added to UNSPECIFIED instead of LOOPBACK -> reliability slow!

Matthias Wachs

2013-07-11 11:35

reporter   ~0007235

Implementation fixed and many issues with the code:

We still get an error:

Jul 11 11:30:10-755904 transport-1417 ERROR Address or session unknown: failed to update properties for peer `P565' plugin `tcp' address `tcp.0.127.0.0.1:12077' session 0x14cce90

Current issue:

plugins update metrics for validation sessions ....

Matthias Wachs

2013-07-11 17:32

reporter   ~0007236

Assertions caused by unkown sessions fixed with revision 27933.

Issue History

Date Modified Username Field Change
2013-07-09 13:39 Matthias Wachs New Issue
2013-07-09 13:39 Matthias Wachs Status new => assigned
2013-07-09 13:39 Matthias Wachs Assigned To => Matthias Wachs
2013-07-09 15:09 Matthias Wachs Note Added: 0007212
2013-07-09 15:09 Matthias Wachs Note Added: 0007213
2013-07-11 11:35 Matthias Wachs Note Added: 0007235
2013-07-11 17:32 Matthias Wachs Note Added: 0007236
2013-07-11 17:32 Matthias Wachs Status assigned => resolved
2013-07-11 17:32 Matthias Wachs Resolution open => fixed
2013-07-13 02:13 Christian Grothoff Product Version => Git master
2013-07-13 02:13 Christian Grothoff Fixed in Version => 0.10.0
2013-07-13 02:13 Christian Grothoff Target Version => 0.10.0
2013-12-24 20:54 Christian Grothoff Status resolved => closed