moby / libnetwork

networking for containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DATA RACE in network.go and store.go

Vanient opened this issue · comments

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()
image
it is read by CreateEndpoint()
image

is anybody has good idea to fix it?
Thanks~