mirror of
https://github.com/ceph/ceph
synced 2025-03-20 09:16:59 +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;
|
uint64_t end = p->first + p->second.second;
|
||||||
while (p != partial.rend()) {
|
while (p != partial.rend()) {
|
||||||
// sanity check
|
// 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"
|
<< " " << p->second.first.length() << " bytes"
|
||||||
<< dendl;
|
<< dendl;
|
||||||
assert(p->first == end - p->second.second);
|
assert(p->first == end - p->second.second);
|
||||||
|
Loading…
Reference in New Issue
Block a user