Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial review of Identifier Mapping behaviours #210

Open
garethsb opened this issue Nov 22, 2023 · 1 comment
Open

Editorial review of Identifier Mapping behaviours #210

garethsb opened this issue Nov 22, 2023 · 1 comment

Comments

@garethsb
Copy link
Contributor

From an AMWA Slack thread, in response to questions about the minutiae of https://specs.amwa.tv/is-04/releases/v1.3.2/docs/Data_Model_-_Identifier_Mapping.html

My personal opinion (not speaking for e.g. Architecture Review Group) is that the Identifier Mapping section could do with a rewrite based on last 5 years of experience of building real devices. The basic concepts around ID uniqueness and resource life-cycles make sense but some of the specific recommendations and requirements are... odd.

The basic concept is that if you change fundamental characteristics of something, or change what is upstream of it in the media pipeline, you have really destroyed one resource and created a new one in its place, so it should get a new ID.

In counterpoint, if you only change incidental properties of the resource, it should keep the same ID, and if you make a configuration change that "brings back" effectively the same resource, the same ID c/should be used.

The algorithm to generate UUIDs is not specified, just these things which should cause it to be changed or not changed. A name-based UUID with appropriate properties combined into the name would have the right characteristics.

Many of the detailed rules(?) and examples(?) don't correspond with actual practice, and several parts haven't been updated to reflect the change to the referential integrity rules in v1.1 to make Device the owner of Flows

@peterbrightwell
Copy link
Contributor

Discussed on ARG call 2024-09-11. Agreed importance of this area (which also affects e.g. IS-13) but it's going to take time even to understand the current guidance before rewriting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants