]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: clear resend_mds only after sending request
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 22 Apr 2024 17:46:43 +0000 (13:46 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 30 Apr 2024 17:18:15 +0000 (13:18 -0400)
commitd15f3a73bb8a6b506d5c42b567600d8dd7e2362b
treeeb6971c8891f2160baf442486582faeb01e76e90
parent4aca8752dee59d58a351d0630c31faa913c1d88b
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>
(cherry picked from commit 3a3227adb52624ae3a39e78921d3a17114e1b404)
src/client/Client.cc