mirror of
https://github.com/ceph/ceph
synced 2025-03-19 17:06:24 +00:00
Merge pull request #8426 from dillaman/wip-striper-logs
Striper: reduce assemble_result log level Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
commit
cce88dfdc5
@ -402,7 +402,7 @@ void Striper::StripedReadResult::assemble_result(CephContext *cct, char *buffer,
|
||||
uint64_t end = p->first + p->second.second;
|
||||
while (p != partial.rend()) {
|
||||
// sanity check
|
||||
ldout(cct, 0) << "assemble_result(" << this << ") " << p->first << "~" << p->second.second
|
||||
ldout(cct, 20) << "assemble_result(" << this << ") " << p->first << "~" << p->second.second
|
||||
<< " " << p->second.first.length() << " bytes"
|
||||
<< dendl;
|
||||
assert(p->first == end - p->second.second);
|
||||
|
Loading…
Reference in New Issue
Block a user