Skip to content

cloudconfig.NewCloudConfig not thread safe - concurrent map writes #9

Closed
@JohanLindvall

Description

@JohanLindvall

cloudconfig.NewCloudConfig appears to fail when used in Grafana alloy.

Stack trace of one goroutine:

fatal error: concurrent map writes

goroutine 541 [running]:
internal/runtime/maps.fatal({0xa92656e?, 0x58582d4?})
	/usr/local/go/src/runtime/panic.go:1058 +0x20
github.com/webdevops/go-common/azuresdk/cloudconfig.injectServiceConfig(...)
	/go/pkg/mod/github.com/webdevops/[email protected]/azuresdk/cloudconfig/cloudconfig.go:96
github.com/webdevops/go-common/azuresdk/cloudconfig.NewCloudConfig({0xa8a6e46, 0xa})
	/go/pkg/mod/github.com/webdevops/[email protected]/azuresdk/cloudconfig/cloudconfig.go:29 +0x3c8
github.com/grafana/alloy/internal/static/integrations/azure_exporter.(*Config).Validate(0x40046b2fc0)
	/src/alloy/internal/static/integrations/azure_exporter/config.go:150 +0x3f8
github.com/grafana/alloy/internal/static/integrations/azure_exporter.Exporter.MetricsHandler.func1({0xbe6e270, 0x40017ddce0}, 0x40015f7180)
	/src/alloy/internal/static/integrations/azure_exporter/azure_exporter.go:46 +0x24c
net/http.HandlerFunc.ServeHTTP(0x11b404c0?, {0xbe6e270?, 0x40017ddce0?}, 0x40021c74a5?)
	/usr/local/go/src/net/http/server.go:2294 +0x38
github.com/grafana/alloy/internal/service/http.(*Service).Run.(*Service).componentHandler.func11({0xbe6e270, 0x40017ddce0}, 0x40015f7180)
	/src/alloy/internal/service/http/http.go:437 +0x28c
net/http.HandlerFunc.ServeHTTP(0xbe5d0b0?, {0xbe6e270?, 0x40017ddce0?}, 0xa8fe136?)
	/usr/local/go/src/net/http/server.go:2294 +0x38
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux.traceware.ServeHTTP({{0xa886509, 0x5}, {0xbdf0f20, 0x4001df5020}, {0xbe5fa90, 0x400148a700}, {0xbdbdc20, 0x4000c192c0}, 0xb0041d8, 0x0, ...}, ...)
	/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/[email protected]/mux.go:179 +0x900
github.com/gorilla/mux.(*Router).ServeHTTP(0x40014966c0, {0xbe5d0b0, 0x400277c0e0}, 0x40015f6dc0)
	/go/pkg/mod/github.com/gorilla/[email protected]/mux.go:212 +0x194
golang.org/x/net/http2/h2c.h2cHandler.ServeHTTP({{0xbdbe720?, 0x40014966c0?}, 0x40005d13b0?}, {0xbe5d0b0, 0x400277c0e0}, 0x40015f6dc0)
	/go/pkg/mod/golang.org/x/[email protected]/http2/h2c/h2c.go:125 +0x4a8
net/http.serverHandler.ServeHTTP({0x40013341e0?}, {0xbe5d0b0?, 0x400277c0e0?}, 0x1?)
	/usr/local/go/src/net/http/server.go:3301 +0xbc
net/http.(*conn).serve(0x4002a3ec60, {0xbe90000, 0x40018690b0})
	/usr/local/go/src/net/http/server.go:2102 +0x52c
created by net/http.(*Server).Serve in goroutine 532
	/usr/local/go/src/net/http/server.go:3454 +0x3d8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions