Two FIXMEs

This commit is contained in:
Vitaliy Filippov
2019-11-28 01:00:22 +03:00
parent cbf5173d1b
commit d56cb290ee
2 changed files with 3 additions and 3 deletions
+1
View File
@@ -181,6 +181,7 @@ resume_0:
if (dirty_it->second.state == ST_J_STABLE && !skip_copy)
{
// First we submit all reads
// FIXME: Introduce a (default) mode where we'll keep the whole journal in memory instead of re-reading data during flush
offset = dirty_it->second.offset;
len = dirty_it->second.len;
it = v.begin();