mirror of
https://github.com/ceph/ceph
synced 2025-02-08 03:18:12 +00:00
msg/async: remove false alert "assert"
Signed-off-by: Haomai Wang <haomai@xsky.com>
This commit is contained in:
parent
e9a81ba41c
commit
2f8c56959a
@ -2520,7 +2520,6 @@ void AsyncConnection::tick(uint64_t id)
|
||||
auto now = ceph::coarse_mono_clock::now();
|
||||
ldout(async_msgr->cct, 20) << __func__ << " last_id=" << last_tick_id
|
||||
<< " last_active" << last_active << dendl;
|
||||
assert(last_tick_id == id);
|
||||
std::lock_guard<std::mutex> l(lock);
|
||||
last_tick_id = 0;
|
||||
auto idle_period = std::chrono::duration_cast<std::chrono::microseconds>(now - last_active).count();
|
||||
|
Loading…
Reference in New Issue
Block a user