Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
b129f21f
Commit
b129f21f
authored
Feb 21, 2020
by
Georgios Bitzes
Browse files
Re-order class members to fix race condition during destruction
parent
a65b8192
Pipeline
#1453958
passed with stages
in 57 minutes and 58 seconds
Changes
2
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
b129f21f
...
...
@@ -11,6 +11,8 @@ checkpoint for long-term storage.
### Improvements
-
Security hardening of the redis parser for unauthenticated clients.
-
Package and distribute
``quarkdb-ldb``
tool based on the one provided by RocksDB.
-
Attempt to detect potential
``MANIFEST``
corruption early by measuring mtime lag
compared to newest SST file.
## 0.4.1 (2020-01-17)
...
...
src/storage/ParanoidManifestChecker.hh
View file @
b129f21f
...
...
@@ -62,9 +62,9 @@ public:
Status
getLastStatus
()
const
;
private:
AssistedThread
mThread
;
std
::
string
mPath
;
Synchronized
<
Status
>
mLastStatus
;
AssistedThread
mThread
;
};
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment