[ 
https://issues.apache.org/jira/browse/ATLAS-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763936#comment-17763936
 ] 

ASF subversion and git services commented on ATLAS-4783:
--------------------------------------------------------

Commit 33a2a55899109e2ebe82766d4ba1f3fd82962610 in atlas's branch 
refs/heads/master from szymonorz
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=33a2a5589 ]

ATLAS-4783: Fix NoSuchElementException when running different indexing backend 
than Solr

Signed-off-by: Madhan Neethiraj <mad...@apache.org>


> Atlas fails to start if indexing backend isn't set to Solr
> ----------------------------------------------------------
>
>                 Key: ATLAS-4783
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4783
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-intg
>    Affects Versions: 3.0.0, 2.3.0
>            Reporter: Szymon Orzechowski
>            Priority: Major
>         Attachments: ATLAS-4783.patch
>
>
> 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
> {code:java}
> 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
>  {code}
> This property shouldn't be required in atlas-application.properties when 
> elasticsearch is used



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to