Actions
Bug #1680
closedMultiple faces created for the same endpoint
Start date:
06/19/2014
Due date:
% Done:
100%
Estimated time:
Description
When multiple "create" requests are issued back to back (before the first one is processed), NFD will process both requests and create duplicate Face entries.
Steps to reproduce:
- start NFD
run the following commmand:
(nfdc create tcp4://sirius.cs.memphis.edu &); nfdc create tcp4://sirius.cs.memphis.edu
Expected result: only one face tcp4://141.225.8.95:6363 created
Actual: two faces for tcp4://141.225.8.95:6363 are created
Updated by Alex Afanasyev over 10 years ago
- Status changed from New to In Progress
Updated by Anonymous over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
Actions