Task #2400
closedDetermine the necessary changes to use current Chronosync as dependency
100%
Description
Currently, NLSR uses its own forked and modified version of Chronosync.
Updates and bug fixes to Chronosync are not being incorporated or tracked.
Ideally, NLSR should use Chronosync directly and not maintain its own version.
This task should determine the effort and changes necessary to stop using a forked version of Chronosync and instead use the main repo.
Updated by Ashlesh Gawande over 8 years ago
- Blocks Task #1523: Use separate name prefix and sequence number for each LSA type in ChronoSync added
Updated by Ashlesh Gawande over 8 years ago
- Related to Task #2375: Jenkins fails build during OpenSSL linking added
Updated by Ashlesh Gawande over 8 years ago
Will need to remove openssl dependency after this is completed.
Updated by Ashlesh Gawande almost 8 years ago
NLSR maintains its own sequence numbers (https://redmine.named-data.net/projects/nlsr/wiki/Handles_synchronization_logic_of_NLSR_LSDB_updates).
Chronosync does not to allow applications to set sequence numbers and maintains its own sequence numbers.
Making Chronosync a dependency is very simple and straightforward if a small API change can be made in Chronosync to allow setting of sequence numbers in publishData methods.
Apart from benefits mentioned in description we can rid NLSR of two dependencies: openssl and protobuf.
Updated by Ashlesh Gawande over 7 years ago
- Blocked by Bug #3990: ERROR: Interest size exceeds maximum limit on exclude interest for large topologies added
Updated by Ashlesh Gawande over 7 years ago
- Blocked by Feature #4032: Allow applications to set sequence number added
Updated by Ashlesh Gawande over 7 years ago
- Description updated (diff)
- Status changed from New to In Progress
- Assignee set to Ashlesh Gawande
- Target version changed from v0.5.0 to v0.4.0
- % Done changed from 0 to 80
Updated by Ashlesh Gawande over 7 years ago
- Status changed from In Progress to Feedback
- % Done changed from 80 to 100
Updated by Ashlesh Gawande over 7 years ago
Need to remove nsync from tests-integrated/wscript and also from tests/wscript.
Also need to update NLSR developer's guide.
Need to update https://github.com/named-data/NLSR/blob/master/COPYING.md
Also rename method onNSyncUpdate.
Version doesn't seem correct: https://github.com/named-data/NLSR/blob/3e105a0493ee6c204226cfc16ae6ba6c3e52b059/wscript#L72
Updated by Ashlesh Gawande over 7 years ago
- Status changed from Feedback to Closed
Will update the dev guide, if necessary, after: https://gerrit.named-data.net/#/c/3943/
Updated by Ashlesh Gawande over 6 years ago
- Related to Bug #4513: Need to use a fixed session name for ChronoSync sockets added