Skip to content

Commit

Permalink
Ignore invalid MetadataReportConfig (#8068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylixs committed Jun 16, 2021
1 parent 8892a36 commit 943d27b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -642,7 +642,7 @@ private void startMetadataCenter() {
for (MetadataReportConfig metadataReportConfig : metadataReportConfigs) {
ConfigValidationUtils.validateMetadataConfig(metadataReportConfig);
if (!metadataReportConfig.isValid()) {
return;
continue;
}
MetadataReportInstance.init(metadataReportConfig);
}
Expand Down

0 comments on commit 943d27b

Please sign in to comment.