Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0, 2.3.0
-
None
Description
If atlas.graph.index.search.backend is set to elasticsearch (which is in tech preview) and atlas.graph.index.search.solr.wait-searcher isn't set then Atlas fails to start and errors with
Caused by: java.util.NoSuchElementException: 'atlas.graph.index.search.solr.wait-searcher' doesn't map to an existing object
at org.apache.commons.configuration.AbstractConfiguration.getBoolean(AbstractConfiguration.java:644) ~[?:?]
at org.apache.atlas.ApplicationProperties.setDefaults(ApplicationProperties.java:374) ~[?:?]
at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:146) ~[?:?]
... 35 more
This property shouldn't be required in atlas-application.properties when elasticsearch is used