Fix another stall due to bad unstable_writes tracking, do not try to write beyond the end of the journal

This commit is contained in:
Vitaliy Filippov
2019-11-28 00:28:08 +03:00
parent 2630e2e3b9
commit 35a6ed728d
6 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -70,6 +70,6 @@ public:
~journal_flusher_t();
void loop();
bool is_active();
void queue_flush(obj_ver_id oid);
void enqueue_flush(obj_ver_id oid);
void unshift_flush(obj_ver_id oid);
};