vault/changelog/30390.txt
Mike Palmiotto bbe458dd26
identity: Resolve local alias conflicts (#30390)
This PR introduces the logic to handle local alias conflicts on Perf
Secondaries. Rather than follow the merge and persist behavior we use
for non-local aliases, we instead delete the duplicate from its parent
entity and remove the parent entity from the local alias packer.

This decision is a compromise, which will prevent complex distributed
state problems, resulting in non-deterministic behavior when there are
local alias conflicts.
2025-04-28 11:59:28 -04:00

5 lines
121 B
Plaintext

```release-note:bug
identity: Fix non-deterministic merge behavior when two entities have
conflicting local aliases.
```