Bug #2813
openclient did not send query Interests
0%
Description
Sometimes the frontend did not send out the query Interests when the the CMIP5 tag in activity is chosen, therefore no data can be fetched.
Surprisingly, the query-results interests are expressed ...
Updated by Chengyu Fan over 9 years ago
The client did send out the query Interest, but fails to fetch the query-results data.
This happened when the catalog is crash, and client expresses the query Interest. Then the client gets the ACK for the last query (cached on ndn router), believe the associated query-results is still available. Since the query-results data is in the memory cache, the client cannot fetch it.
Updated by Chengyu Fan over 9 years ago
Recently this bug happened again when I run catalog on my laptop.
I set the log level as "DEBUG", and sometimes I didn't see the query-results Interest after the front-end fetched the query ACK data.
Need test on other OS to verify this is a bug.