diff options
author | Felix Lange <fjl@twurst.com> | 2017-08-18 18:14:00 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-08-18 18:14:00 +0800 |
commit | 7e57fee3551ad5b66c985ad208613fd80c2d6b8a (patch) | |
tree | de1f4cd45dd0e727c0fba9fc84d14a324d70657b /vendor/vendor.json | |
parent | 104375f398bdfca88183010cc3693e377ea74163 (diff) | |
download | dexon-7e57fee3551ad5b66c985ad208613fd80c2d6b8a.tar.gz dexon-7e57fee3551ad5b66c985ad208613fd80c2d6b8a.tar.zst dexon-7e57fee3551ad5b66c985ad208613fd80c2d6b8a.zip |
node: fix instance dir locking and improve error message
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).
Diffstat (limited to 'vendor/vendor.json')
-rw-r--r-- | vendor/vendor.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index 8be10b94f..b0bc88adc 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -256,6 +256,12 @@ "revisionTime": "2017-02-11T19:53:22Z" }, { + "checksumSHA1": "WbbxCn2jUYIL5viqLo0BKXEdPrQ=", + "path": "github.com/prometheus/prometheus/util/flock", + "revision": "3101606756c53221ed58ba94ecba6b26adf89dcc", + "revisionTime": "2017-08-14T17:01:13Z" + }, + { "checksumSHA1": "KAzbLjI9MzW2tjfcAsK75lVRp6I=", "path": "github.com/rcrowley/go-metrics", "revision": "1f30fe9094a513ce4c700b9a54458bbb0c96996c", |