From: Nathan Cutler Date: Fri, 26 Apr 2019 16:10:19 +0000 (+0200) Subject: rgw: drop cloud sync module logs attrs from the log X-Git-Tag: v14.2.2~134^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f211cb812a0517310aedbbdd61f84702ee6c95b;p=ceph.git rgw: drop cloud sync module logs attrs from the log Fixes: https://tracker.ceph.com/issues/39361 Signed-off-by: Nathan Cutler (cherry picked from commit 9f44a03c39f2f79d6e7dda826383cd2d944327be) --- diff --git a/src/rgw/rgw_sync_module_aws.cc b/src/rgw/rgw_sync_module_aws.cc index 5e7f4e25f35..e8074d8bf46 100644 --- a/src/rgw/rgw_sync_module_aws.cc +++ b/src/rgw/rgw_sync_module_aws.cc @@ -1598,13 +1598,13 @@ public: src_pg_ver = 0; /* all or nothing */ } } - ldout(sync_env->cct, 0) << "AWS: download begin: z=" << sync_env->source_zone + ldout(sync_env->cct, 4) << "AWS: download begin: z=" << sync_env->source_zone << " b=" << bucket_info.bucket << " k=" << key << " size=" << size << " mtime=" << mtime << " etag=" << etag << " zone_short_id=" << src_zone_short_id << " pg_ver=" << src_pg_ver - << " attrs=" << attrs << dendl; + source_conn = sync_env->store->svc.zone->get_zone_conn_by_id(sync_env->source_zone); if (!source_conn) { ldout(sync_env->cct, 0) << "ERROR: cannot find http connection to zone " << sync_env->source_zone << dendl;