If we get a dup reply something is probably wrong! We should make sure
it appears more loudly in the log. In particular, it can lead to out
of sync cap state; see #4853.
Signed-off-by: Sage Weil <sage@inktank.com>
bool is_safe = reply->is_safe();
if (mds_requests.count(tid) == 0) {
- ldout(cct, 10) << "handle_client_reply no pending request on tid " << tid
- << " safe is:" << is_safe << dendl;
+ lderr(cct) << "handle_client_reply no pending request on tid " << tid
+ << " safe is:" << is_safe << dendl;
reply->put();
return;
}