eclipse-score / eclipse-score/inc_security_crypto

Revise strategy to derive SHM name in data plane implementation

Open
#224 0 comments 1 reaction 1 assignee Claimed by @sunildevda View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.