Project

General

Profile

Actions

Cleanup #2089

closed

rgw: less dout(0) noise?

Added by Sage Weil about 12 years ago. Updated over 6 years ago.

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

Actions #1

Updated by Yehuda Sadeh about 12 years ago

Actually, those are dout(10). The problem is that the default rgw log level is 20.

Actions #2

Updated by Dan Mick about 12 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?

Actions #3

Updated by Sage Weil about 12 years ago

sounds good to me!

Actions #4

Updated by Sage Weil about 12 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
Actions #5

Updated by Yehuda Sadeh about 12 years ago

  • Status changed from New to Resolved

Fixed, commit:31578c19ffe9276a3e6495707e72180436ef3272. I've also set different 'debug rgw' default for rgw and radosgw-admin.

Actions #6

Updated by John Spray over 6 years ago

  • Project changed from Ceph to rgw
  • Category deleted (22)
  • Target version deleted (v0.44)

Bulk reassign of radosgw category to RGW project.

Actions

Also available in: Atom PDF