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

Remove initial set in synchronizer #1212

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

adibrastegarnia
Copy link
Contributor

@adibrastegarnia adibrastegarnia commented Sep 16, 2020

#1013
We should not make any changes in the configuration of a device outside controllers (i.e. using a direct Set call in synchronizer). Controllers are responsible to reconcile the existing changes in the system when a device shows up. If we want to reduce number of Set requests that should be sent down to the device, we can optimize it when we send a NB request to create a big change. I think we can safely remove this part of the code.

@adibrastegarnia adibrastegarnia added the do not merge ⚠️ Do not Merge, used for testing or not ready label Sep 16, 2020
@adibrastegarnia adibrastegarnia added this to the Aether 2020Q3 milestone Sep 16, 2020
@adibrastegarnia adibrastegarnia changed the title Remove initial set from synchronizer Remove initial set in synchronizer Sep 16, 2020
@adibrastegarnia adibrastegarnia added bug 🪲 Something isn't working enhancement New feature or request and removed do not merge ⚠️ Do not Merge, used for testing or not ready labels Sep 16, 2020
@adibrastegarnia adibrastegarnia merged commit 8e90c04 into onosproject:master Sep 16, 2020
@adibrastegarnia adibrastegarnia deleted the remove_init_set branch September 16, 2020 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

2 participants