- CPS-1733Getting issue details... STATUS
- CPS-1734Getting issue details... STATUS
Study is required to clearly define the scope and impacts of updating YANG model schema sets for cm-handles.
Requirements
Functional
# | Interface | Requirement | Additional Information | Sign Off |
---|---|---|---|---|
1 | CPS-NCMP-I-01 | Upgrade module set for CM-Handle(s) using a moduleSetTag | Module Set Tag is owned (defined) by DMI Plugin |
|
2 | CPS-NCMP-I-01 | Initial Inventory shall support (Optional) moduleSetTag too | Exiting performance shall not degrade. |
|
3 | CPS-NCMP-I-01 | Update module set for CM-Handle(s) using a Blank (not defined) moduleSetTag | use 'old' algorithm from initial inventory |
|
4 | CPS-E-05 | Read moduleSetTag for given CM Handle(id) | Probably no code changes required (just a model change) |
|
5 | CPS-E-05 | Query Cm Handle(s) using CPS Path with moduleSetTag | Probably no code changes required (just a model change) |
|
6 | CPS-E-05.e (e for events) | A new notification informing the client the old and new value of moduleSetTag | Use same topic as CM Handle LCM Events (and future trust-level change notifications) |
|
Error Handling
# | Error Scenario | Expected behavior | Sign-off |
---|---|---|---|
1 | Missing CM Handles (in list, some are OK) | Similar to 'Initial Inventory' i.e response should include list of 'failed' cm handles | |
2 | Upgrade request for 'cached' data (cache enabled) | Refuse request; not supported |
Characteristics
The assumption is there are 100 modules in each moduleSet and a moduleSet is available from a dmi plugin within 0.5 seconds. # Parameter Expectation Notes 1 Request Frequency
Upgrade to NEW moduleSetTags3 upgrades / second → 180 upgrades / minute
Also assume there is a 90% overlap in modules across all CM Handles.
Across 20,000 Nodes there are 10 different ModuleSetTags2 Request Frequency
Upgrade to already existing moduleSetTags6 upgrades / second → 360 upgrades / minute 3 Test Environment 4 Concurrent request 12 clients requests toward 1 NCMP simultaneously 5 Number of CM Handles in one request
Out-of-scope
- Upgrade of models for cached data. "ncmp-datastore:operational" is out-of-scope.
Note: Only pass-through i.e. non-cached data upgrade is in scope; "ncmp-datastore:passthrough-running" and "ncmp-datastore:passthrough-operational" is in scope.
Assumptions
# | Assumption | Notes |
---|
Issues & Decisions
Issue | Notes | Decision | |
---|---|---|---|
1 | Type of Interface REST or Kafka | REST
Kafka
| meeting Agreed to use REST interface. |
2 | moduleSetTag based on Hash no (yet) implemented! | This study seems to assume the module set tag is already implemented but it isn't! | [kieran mccarthy]: the request it to introduce the module set tag/identifier of some kind for this new upgrade usecase. Not assuming it is there already. Will be costlier but is important for performance to avoid pulling models if they are already known to NCMP. |
3 | Expected Responses | when and what content?
Should follow error handling for Inventory | kieran mccarthy and team. |
4 | Should CM-Handle state change (e.g. to 'locked') 'during' upgrade? | Yes but is important to not be locked for long which makes it important to use the moduleSetTag | kieran mccarthy Should be set to LOCKED until the new moduleSet is associated with the cmhandle. I think there is a LOCKED_UPGRADING if I remember right. Lock reason should mention "upgrade" and have the usual timestamps. A separate notifications will be send with details of the old and new values for moduleSetTag see decision #11 |
5 | moduleSetTag is Optional (owned and defined by DMI Plugin) | Support for upgrade without continues using delete/add cm handle approach. If the update includes an moduleSetTag it would be considered an upgrade | meeting Agreed to use REST interface with "upgradedCmHandles". |
6 | moduleSetTag should be able to be used during initial inventory too! | Initial Inventory should be sped up too (capability requirements impacts ?!) Note. Current inventory 'createdCmHandles' only supports a list of cm handle Ids can this be in backward compatible way be modified to optionally include a moduleSetTag | kieran mccarthy and team. Yes, if need backward incompatible change can be handle as a new version of the interface |
7 | Exact name moduleSetTag | meeting agreed on moduleSetTag | |
8 | How to store: hardcoded (postgress schema), inventory yang model or as additional property (private or public)? | update Inventory Yang Model so it can be queried (without code changes!) like other aspect such as 'state' | meeting agreed to update Yang Model |
9 | additional operation for inventory Interface: 'upgradedCmHandles' | The interface currently supports
it possibly could be done as part of 'updatedCmHandles' and look for /recognize the moduleSetTag update but this would be messy and confusing, also then theoretically properties could be updated as the same time as the module set.. | meeting agreed |
10 | Clarify capabilities |
| Part of requirement listed above, to be finalized in a meeting after the holidays on |
11 | Separate Notification on change of moduleSetTag |
| kieran mccarthy separate notification see requirement #6 |
12 | Reuse schema set name or create a new one? | each cm handle now has a (unique) schema set name which is the same as the cm handle (id). we could simply change the module references but it might be more correct to create a NEW schema set and delete the old one. The name name could be a concatenation of the cm handle (id) and the module set tag
| Team agreed to re-use existing name |
13 | Conflicting Error code : Legacy codes for registration v. event status code (dataOperation and Subscrption) | See
ModuleSetTag error scenarios have overlapping codes for 'cm handle not found/not found' Some of these are already in use!!! Can we fix now or live with inconsistencies forever?! NEW
Create a new Jira and agree priority with E// - Prioritise it's a blocker |
|
Solution Proposals
Update Inventory REST Interface
Making the module upgrade request either over REST or Kafka Event with a supplied 'moduleSetTag' property will indicate to NCMP that a cmhandle has a new moduleSet (node has been upgraded). The moduleSetTag is a unique identifier for the set of modules associated with a cmhandle. This event or rest request will trigger ncmp to either retrieve the new module set for this cmhandle from the dmi plugin or if NCMP is already aware of moduleSetTag as part of a previous retrieval for a set of modules for a cmhandle that supplied this moduleSetTag then it should not re-retrieve the modules from the dmi plugin as it already has them. NCMP should use its stored moduleSetTag to get the set of modules. It can then do a delta with the existing cmhandle moduleSet and update the moduleSet for the cmhandle.
The above proposal would require model updates to NCMP to store the association between a moduleSetTag supplied by a dmi-plugin (during and updateCmHandles request) and the modules. Initially moduleSetTag is not known to NCMP. However, after retrieval of the modules for the first time for the cmhandle, NCMP can store the association. Any subsequent cmhandle that references the same moduleSetTag will not require NCMP to go back to the dmi plugin for the moduleSet.
Reuse the NCMP Inventory API (CPS-NCMP-I-01). URI : POST /v1/ch
Proposed Inventory Model rev. 2023-08-23
Lines added: 11-14, 83-85
Upgrade With Module Set Tag
- Use new 'upgradedCmHandles' operation to upgrade CH-1
- Find a cmHandle with given 'moduleSetTag'
(if not found use algorithm defined in next section) - Get all module references for cm handle (schemaset) with same tag (CH-2)
- Update module references for the anchor/schemaset CH-1
(See open issue # 12: should we create a NEW schema set and delete the old one ?) - Update inventory for CH-1 with given module set tag
Support for Upgrade Without Module Set Tag
Note. Same algorithm should be used when Module Set is not set (leaf not present), blank or no other cmHandle with same tag can be found
If the moduleSetTag json property is set to "" (empty string) or then it should also indicate that the moduleSet for a cmHandle has been updated but there is no associated moduleSetTag available for that cmHandle. This approach will always result is a full request to the dmi plugin for the module set for the cmHandle.
Basically the same steps as during initial inventory can be followed. Except the creation of the cmHandle (anchor) as that already exist.
Refer to org.onap.cps.ncmp.api.inventory.sync.ModuleSyncTasks#performModuleSync
for the relevant code
- get all module references from the (upgraded) cm handle (via DMI)
- find out which module references are NEW to CPS-Core
- get the yang resources for the new modules from the (upgraded) cm handle (via DMI)
- create/save a new (TBC, issue #12) schema set using the existing module reference and new yang resources
- (new) update the schema set for the upgraded cm handle
- (new) set the moduleSetTag in the ncmp inventory for the upgraded cm handle (mabey this needs to be done at the start?)
- (new) delete the old schema set of the upgraded cm handle (depend on decision re issue #12)
Use ModuelSyncWatchDog (parallel processing)
Initial inventory is driven by (batches of) Cm Handle state changes on the main thread and then the org.onap.cps.ncmp.api.inventory.sync.ModuleSyncWatchdog processes those!
Examining this in detail lead to some additional design questions
- should upgrade be dealt with in parallel too
- should upgrade be done in batches (of 100) too?
- need to use a (new?) state for UPGRADE that the watchdog can see an process
- re-use existing methods and make creating aan anchor optional or create new upgrade specific methods and reuse/slightly duplicate initial inventory methods? Methods like
- org.onap.cps.ncmp.api.inventory.sync.ModuleSyncService#syncAndCreateSchemaSetAndAnchor
- org.onap.cps.ncmp.api.inventory.sync.ModuleSyncService#createSchemaSetAndAnchor
team agreed to re-use ModuleSyncWatchDog and batching with following considerations
- Need to use a new (shared) Hazelcast map with ModuleSetTags as key (value list of module refs) that have been processed (but not saved yet) to be used both inside a batch and different instance to prevent unnecessary trips to DMI/Node
- Watchdog needs to use Lock state AND lock reason to determine what node need to be upgraded
- Initial inventory and upgrade is not likely to happen at the same time but watchdog can handle both, of course performance would be affected if that does occur
- CACHE(s) needs to be cleared or updates as algorithm wil re-use existing schema set name
- Create new upgrade specific methods and reuse/slightly duplicate initial inventory methods
- Legacy (and new) checks for lock need to check the lock-reason too now! To differentiate between failed initial inventory and upgrade
- Probably need more specific (new) failure reasons to differentiate between initial inventory and upgrade failures
- as usual: small commits, early reviews to introduce all this functionality are advised, posisbel steps
- set lock state and reason upon request
- watch dog just list to be upgrade node (and does not mix them up with failed initial inventory)
- perform first upgrade for a new ModuleSetTag
- introduce and use new Hazelcast map
- perform upgrade of an node with a modueleSetTag that is already in cache
- perform upgrade of an node with a modueleSetTag that is already in DB (ie introduce DB query)
- handle failure of upgrade (re-use same retry mechanism as initial inventory but with different lock reason!)
- etc.
Use-Case Overview (Sync in watchDog)
Operation | Tag Provided | Tag Cached | Tag In DB (other cm handle) | Steps | |
---|---|---|---|---|---|
1 | Create | No | N/A | N/A |
|
2 | Create | Yes | No | No |
|
3 | Create | Yes | No | Yes |
|
4 | Create | Yes | Yes | N/A |
|
5 | Upgrade | No | N/A | N/A |
|
6 | Upgrade | Yes | No | No |
|
7 | Upgrade | Yes | No | Yes |
|
8 | Upgrade | Yes | Yes | N/A |
|
Note. Error handling like invalid IDs are handled during the Synchronous part of registration and not part of this use-case overview.
Upgrade to the same Tag should be captured in synchronous pre-processing.
re-usable methods
- get modules (delta) from Node (DMI)
- create schemaset
- alt a. combination of exiting Refs and new yang resources
- alt b all existing references
- create anchor
- update schemaset
- alt a. combination of exiting Refs and new yang resources
- alt b all existing references
Proposals
Use same methods for NEW and KNOWN Schemasets
NEW SchemaSet → 0 or More NEW YangResources, 1 OR more ModuleRefernces
KNOWN ScemaSet → 0 NEW YangResources, 1 OR more ModuleReferences
No Cache, reduce complexity, no signifanct impact on perfroamce
void processCreate() { if (tagProvided && tag in DB) { allModuleRefences = referencesFromDb newYangResources = [] else { delta = getDelta() newYangResources = delta.newYangResources allModuleRefences = delta.allModuleRefences } creatSchemaSet(newYangResources, allModuleRefences) createAnchor() } void processUpgrade() { if (tagProvided && tag in DB) { allModuleRefences = referencesFromDb newYangResources = [] else { delta = getDelta() newYangResources = delta.newYangResources allModuleRefences = delta.allModuleRefences } udpateSchemaSet(newYangResources, allModuleRefences) }
Proposed JIRAs
Planning:
- Allow for 2 more user stories each may take 1 week.
- Estimated date of completion is based on 1 person working. There is a possibility that 1 more person will join in between for implementation but there is no clear visibility on when the person can start contributing as of now.
- These are estimates and should not be interpreted as commitments.