We have hitting the issue, which is the messages are stuck in the
sender queue, many times. We just suspect it's a bug of the protocol
code and we need to know exactly whether the msgs are sent out or
not.
Related: https://tracker.ceph.com/issues/65309
Signed-off-by: Xiubo Li <xiubli@redhat.com>
}
m->trace.event("async writing message");
- ldout(cct, 20) << __func__ << " sending " << m->get_seq() << " " << m
- << dendl;
+ ldout(cct, 2) << __func__ << " sending message m=" << m
+ << " seq=" << m->get_seq() << " " << *m << dendl;
ssize_t total_send_size = connection->outgoing_bl.length();
ssize_t rc = connection->_try_send(more);
if (rc < 0) {
return -EILSEQ;
}
- ldout(cct, 5) << __func__ << " sending message m=" << m
+ ldout(cct, 2) << __func__ << " sending message m=" << m
<< " seq=" << m->get_seq() << " " << *m << dendl;
m->trace.event("async writing message");