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

Add ThreadSafe Impl. to Repositories; fix issue with the parallel execution of the ConnectedAasManager using the MongoDbBackend #555

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

mateusmolina-iese
Copy link
Member

@mateusmolina-iese mateusmolina-iese commented Dec 4, 2024

This PR:

  1. addresses an issue when adding multiple submodelReferences in parallel using the ConnectedAasManager not successfully adding all references to the AAS
  2. adds ThreadSafe wrappers to all repositories similar to the existing ThreadSafeDelegated(Aas/Submodel)Registry.
  3. removes the sync points in the Service level introduced in Fix issue with the parallel execution of the ConnectedAasManager::createSubmodelInAas method. #547, since they are now being managed at the repository level

@mateusmolina-iese mateusmolina-iese changed the title Fix issue with the parallel execution of the ConnectedAasManager using the MongoDbBackend Add ThreadSafe Impl. to Repositories; fix issue with the parallel execution of the ConnectedAasManager using the MongoDbBackend Dec 4, 2024
@mateusmolina-iese mateusmolina-iese marked this pull request as ready for review December 4, 2024 12:57
@mateusmolina-iese mateusmolina-iese marked this pull request as draft December 4, 2024 13:05
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

Successfully merging this pull request may close these issues.

1 participant