Reset OSD ping state on receiving data from it via RDMA

This commit is contained in:
Vitaliy Filippov
2025-04-26 14:17:09 +03:00
parent 169a35a067
commit 9fa8ae5384
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -214,6 +214,7 @@ bool osd_messenger_t::handle_read_buffer(osd_client_t *cl, void *curbuf, int rem
bool osd_messenger_t::handle_finished_read(osd_client_t *cl)
{
// Reset OSD ping state
cl->ping_time_remaining = 0;
cl->idle_time_remaining = osd_idle_timeout;
cl->recv_list.reset();