grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
17 stars 12 forks source link

fix map write panic #88

Closed scottlepp closed 1 year ago

scottlepp commented 1 year ago

as concurrent queries run, writing directly to the driver.macros can cause a panic with concurrent writers

sasklacz commented 1 year ago

@scottlepp hwas this triggered by some escalation or or you fixed it before it actually hit us in any way ?

scottlepp commented 1 year ago

I saw it happen a couple times whenI was running some tests.