<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks Ashlesh; this seems to be the problem.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I was not aware of this change.</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">Regards,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Obaid</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 19, 2017 at 7:59 PM, Ashlesh Gawande (agawande) <span dir="ltr"><<a href="mailto:agawande@memphis.edu" target="_blank">agawande@memphis.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>

<div id="m_-5157383704257596821divtagdefaultwrapper" 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="m_-5157383704257596821OWAAutoLink" id="m_-5157383704257596821LPlnk268684" target="_blank">https://redmine.<wbr>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%">
<div id="m_-5157383704257596821divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Nfd-dev <<a href="mailto:nfd-dev-bounces@lists.cs.ucla.edu" target="_blank">nfd-dev-bounces@lists.cs.<wbr>ucla.edu</a>> on behalf of S. Obaid <<a href="mailto:obaidasyed@gmail.com" target="_blank">obaidasyed@gmail.com</a>><br>
<b>Sent:</b> Tuesday, September 19, 2017 8:51:35 PM<br>
<b>To:</b> <<a href="mailto:nfd-dev@lists.cs.ucla.edu" target="_blank">nfd-dev@lists.cs.ucla.edu</a>><br>
<b>Subject:</b> [Nfd-dev] Getting onContentStoreMiss even if the data is in ContentStore</font>
<div> </div>
</div><div><div class="h5">
<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/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042
</li><li>1505869006.866489 DEBUG: [Forwarder] onContentStoreMiss interest=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042</li><li>1505869006.866537 DEBUG: [Forwarder] onOutgoingInterest face=303 interest=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042</li><li>1505869007.849591 DEBUG: [Forwarder] onIncomingData face=303 data=/vfsr/c31/chatapp/chat/<wbr>chatroom1/u31/contentVideo/<wbr>476/0/30042</li><li>1505869007.849650 DEBUG: [Forwarder] onIncomingData matching=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042</li><li>1505869007.849687 DEBUG: [Forwarder] onOutgoingData face=333 data=/vfsr/c31/chatapp/chat/<wbr>chatroom1/u31/contentVideo/<wbr>476/0/30042</li><li>1505869007.949745 DEBUG: [Forwarder] onInterestFinalize interest=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042 satisfied</li><li>1505869008.050235 DEBUG: [Forwarder] onIncomingInterest face=273 interest=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042</li><li>1505869008.050316 DEBUG: [Forwarder] onContentStoreMiss interest=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042</li><li>1505869008.050363 DEBUG: [Forwarder] onOutgoingInterest face=303 interest=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042</li><li>1505869008.062779 DEBUG: [Forwarder] onIncomingData face=303 data=/vfsr/c31/chatapp/chat/<wbr>chatroom1/u31/contentVideo/<wbr>476/0/30042</li><li>1505869008.062935 DEBUG: [Forwarder] onIncomingData matching=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>contentVideo/476/0/30042</li><li>1505869008.062964 DEBUG: [Forwarder] onOutgoingData face=273 data=/vfsr/c31/chatapp/chat/<wbr>chatroom1/u31/contentVideo/<wbr>476/0/30042</li><li>1505869008.163024 DEBUG: [Forwarder] onInterestFinalize interest=/vfsr/c31/chatapp/<wbr>chat/chatroom1/u31/<wbr>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>
</div></div></div>

</blockquote></div><br></div>