<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi Obaid,</p>
<p><br>
</p>
<p>What's the data freshness period (if not set, it is set to 0 ms by default after this issue was implemented: <a href="https://redmine.named-data.net/issues/3944" class="OWAAutoLink" id="LPlnk268684" previewremoved="true">https://redmine.named-data.net/issues/3944</a>)?</p>
<p>(Assuming must be fresh is set on the interest, content store will not answer).</p>
<p><br>
</p>
<p>Ashlesh</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Nfd-dev <nfd-dev-bounces@lists.cs.ucla.edu> on behalf of S. Obaid <obaidasyed@gmail.com><br>
<b>Sent:</b> Tuesday, September 19, 2017 8:51:35 PM<br>
<b>To:</b> <nfd-dev@lists.cs.ucla.edu><br>
<b>Subject:</b> [Nfd-dev] Getting onContentStoreMiss even if the data is in ContentStore</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hello all,
<br>
<br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I am observing some strange forwarding behaviour of NFD. I am working on a star topology of 4 nodes (1 middle and three leaf nodes) where each node is running NFD and the routing is setup
 in a way that the leaf nodes talk to each other via middle node. <br>
In this particular scenario two nodes (attached to face 333 and 273) requesting the same data from the third node.<br>
Here is what I am observing at the middle node. <br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">At 1 the middle node got the interest from node 1 and as there was no matching Content in CS, it was forwarded to the Producer.
<br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">At 4 the middle node got the data back, which is forwarded towards the consumer in step 6.<br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">At 8, the middle node got the same interest from node 2. However, instead of serving it from the CS; the interest was forwarded to the Producer again.
<br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Shouldn't it be served from the CS as we have already got the data in step 4. Any idea what's going wrong here? 
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br>
<blockquote>
<ol>
<li>1505869006.866421 DEBUG: [Forwarder] onIncomingInterest face=333 interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042
</li><li>1505869006.866489 DEBUG: [Forwarder] onContentStoreMiss interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869006.866537 DEBUG: [Forwarder] onOutgoingInterest face=303 interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869007.849591 DEBUG: [Forwarder] onIncomingData face=303 data=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869007.849650 DEBUG: [Forwarder] onIncomingData matching=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869007.849687 DEBUG: [Forwarder] onOutgoingData face=333 data=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869007.949745 DEBUG: [Forwarder] onInterestFinalize interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042 satisfied</li><li>1505869008.050235 DEBUG: [Forwarder] onIncomingInterest face=273 interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.050316 DEBUG: [Forwarder] onContentStoreMiss interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.050363 DEBUG: [Forwarder] onOutgoingInterest face=303 interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.062779 DEBUG: [Forwarder] onIncomingData face=303 data=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.062935 DEBUG: [Forwarder] onIncomingData matching=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.062964 DEBUG: [Forwarder] onOutgoingData face=273 data=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042</li><li>1505869008.163024 DEBUG: [Forwarder] onInterestFinalize interest=/vfsr/c31/chatapp/chat/chatroom1/u31/contentVideo/476/0/30042 satisfied</li></ol>
</blockquote>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br>
Thanks, <br>
</div>
<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Obaid<br>
</div>
</div>
</div>
</body>
</html>