File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -444,6 +444,7 @@ func (l *loopImpl) reprocessImagesAndResyncDeployments(fetchOpt imageEnricher.Fe
444444 log .Errorw ("Error sending reprocessing messages to cluster, skipping cluster until next reprocessing cycle" ,
445445 logging .ImageName (image .GetName ().GetFullName ()),
446446 logging .ImageID (image .GetId ()), logging .Err (err ),
447+ // Not using logging.ClusterID() to avoid "duplicate resource ID field found" panic.
447448 logging .String ("dst_cluster" , conn .ClusterID ()),
448449 )
449450 }
@@ -618,6 +619,7 @@ func (l *loopImpl) reprocessImagesV2AndResyncDeployments(fetchOpt imageEnricher.
618619 log .Errorw ("Error sending reprocessing messages to cluster, skipping cluster until next reprocessing cycle" ,
619620 logging .ImageName (image .GetName ().GetFullName ()),
620621 logging .ImageID (image .GetId ()), logging .Err (err ),
622+ // Not using logging.ClusterID() to avoid "duplicate resource ID field found" panic.
621623 logging .String ("dst_cluster" , conn .ClusterID ()),
622624 )
623625 }
You can’t perform that action at this time.
0 commit comments