Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | node: switching prometheus flock location to tsdb (#19376) | Steve Ruckdashel | 2019-04-04 | 22 | -101/+669 |
| | | | | | | * node: switching prometheus flock location to tsdb * rookie mistake | ||||
* | node: fix instance dir locking and improve error message | Felix Lange | 2017-08-18 | 7 | -0/+515 |
The lock file was ineffective because opening leveldb storage in read-only mode doesn't really take the lock. Fix it by including a dedicated flock library (which is actually split out of goleveldb). |