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:
+1
-1
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user