]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: sync module: avoid printing attrs of objects in log 27030/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 13 Dec 2018 14:57:40 +0000 (15:57 +0100)
committerPrashant D <pdhange@redhat.com>
Mon, 18 Mar 2019 03:40:49 +0000 (23:40 -0400)
commit3f938630c37c3d8dacd7eb3e2757a4fd37689b9b
tree1a5f9e9afb91bb51e94c0079ac6e8f5aeaeac568
parent064d26430f58a03665e47a37a7e99cc96054cc07
rgw: sync module: avoid printing attrs of objects in log

Since attrs are verbose and not necessarily needed as a debug info (as they can
be obtained from the required object itself) avoid logging them. Also
additionally removed another place where such a log is done by the ES sync
module

Fixes: http://tracker.ceph.com/issues/37646
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 8f37b70630ceb62aff4019e9ad2508977590a873)

Conflicts:
src/rgw/rgw_sync_module.cc : Resolved in RGWCallStatRemoteObjCR::operate
src/rgw/rgw_sync_module.cc
src/rgw/rgw_sync_module_es.cc