Clear retry_timeout when the client is destroyed

This commit is contained in:
Vitaliy Filippov
2025-01-01 10:58:22 +03:00
parent b46d5db115
commit d0396267d0
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class cluster_client_t
int client_eio_retry_interval = 1000; // ms
bool client_retry_enospc = true;
int retry_timeout_id = 0;
int retry_timeout_id = -1;
int retry_timeout_duration = 0;
std::vector<cluster_op_t*> offline_ops;
cluster_op_t *op_queue_head = NULL, *op_queue_tail = NULL;