Limit the number of unstable versions per object

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent a1a449686a
commit 4340082315
5 changed files with 32 additions and 12 deletions
+1
View File
@@ -43,6 +43,7 @@ struct osd_primary_op_data_t
osd_num_t *dirty_osds;
int dirty_osd_count;
obj_ver_id *unstable_writes;
uint64_t *unstable_ver_counts;
obj_ver_osd_t *copies_to_delete;
int copies_to_delete_count;
};