SeattleTestbed / attic

ARCHIVAL: Full mirror of SeattleTestbed's SVN in early 2014. We use GitHub since!
MIT License
0 stars 1 forks source link

uniqueid is not unique #1319

Open choksi81 opened 10 years ago

choksi81 commented 10 years ago

The root cause of many of the Affix problems is that unique IDs are not unique. This is because if it is imported twice, the numbers will repeat.

This has huge implications not only for uniqueid but other code like random that assumes there is only one copy of the code.

We will commit a temporary work around, but the root cause needs to be fixed and tested.

choksi81 commented 10 years ago

Attachments: https://github.com/SeattleTestbed/attic/blob/master/TICKET_ATTACHMENTS/uniqueid_rollback.patch