grafana/pkg/infra
Carl Bergquist aed3d0d3ad
Remotecache: Avoid race condition in Set causing error on insert. (#17082)
* remotecache: avoid race condition in set

since set called the database twice without transactions another
operation could insert a value before the first operation completed.
which would raise an error on insert since the data have been inserted
by the other request.

closes #17079
2019-05-15 11:24:04 +02:00
..
log move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
metrics move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
remotecache Remotecache: Avoid race condition in Set causing error on insert. (#17082) 2019-05-15 11:24:04 +02:00
serverlock serverlock: run tests async should be more linear time wise (#17059) 2019-05-14 15:38:18 +02:00
tracing move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
usagestats move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00