Do not use pending_modified_blocks to check

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 82f5fb7edd
commit 0a7ae616f3
3 changed files with 7 additions and 17 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ public:
uint8_t *zero_object = NULL;
std::vector<uint32_t> pending_modified_blocks;
robin_hood::unordered_flat_set<uint32_t> modified_blocks;
robin_hood::unordered_flat_map<uint32_t, bool> modified_blocks;
journal_flusher_t *flusher;
int write_iodepth = 0;