From 275233828de374dad67b0d62f883df12b11d5dbb Mon Sep 17 00:00:00 2001 From: Heemin Kim Date: Mon, 24 Apr 2023 21:45:56 -0700 Subject: [PATCH] Another commit to resolve comments Signed-off-by: Heemin Kim --- .../opensearch/geospatial/ip2geo/common/GeoIpDataHelper.java | 1 - src/yamlRestTest/resources/rest-api-spec/test/10_basic.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/opensearch/geospatial/ip2geo/common/GeoIpDataHelper.java b/src/main/java/org/opensearch/geospatial/ip2geo/common/GeoIpDataHelper.java index e7bd7366..0758a730 100644 --- a/src/main/java/org/opensearch/geospatial/ip2geo/common/GeoIpDataHelper.java +++ b/src/main/java/org/opensearch/geospatial/ip2geo/common/GeoIpDataHelper.java @@ -77,7 +77,6 @@ public static void createIndexIfNotExists( final TimeValue timeout ) { if (clusterService.state().metadata().hasIndex(indexName) == true) { - log.info("Index {} already exist", indexName); return; } final Map indexSettings = new HashMap<>(); diff --git a/src/yamlRestTest/resources/rest-api-spec/test/10_basic.yml b/src/yamlRestTest/resources/rest-api-spec/test/10_basic.yml index 8468a6c3..264ec585 100644 --- a/src/yamlRestTest/resources/rest-api-spec/test/10_basic.yml +++ b/src/yamlRestTest/resources/rest-api-spec/test/10_basic.yml @@ -1,4 +1,4 @@ -"Test that geospatial plugin is loaded in OpenSearch": +"Test that geospatial and job scheduler plugins are loaded in OpenSearch": - do: cat.plugins: local: true