agollo icon indicating copy to clipboard operation
agollo copied to clipboard

[BUG]```config.ServerInfo```的字段```IsDown```发生DATA RACE

Open CharLemAznable opened this issue 7 months ago • 1 comments

WARNING: DATA RACE

Write at :
github.com/apolloconfig/agollo/v4/env/server.SetDownNode()
github.com/apolloconfig/agollo/v4/protocol/http.RequestRecovery()
github.com/apolloconfig/agollo/v4/component/remote.(*asyncApolloConfig).notifyRemoteConfig()
github.com/apolloconfig/agollo/v4/component/remote.(*asyncApolloConfig).Sync()
github.com/apolloconfig/agollo/v4/component/notify.(*ConfigComponent).Start()
github.com/apolloconfig/agollo/v4/component.StartRefreshConfig()
github.com/apolloconfig/agollo/v4.StartWithConfig.func1()
Previous read at :
github.com/apolloconfig/agollo/v4/cluster/roundrobin.(*RoundRobin).Load()
github.com/apolloconfig/agollo/v4/protocol/http.loadBalance()
github.com/apolloconfig/agollo/v4/protocol/http.RequestRecovery()
github.com/apolloconfig/agollo/v4/component/remote.(*asyncApolloConfig).notifyRemoteConfig()
github.com/apolloconfig/agollo/v4/component/remote.(*asyncApolloConfig).Sync()
github.com/apolloconfig/agollo/v4/component/notify.(*ConfigComponent).Start()
github.com/apolloconfig/agollo/v4/component.StartRefreshConfig()
github.com/apolloconfig/agollo/v4.StartWithConfig.func1()

CharLemAznable avatar Jul 19 '24 13:07 CharLemAznable