-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: VOLTHA v2.3
-
Fix Version/s: VOLTHA v2.3
-
Component/s: rw-core
-
Labels:
-
Story Points:3
-
Epic Link:
Currently, the IDs for the devices are created reading bytes from the random generator. There are a couple of problems with this.
- there is no guarantee that IDs won't duplicate
- the rand.Read function is not meant to be called concurrently and voltha has no protection around that.
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
18297,7 | VOL-2658, VOL-2840 - remove core compete code | master | voltha-go | Status: MERGED | +2 | +1 |
18320,3 | VOL-2658, VOL-2840 - remove core compete code | voltha-2.3 | voltha-go | Status: MERGED | +2 | +1 |