]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: erase clients getting evicted from laggy_clients
authorDhairya Parmar <dparmar@redhat.com>
Wed, 11 Oct 2023 07:27:04 +0000 (12:57 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Wed, 11 Oct 2023 13:42:49 +0000 (19:12 +0530)
Fixes: https://tracker.ceph.com/issues/63105
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
src/mds/Server.cc

index f162025ddd1c03618d14547986ba71ea1145c2c9..5e3110314b5360576c0b5e097b385d896eac9e60 100644 (file)
@@ -1263,6 +1263,8 @@ void Server::find_idle_sessions()
       kill_session(session, NULL);
     }
   }
+  // clear as there's no use to keep the evicted clients in laggy_clients
+  clear_laggy_clients();
 }
 
 void Server::evict_cap_revoke_non_responders() {