Cleanup #2089
rgw: less dout(0) noise?
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:
0%
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
i think that's hwere this si coming from:
INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.028808 7fa53007f780 get_obj_state: rctx=0x2418470 obj=.users.uid:bar.client.0 state=0x2416798 s->prefetch_data=0 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.029160 7fa53007f780 cache get: name=.users.uid+bar.client.0 : miss INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.061149 7fa53007f780 cache put: name=.users.uid+bar.client.0 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.061272 7fa53007f780 adding .users.uid+bar.client.0 to cache LRU end INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.061416 7fa53007f780 get_obj_state: rctx=0x2418f30 obj=.users:XCVIBVLMEJLLXIHETRMH state=0x2416798 s->prefetch_data=0 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.061501 7fa53007f780 cache get: name=.users+XCVIBVLMEJLLXIHETRMH : miss INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.078721 7fa53007f780 cache put: name=.users+XCVIBVLMEJLLXIHETRMH INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.078817 7fa53007f780 adding .users+XCVIBVLMEJLLXIHETRMH to cache LRU end INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.295999 7fa53007f780 cache put: name=.users.uid+bar.client.0 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.296086 7fa53007f780 moving .users.uid+bar.client.0 to cache LRU end INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.296155 7fa53007f780 distributing notification oid=notify bl.length()=459 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.336942 7fa52a209700 RGWWatcher::notify() opcode=1 ver=1 bl.length()=459 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.337083 7fa52a209700 cache put: name=.users.uid+bar.client.0 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.337124 7fa52a209700 moving .users.uid+bar.client.0 to cache LRU end INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.572271 7fa53007f780 cache put: name=.users.email+bar.client.0+test@test.test INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.572391 7fa53007f780 adding .users.email+bar.client.0+test@test.test to cache LRU end INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.572450 7fa53007f780 distributing notification oid=notify bl.length()=495 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.611378 7fa52a209700 RGWWatcher::notify() opcode=1 ver=1 bl.length()=495 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.611488 7fa52a209700 cache put: name=.users.email+bar.client.0+test@test.test INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.611526 7fa52a209700 moving .users.email+bar.client.0+test@test.test to cache LRU end INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.872578 7fa53007f780 cache put: name=.users+XCVIBVLMEJLLXIHETRMH INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.872672 7fa53007f780 moving .users+XCVIBVLMEJLLXIHETRMH to cache LRU end INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.872730 7fa53007f780 distributing notification oid=notify bl.length()=463 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.938496 7fa52a209700 RGWWatcher::notify() opcode=1 ver=1 bl.length()=463 INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.938619 7fa52a209700 cache put: name=.users+XCVIBVLMEJLLXIHETRMH INFO:teuthology.orchestra.run.err:2012-02-21 17:01:28.938662 7fa52a209700 moving .users+XCVIBVLMEJLLXIHETRMH to cache LRU end
History
#1 Updated by Yehuda Sadeh over 11 years ago
Actually, those are dout(10). The problem is that the default rgw log level is 20.
#2 Updated by Dan Mick over 11 years ago
debug rgw = 0 removes almost everything except two:
rgw_main.cc: dout(0) << "====== starting new request req=" << hex << req << dec << " =====" << dendl;
rgw_main.cc: dout(0) << "====== req done req=" << hex << req << dec << " http_status=" << http_ret << " ======" << dendl;
I suggest, and Yehuda agrees, we make those dout(1), and set the default to 0. Any objection?
#3 Updated by Sage Weil over 11 years ago
sounds good to me!
#4 Updated by Sage Weil over 11 years ago
- Target version set to v0.44
- translation missing: en.field_position set to 1
- translation missing: en.field_position changed from 1 to 1161
#5 Updated by Yehuda Sadeh over 11 years ago
- Status changed from New to Resolved
Fixed, commit:31578c19ffe9276a3e6495707e72180436ef3272. I've also set different 'debug rgw' default for rgw and radosgw-admin.
#6 Updated by John Spray over 5 years ago
- Project changed from Ceph to rgw
- Category deleted (
22) - Target version deleted (
v0.44)
Bulk reassign of radosgw category to RGW project.