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
when i use TSAN to test docker,data race found in libnetwork store.go:148 and network.go:1165
when n.ctrlr is written in getNetworksFromStore()
it is read by CreateEndpoint()
is anybody has good idea to fix it?
Thanks~
The text was updated successfully, but these errors were encountered:
Vanient
changed the title
DATA RACE
DATA RACE in network.go and store.go
Aug 31, 2021
Also, this code migh have changed in the last three years, and we're aware that there are races in some of our 'business logic' (although this one seems to be more like a 'technical race').
Hi all~
when i use TSAN to test docker,data race found in libnetwork store.go:148 and network.go:1165


when n.ctrlr is written in getNetworksFromStore()
it is read by CreateEndpoint()
is anybody has good idea to fix it?
Thanks~
The text was updated successfully, but these errors were encountered: