Fix slow & failing CAS layer merge

This commit is contained in:
Vitaliy Filippov
2024-06-14 02:15:49 +03:00
parent 6501abc060
commit 4473eb5512
3 changed files with 21 additions and 11 deletions
-2
View File
@@ -56,8 +56,6 @@ struct cluster_op_t
protected:
int state = 0;
uint64_t cur_inode; // for snapshot reads
void *buf = NULL;
cluster_op_t *orig_op = NULL;
bool needs_reslice = false;
int retry_after = 0;
int inflight_count = 0, done_count = 0;