mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
a730b3f6a1
Previously multiple goroutines could access remoteWriteCtx.tss concurrently, which could lead to data race and improper relabeling. Now each goroutine has its own copy of tss during relabeling. Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/599 |
||
---|---|---|
.. | ||
client.go | ||
pendingseries.go | ||
relabel.go | ||
remotewrite.go | ||
statconn.go |