kytos-ng / topology

Kytos Main Topology Network Application (NApp)
https://kytos-ng.github.io/api/topology.html
MIT License
0 stars 8 forks source link

backport commit 01aeb75b to version 2023.2.4 on handler `on_interface_tags` #229

Closed viniarck closed 1 month ago

viniarck commented 1 month ago

I was reviewing thread safety of "kytos/core.interface_tags" and ended up noticing this:

On version 2024.1 we've made on_interface_tags a bit safer by increasing the scope one of existing lock with this commit 01aeb75b. This commit should be backported to 2023.2.4.

After backporting, it's good to also exercise some local tests too. I'll also keep reviewing other points and exercising the handler from 2024.1

Ktmi commented 1 month ago

@viniarck I'm going to mark this one as closed.