View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005076 | GNUnet | obsolete | public | 2017-06-11 01:36 | 2024-05-03 13:48 |
| Reporter | jah | Assigned To | Matthias Wachs | ||
| Priority | high | Severity | minor | Reproducibility | random |
| Status | closed | Resolution | won't fix | ||
| Platform | qemu-system-x86_64 | OS | Debian | OS Version | 8.8 |
| Product Version | Git master | ||||
| Fixed in Version | 0.11.0pre66 | ||||
| Summary | 0005076: Test failure: test_ats_api_mlp | ||||
| Description | The test fails approx. 50% of the time with:- ERROR Test failed at stage 3 The test uses 3 clients of the ATS service and the difference between success and failure is the order in which the service receives their ClientStartMessage (and their subsequent requests). In a successful test, ATS gets the start messages in the following order:- 1. START_FLAG_PERFORMANCE_WITH_PIC 2. START_FLAG_CONNECTION_SUGGESTION 3. START_FLAG_SCHEDULING and in failed tests:- 1. START_FLAG_SCHEDULING 2. START_FLAG_CONNECTION_SUGGESTION 3. START_FLAG_PERFORMANCE_WITH_PIC It's the subsequent client messages that actually trigger the failure. In a successful test, ATS receives an ADDRESS_ADD message followed by GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS. In a failed test the GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS arrives before any ADDRESS_ADD. | ||||
| Additional Information | Attached is debug log of the failed test f_test_ats_api_mlp.log | ||||
| Tags | No tags attached. | ||||
| Attached Files | f_test_ats_api_mlp.log (4,654 bytes)
ats-nnnn INFO out quota configured for network `UNSPECIFIED' is 4294967295 ats-nnnn INFO in quota configured for network `UNSPECIFIED' is 4294967295 ats-nnnn DEBUG Loaded quota for network `UNSPECIFIED' (in/out): 4294967295 4294967295 ats-nnnn INFO out quota configured for network `LOOPBACK' is 4294967295 ats-nnnn INFO in quota configured for network `LOOPBACK' is 4294967295 ats-nnnn DEBUG Loaded quota for network `LOOPBACK' (in/out): 4294967295 4294967295 ats-nnnn INFO out quota configured for network `LAN' is 4294967295 ats-nnnn INFO in quota configured for network `LAN' is 4294967295 ats-nnnn DEBUG Loaded quota for network `LAN' (in/out): 4294967295 4294967295 ats-nnnn INFO out quota configured for network `WAN' is 65536 ats-nnnn INFO in quota configured for network `WAN' is 65536 ats-nnnn DEBUG Loaded quota for network `WAN' (in/out): 65536 65536 ats-nnnn INFO out quota configured for network `WLAN' is 4096 ats-nnnn INFO in quota configured for network `WLAN' is 4096 ats-nnnn DEBUG Loaded quota for network `WLAN' (in/out): 4096 4096 ats-nnnn INFO out quota configured for network `BLUETOOTH' is 131072 ats-nnnn INFO in quota configured for network `BLUETOOTH' is 131072 ats-nnnn DEBUG Loaded quota for network `BLUETOOTH' (in/out): 131072 131072 ats-nnnn DEBUG Initializing solver `mlp' ats-mlp-nnnn DEBUG GLPK: `initialization successful' ats-mlp-nnnn INFO Using MIP gap of 0.025 ats-mlp-nnnn INFO Using LP/MIP gap of 0.025 ats-mlp-nnnn INFO Quota for network `UNSPECIFIED' (in/out) 4294967295/4294967295 ats-mlp-nnnn INFO Adjusting outbound quota configuration for network `UNSPECIFIED'from 4294967295 to 429496730 ats-mlp-nnnn INFO Adjusting inbound quota configuration for network `UNSPECIFIED' from 4294967295 to 429496730 ats-mlp-nnnn INFO Quota for network `LOOPBACK' (in/out) 4294967295/4294967295 ats-mlp-nnnn INFO Adjusting outbound quota configuration for network `LOOPBACK'from 4294967295 to 429496730 ats-mlp-nnnn INFO Adjusting inbound quota configuration for network `LOOPBACK' from 4294967295 to 429496730 ats-mlp-nnnn INFO Quota for network `LAN' (in/out) 4294967295/4294967295 ats-mlp-nnnn INFO Adjusting outbound quota configuration for network `LAN'from 4294967295 to 429496730 ats-mlp-nnnn INFO Adjusting inbound quota configuration for network `LAN' from 4294967295 to 429496730 ats-mlp-nnnn INFO Quota for network `WAN' (in/out) 65536/65536 ats-mlp-nnnn INFO Quota for network `WLAN' (in/out) 4096/4096 ats-mlp-nnnn INFO Quota for network `BLUETOOTH' (in/out) 131072/131072 ats-mlp-nnnn DEBUG solver ready ats-nnnn DEBUG Received ATS_START (0) message ats-nnnn DEBUG Received ATS_START (3) message ats-nnnn DEBUG Received ATS_START (1) message ats-nnnn DEBUG Returning information for all peers from a total of 0 known addresses ats-nnnn DEBUG Received `GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS' message ats-mlp-nnnn DEBUG Getting preferred address for `0000' ats-mlp-nnnn INFO Adding peer `0000' to list of requested_peers with requests ats-mlp-nnnn DEBUG Peer preference for peer `0000' == 1.00 ats-nnnn DEBUG Received `ADDRESS_ADD' message ats-nnnn INFO Adding new address for peer `0000' slot 1 ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Adding address for peer `0000' with address request ats-normalization-nnnn DEBUG Updating properties for peer `0000' ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... test-ats-api-nnnn ERROR Test failed at stage 3 ats-nnnn INFO Destroying all addresses ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn INFO Deleting address for peer `0000' with address request ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-nnnn DEBUG Removed request pending for peer `0000 ats-nnnn DEBUG ATS shutdown initiated ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-nnnn INFO Shutting down addresses ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-nnnn INFO Destroying all addresses ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-mlp-nnnn DEBUG Shutting down mlp solver ats-mlp-nnnn DEBUG Shutdown down of mlp solver complete ats-nnnn DEBUG Cleaning all up | ||||
| related to | 0005117 | closed | Christian Grothoff | FAIL: test_ats_api_mlp |
|
|
Attach debug log of a successful test run s_test_ats_api_mlp.log s_test_ats_api_mlp.log (14,973 bytes)
ats-nnnn INFO out quota configured for network `UNSPECIFIED' is 4294967295 ats-nnnn INFO in quota configured for network `UNSPECIFIED' is 4294967295 ats-nnnn DEBUG Loaded quota for network `UNSPECIFIED' (in/out): 4294967295 4294967295 ats-nnnn INFO out quota configured for network `LOOPBACK' is 4294967295 ats-nnnn INFO in quota configured for network `LOOPBACK' is 4294967295 ats-nnnn DEBUG Loaded quota for network `LOOPBACK' (in/out): 4294967295 4294967295 ats-nnnn INFO out quota configured for network `LAN' is 4294967295 ats-nnnn INFO in quota configured for network `LAN' is 4294967295 ats-nnnn DEBUG Loaded quota for network `LAN' (in/out): 4294967295 4294967295 ats-nnnn INFO out quota configured for network `WAN' is 65536 ats-nnnn INFO in quota configured for network `WAN' is 65536 ats-nnnn DEBUG Loaded quota for network `WAN' (in/out): 65536 65536 ats-nnnn INFO out quota configured for network `WLAN' is 4096 ats-nnnn INFO in quota configured for network `WLAN' is 4096 ats-nnnn DEBUG Loaded quota for network `WLAN' (in/out): 4096 4096 ats-nnnn INFO out quota configured for network `BLUETOOTH' is 131072 ats-nnnn INFO in quota configured for network `BLUETOOTH' is 131072 ats-nnnn DEBUG Loaded quota for network `BLUETOOTH' (in/out): 131072 131072 ats-nnnn DEBUG Initializing solver `mlp' ats-mlp-nnnn DEBUG GLPK: `initialization successful' ats-mlp-nnnn INFO Using MIP gap of 0.025 ats-mlp-nnnn INFO Using LP/MIP gap of 0.025 ats-mlp-nnnn INFO Quota for network `UNSPECIFIED' (in/out) 4294967295/4294967295 ats-mlp-nnnn INFO Adjusting outbound quota configuration for network `UNSPECIFIED'from 4294967295 to 429496730 ats-mlp-nnnn INFO Adjusting inbound quota configuration for network `UNSPECIFIED' from 4294967295 to 429496730 ats-mlp-nnnn INFO Quota for network `LOOPBACK' (in/out) 4294967295/4294967295 ats-mlp-nnnn INFO Adjusting outbound quota configuration for network `LOOPBACK'from 4294967295 to 429496730 ats-mlp-nnnn INFO Adjusting inbound quota configuration for network `LOOPBACK' from 4294967295 to 429496730 ats-mlp-nnnn INFO Quota for network `LAN' (in/out) 4294967295/4294967295 ats-mlp-nnnn INFO Adjusting outbound quota configuration for network `LAN'from 4294967295 to 429496730 ats-mlp-nnnn INFO Adjusting inbound quota configuration for network `LAN' from 4294967295 to 429496730 ats-mlp-nnnn INFO Quota for network `WAN' (in/out) 65536/65536 ats-mlp-nnnn INFO Quota for network `WLAN' (in/out) 4096/4096 ats-mlp-nnnn INFO Quota for network `BLUETOOTH' (in/out) 131072/131072 ats-mlp-nnnn DEBUG solver ready ats-nnnn DEBUG Received ATS_START (1) message ats-nnnn DEBUG Returning information for all peers from a total of 0 known addresses ats-nnnn DEBUG Received ATS_START (3) message ats-nnnn DEBUG Received ATS_START (0) message ats-nnnn DEBUG Received `ADDRESS_ADD' message ats-nnnn INFO Adding new address for peer `0000' slot 1 ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Adding address for peer `0000' without address request ats-normalization-nnnn DEBUG Updating properties for peer `0000' ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-nnnn DEBUG Received `GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS' message ats-mlp-nnnn DEBUG Getting preferred address for `0000' ats-mlp-nnnn INFO Adding peer `0000' to list of requested_peers with requests ats-mlp-nnnn DEBUG Peer preference for peer `0000' == 1.00 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-mlp-nnnn DEBUG Problem size changed, rebuilding ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_SETUP_START' with result `SUCCESS' ats-mlp-nnnn DEBUG Rebuilding problem for 1 peer(s) and 1 addresse(s) and 2 quality metrics == 18 elements ats-mlp-nnnn DEBUG Loading matrix ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_SETUP_STOP' with result `SUCCESS' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_LP_START' with result `SUCCESS' ats-mlp-nnnn DEBUG Running LP solver with presolver ats-mlp-nnnn DEBUG Solving LP problem: ok ats-mlp-nnnn INFO Solving LP problem: ok, solution is optimal ats-mlp-nnnn DEBUG LP solution was: 1717986917.000 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_LP_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Running MLP solver ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_MLP_START' with result `SUCCESS' ats-mlp-nnnn INFO Found better integer solution, current gaps: 0.000 <= 0.025, 0.000 <= 0.025 ats-mlp-nnnn INFO Current LP/MLP gap of 0.000 smaller than tolerated gap of 0.025, terminating search ats-mlp-nnnn INFO Current LP/MLP gap of 0.000 smaller than tolerated gap of 0.025, terminating search ats-mlp-nnnn INFO Solving MLP problem solution was interupted: search terminated by application ats-mlp-nnnn INFO Solution of MLP problem is feasible and solution within gap constraints: search terminated by application, solution is feasible ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_MLP_STOP' with result `SUCCESS' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Execution time for full solve: (total/setup/lp/mlp) : 1283 119 929 198 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_UPDATE_NOTIFICATION_START' with result `SUCCESS' ats-mlp-nnnn DEBUG [x] 429496729.00 : enabling address ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_UPDATE_NOTIFICATION_STOP' with result `SUCCESS' ats-nnnn DEBUG Bandwidth assignment changed for peer 0000 to 429496729/429496729 ats-nnnn DEBUG Sending bandwidth update for peer `0000': 429496729/429496729 ats-nnnn DEBUG ATS sends quota for peer `0000': (in/out) 429496729/429496729 ats-nnnn DEBUG Received PREFERENCE_CHANGE message for peer `0000' ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-nnnn DEBUG Received PREFERENCE_FEEDBACK message ats-nnnn DEBUG Received ADDRESSLIST_REQUEST message ats-nnnn DEBUG Returning information for all peers from a total of 1 known addresses ats-nnnn DEBUG Callback for ACTIVE peer `0000' plugin `test' BW out 429496729, BW in 429496729 ats-nnnn DEBUG Address iteration done for one peer ats-nnnn DEBUG Finished handling `ADDRESSLIST_REQUEST' message ats-nnnn DEBUG Received ADDRESSLIST_REQUEST message ats-nnnn DEBUG Returning information for all peers from a total of 1 known addresses ats-nnnn DEBUG Callback for ACTIVE peer `0000' plugin `test' BW out 429496729, BW in 429496729 ats-nnnn DEBUG Address iteration done for one peer ats-nnnn DEBUG Finished handling `ADDRESSLIST_REQUEST' message ats-nnnn DEBUG Received `ADDRESS_DESTROYED' message ats-nnnn DEBUG Received ADDRESS_DESTROYED for peer `0000' session 1 ats-mlp-nnnn INFO Deleting address for peer `0000' with address request ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Getting preferred address for `0000' ats-nnnn DEBUG Bandwidth assignment changed for peer 0000 to 0/0 ats-nnnn DEBUG Telling transport to disconnect peer `0000' ats-nnnn DEBUG ATS sends quota for peer `0000': (in/out) 0/0 ats-nnnn DEBUG Received GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS_CANCEL message for peer 0000 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-nnnn DEBUG Removed request pending for peer `0000 ats-nnnn DEBUG Received `ADDRESS_ADD' message ats-nnnn INFO Adding new address for peer `0000' slot 2 ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Adding address for peer `0000' without address request ats-normalization-nnnn DEBUG Updating properties for peer `0000' ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-nnnn DEBUG Received `ADDRESS_ADD' message ats-nnnn INFO Adding new address for peer `0000' slot 3 ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Adding address for peer `0000' without address request ats-normalization-nnnn DEBUG Updating properties for peer `0000' ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-nnnn DEBUG Received `GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS' message ats-mlp-nnnn DEBUG Getting preferred address for `0000' ats-mlp-nnnn INFO Adding peer `0000' to list of requested_peers with requests ats-mlp-nnnn DEBUG Peer preference for peer `0000' == 1.00 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-mlp-nnnn DEBUG Problem size changed, rebuilding ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_SETUP_START' with result `SUCCESS' ats-mlp-nnnn DEBUG Rebuilding problem for 1 peer(s) and 2 addresse(s) and 2 quality metrics == 30 elements ats-mlp-nnnn DEBUG Loading matrix ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_SETUP_STOP' with result `SUCCESS' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_LP_START' with result `SUCCESS' ats-mlp-nnnn DEBUG Running LP solver with presolver ats-mlp-nnnn DEBUG Solving LP problem: ok ats-mlp-nnnn INFO Solving LP problem: ok, solution is optimal ats-mlp-nnnn DEBUG LP solution was: 1717986917.000 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_LP_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Running MLP solver ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_MLP_START' with result `SUCCESS' ats-mlp-nnnn INFO Found better integer solution, current gaps: 0.000 <= 0.025, 0.000 <= 0.025 ats-mlp-nnnn INFO Current LP/MLP gap of 0.000 smaller than tolerated gap of 0.025, terminating search ats-mlp-nnnn INFO Current LP/MLP gap of 0.000 smaller than tolerated gap of 0.025, terminating search ats-mlp-nnnn INFO Solving MLP problem solution was interupted: search terminated by application ats-mlp-nnnn INFO Solution of MLP problem is feasible and solution within gap constraints: search terminated by application, solution is feasible ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_MLP_STOP' with result `SUCCESS' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Execution time for full solve: (total/setup/lp/mlp) : 423 133 133 115 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_UPDATE_NOTIFICATION_START' with result `SUCCESS' ats-mlp-nnnn DEBUG [ ] -0.00 : no change ats-mlp-nnnn DEBUG [x] 429496729.00 : enabling address ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_UPDATE_NOTIFICATION_STOP' with result `SUCCESS' ats-nnnn DEBUG Bandwidth assignment changed for peer 0000 to 429496729/429496729 ats-nnnn DEBUG Sending bandwidth update for peer `0000': 429496729/429496729 ats-nnnn DEBUG ATS sends quota for peer `0000': (in/out) 429496729/429496729 ats-nnnn DEBUG Received `ADDRESS_DESTROYED' message ats-nnnn DEBUG Received ADDRESS_DESTROYED for peer `0000' session 2 ats-mlp-nnnn INFO Deleting address for peer `0000' with address request ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-mlp-nnnn DEBUG Problem size changed, rebuilding ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_SETUP_START' with result `SUCCESS' ats-mlp-nnnn DEBUG Rebuilding problem for 1 peer(s) and 1 addresse(s) and 2 quality metrics == 18 elements ats-mlp-nnnn DEBUG Loading matrix ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_SETUP_STOP' with result `SUCCESS' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_LP_START' with result `SUCCESS' ats-mlp-nnnn DEBUG Running LP solver with presolver ats-mlp-nnnn DEBUG Solving LP problem: ok ats-mlp-nnnn INFO Solving LP problem: ok, solution is optimal ats-mlp-nnnn DEBUG LP solution was: 1717986917.000 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_LP_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Running MLP solver ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_MLP_START' with result `SUCCESS' ats-mlp-nnnn INFO Found better integer solution, current gaps: 0.000 <= 0.025, 0.000 <= 0.025 ats-mlp-nnnn INFO Current LP/MLP gap of 0.000 smaller than tolerated gap of 0.025, terminating search ats-mlp-nnnn INFO Current LP/MLP gap of 0.000 smaller than tolerated gap of 0.025, terminating search ats-mlp-nnnn INFO Solving MLP problem solution was interupted: search terminated by application ats-mlp-nnnn INFO Solution of MLP problem is feasible and solution within gap constraints: search terminated by application, solution is feasible ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_MLP_STOP' with result `SUCCESS' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Execution time for full solve: (total/setup/lp/mlp) : 363 125 89 107 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_UPDATE_NOTIFICATION_START' with result `SUCCESS' ats-mlp-nnnn DEBUG [x] 429496729.00 : enabling address ats-nnnn DEBUG Bandwidth assignment changed for peer 0000 to 429496729/429496729 ats-nnnn DEBUG Sending bandwidth update for peer `0000': 429496729/429496729 ats-nnnn DEBUG ATS sends quota for peer `0000': (in/out) 429496729/429496729 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_UPDATE_NOTIFICATION_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Getting preferred address for `0000' ats-nnnn DEBUG Bandwidth assignment changed for peer 0000 to 429496729/429496729 ats-nnnn DEBUG Bandwidth change too small, not notifying client ats-nnnn DEBUG Received `ADDRESS_DESTROYED' message ats-nnnn DEBUG Received ADDRESS_DESTROYED for peer `0000' session 3 ats-mlp-nnnn INFO Deleting address for peer `0000' with address request ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-mlp-nnnn DEBUG Getting preferred address for `0000' ats-nnnn DEBUG Bandwidth assignment changed for peer 0000 to 0/0 ats-nnnn DEBUG Telling transport to disconnect peer `0000' ats-nnnn DEBUG ATS sends quota for peer `0000': (in/out) 0/0 ats-nnnn DEBUG Received GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS_CANCEL message for peer 0000 ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_START' with result `SUCCESS' `GAS_INFO_MLP_FULL' ats-nnnn DEBUG Solver notifies `GAS_OP_SOLVE_STOP' with result `SUCCESS' ats-nnnn DEBUG Removed request pending for peer `0000 ats-nnnn INFO Destroying all addresses ats-nnnn DEBUG ATS shutdown initiated ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-nnnn INFO Shutting down addresses ats-mlp-nnnn DEBUG Locking solver for bulk operation ... ats-nnnn INFO Destroying all addresses ats-mlp-nnnn DEBUG Unlocking solver from bulk operation ... ats-mlp-nnnn DEBUG Shutting down mlp solver ats-mlp-nnnn DEBUG Shutdown down of mlp solver complete ats-nnnn DEBUG Cleaning all up |
|
|
Changing to won't fix, as ATS subsystem will need a major rewrite first anyway. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-06-11 01:36 | jah | New Issue | |
| 2017-06-11 01:36 | jah | Status | new => assigned |
| 2017-06-11 01:36 | jah | Assigned To | => Matthias Wachs |
| 2017-06-11 01:36 | jah | File Added: f_test_ats_api_mlp.log | |
| 2017-06-11 01:37 | jah | File Added: s_test_ats_api_mlp.log | |
| 2017-06-11 01:37 | jah | Note Added: 0012249 | |
| 2017-09-27 19:40 | nikita | Relationship added | related to 0005117 |
| 2018-06-07 00:56 | Christian Grothoff | Status | assigned => closed |
| 2018-06-07 00:56 | Christian Grothoff | Resolution | open => won't fix |
| 2018-06-07 00:56 | Christian Grothoff | Fixed in Version | => 0.11.0pre66 |
| 2018-06-07 00:56 | Christian Grothoff | Note Added: 0012996 | |
| 2024-05-03 13:48 | Christian Grothoff | Category | ATS service => obsolete |