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

Metacontroller only considers the most recent QA values for reconfiguration #31

Open
chcorbato opened this issue May 20, 2020 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@chcorbato
Copy link
Contributor

chcorbato commented May 20, 2020

The QAs values are received asynchronously:
https://github.com/rosin-project/mros1_reasoner/blob/0a8022676b597f59fb8b6880f3d05955628f8643/mros1_reasoner/scripts/mros1_reasoner.py#L128

but the reasoner to decide if an adaptation is needed is executed sync
https://github.com/rosin-project/mros1_reasoner/blob/0a8022676b597f59fb8b6880f3d05955628f8643/mros1_reasoner/scripts/mros1_reasoner.py#L193

As a result, I think that we are not considering some QA values for reconfiguration.

We need to confirm if this is a problem and then decide what to do.

@chcorbato chcorbato added the help wanted Extra attention is needed label May 20, 2020
@chcorbato chcorbato self-assigned this May 22, 2020
@chcorbato chcorbato added question Further information is requested and removed help wanted Extra attention is needed labels May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant