m-lab / traceroute-caller

A sidecar service which runs traceroute after a connection closes
Apache License 2.0
18 stars 5 forks source link

Handling failed trace in IPCache #49

Closed yachang closed 4 years ago

yachang commented 4 years ago

For current IPCache implementation, there are other traces that might be waiting for a going on one.

If that trace failed with an error message (scamper failure, timeout failure, etc), there was no proper handling through current channel implementation (no error message sent back).

pboothe commented 4 years ago

Done in #51