Description:
|
HHH-2448 ensured deterministic column aliases, regardless of mapping order. This will work perfectly in clustering environments where each node contains a complete and identical set of entity mappings. However, if any node's mappings differ by even 1 entity, the entire TreeMap is thrown off and determinism cannot be guaranteed.
Investigate ways to ensure entities, across cluster nodes, can have deterministic aliases, even if the set of mappings are not 100% identical.
|