<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Junxiao,
<div class=""><br class="">
</div>
<div class="">I doubt very much that it was your app.</div>
<div class="">We were seeing almost every node on the testbed restarting repeatedly.</div>
<div class="">Once I killed all my AWS instances the problem went away. So, it seems</div>
<div class="">to have something to do with my instances, which I had running for a long time</div>
<div class="">waiting for our SIGCOMM demo time.</div>
<div class=""><br class="">
</div>
<div class="">John</div>
<div class=""><br class="">
</div>
<div>
<blockquote type="cite" class="">
<div class="">On Aug 21, 2017, at 4:35 PM, Junxiao Shi <<a href="mailto:shijunxiao@email.arizona.edu" class="">shijunxiao@email.arizona.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="auto" class="">Hi Davide</div>
<br class="">
<div class="gmail_quote" dir="auto">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br class="">
>> ><br class="">
>> > What does this message mean?<br class="">
>> ><br class="">
>> > 1503354619.041373 FATAL: [NFD] Non-recoverable error: request timed out<br class="">
>> > code: 10060<br class="">
><br class="">
> It seems there's uncaught exception somewhere.<br class="">
> This looks like coming from ndn::nfd::Controller, and 10060 means "timeout".<br class="">
> It's probably caused by either NFD or NLSR not responding to NFD-RIB's<br class="">
> command, as the only usage of ndn::nfd::Controller is in NFD-RIB.<br class="">
<br class="">
I think the exception is thrown by FibUpdater::onUpdateError. NFD is<br class="">
repeatedly timing out on a FibAddNextHopCommand or<br class="">
FibRemoveNextHopCommand. After several failed retries, FibUpdater<br class="">
gives up and kills the whole daemon.<br class="">
<br class="">
Maybe there's a flood of requests and NFD can't keep up?</blockquote>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class="">I might have to apologize for this one. I was working on a tunneling app and it currently would keep 60 outstanding Interests and aggressively retransmit. There's still a problem when the peer is offline, because NFD would immediately
 Nack and the consumer would immediately send a new Interest. I forgot to turn off my other endpoint yesterday so it may have been blasting Interests. It's turned off now. I'll implement proper flow control procedure before reconnecting it.</div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class="">Yours, Junxiao</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote>
</div>
</div>
</blockquote>
</div>
<br class="">
</body>
</html>