mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
Merge pull request #44246 from yongseokoh/fix-prefetch-dirfrags
mds: split _prefetch_dirfrags to avoid heartbeat timeout during up:rejoin Reviewed-by: Venky Shankar <vshankar@redhat.com>
This commit is contained in:
commit
53a336ab9d
@ -26,6 +26,7 @@ void MDSContext::complete(int r) {
|
||||
ceph_assert(mds != nullptr);
|
||||
ceph_assert(ceph_mutex_is_locked_by_me(mds->mds_lock));
|
||||
dout(10) << "MDSContext::complete: " << typeid(*this).name() << dendl;
|
||||
mds->heartbeat_reset();
|
||||
return Context::complete(r);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user