In theory, implement syncs and replay for the non-immediate commit mode

This commit is contained in:
Vitaliy Filippov
2020-06-15 00:04:16 +03:00
parent 4dde8b8a42
commit 64afec03ec
4 changed files with 422 additions and 115 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ struct osd_client_t
std::deque<osd_op_t*> outbox;
std::map<int, osd_op_t*> sent_ops;
// PGs dirtied by this client's primary-writes (FIXME to drop the connection)
// PGs dirtied by this client's primary-writes
std::set<pg_num_t> dirty_pgs;
// Write state