Merge pull request #3501 from xigang/cleanup/opensearch-logs

karmada-search: improve opensearch backend logs
This commit is contained in:
karmada-bot 2023-05-08 18:35:22 +08:00 committed by GitHub
commit f6d7c19508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ type OpenSearch struct {
// NewOpenSearch returns a new OpenSearch
func NewOpenSearch(cluster string, cfg *searchv1alpha1.BackendStoreConfig) (*OpenSearch, error) {
klog.Infof("create openserch backend store: %s", cluster)
klog.Infof("create opensearch backend store: %s", cluster)
os := &OpenSearch{
cluster: cluster,
indices: make(map[string]struct{})}