]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
msg/async: remove false alert "assert"
authorHaomai Wang <haomai@xsky.com>
Thu, 25 May 2017 13:56:07 +0000 (21:56 +0800)
committerHaomai Wang <haomai@xsky.com>
Thu, 25 May 2017 13:56:07 +0000 (21:56 +0800)
Signed-off-by: Haomai Wang <haomai@xsky.com>
src/msg/async/AsyncConnection.cc

index 585e0b8083537c935f8795cc96c37f666370386a..d6e243705525ff917824de189ac792effdd0a560 100644 (file)
@@ -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();