]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs_mirror: Remove additional wait in pop_dataq_entry 67689/head
authorKotresh HR <khiremat@redhat.com>
Fri, 6 Mar 2026 07:28:38 +0000 (12:58 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 6 Mar 2026 07:39:27 +0000 (13:09 +0530)
commitc7b08218ad69ac813cbbffde567275affa3b0851
treeccd7eec9f6fd98583d301775fc21f3195a8f0cf1
parent7d9f8f3b5f2112299079105c5582c6208348002d
tools/cephfs_mirror: Remove additional wait in pop_dataq_entry

An additional wait has sneaked in while popping job from
syncm's data_q. When the conditional wait was converted to
timed wait as part of f6a6e781b887b01a640d6321a2c085577d9ba07e,
this should have been removed. The extra wait causes no
harm in most of the workflow but might cause issues when
the mirror daemon is stopped. So it should be removed.

This patch removes the extra cond wait

Introduced-by: f6a6e781b887b01a640d6321a2c085577d9ba07e
Signed-off-by: Kotresh HR <khiremat@redhat.com>
src/tools/cephfs_mirror/PeerReplayer.cc