You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some parts in some services that could have race conditions.
As of today, we have identified one in the nat (kubenat has it as well) [1]. It would be possible for that function to be invoked from more than a thread at the time, that will cause unexpected behavior.
I'm almost sure that there are similar issues in other services.
There are some parts in some services that could have race conditions.
As of today, we have identified one in the nat (kubenat has it as well) [1]. It would be possible for that function to be invoked from more than a thread at the time, that will cause unexpected behavior.
I'm almost sure that there are similar issues in other services.
[1]
polycube/src/services/pcn-nat/src/Nat_dp.c
Line 179 in 1f3dbfe
The text was updated successfully, but these errors were encountered: