eclipse-score / eclipse-score/inc_security_crypto
Revise strategy to derive SHM name in data plane implementation
- Dominant language
- C++
- Stars
- 3
- Forks
- 15
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 23
Description
### What
Currently the name for SHM creation is derived from the uid + time since epoch.
During stress testing it was observed, that it seems that two SHM were attempted to be created with the same name resulting in an error.
`2026/09/09 14:05:34.2734517 241131987 000 ECU1 NONE shm log warn verbose 3 Cannot recreated Shared Memory /score_crypto_1000_1788962734516920255 as it's already been created.`
The stress tests did run for several minutes, only then the issue was observer. While it seems rare, it is possible to run into this issue.
Thus we may want to re-evaluate the approach how to derive the names
### Acceptance Criteria (DoD)
New strategy derived or current risk accepted.
### How
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.