]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: clear resend_mds only after sending request 57043/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 22 Apr 2024 17:46:43 +0000 (13:46 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 22 Apr 2024 17:47:50 +0000 (13:47 -0400)
commit3a3227adb52624ae3a39e78921d3a17114e1b404
tree917e3f594d8ceb1afdc4830cfe48d4dc34a8347e
parent56e81df3aeb98b717efe2ab0537a8c60249f95f7
client: clear resend_mds only after sending request

The client may not be able to immediately send the request after learning the
target; e.g. the target rank has no session yet or is otherwise temporarily
unavailable.

Fixes: https://tracker.ceph.com/issues/65614
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/client/Client.cc