[jira] [Commented] (ATLAS-4783) Atlas fails to start if indexing backend isn't set to Solr

2023-09-11 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4783:


Commit fad2746dca0b3fe534483fc6037443a4cae127f5 in atlas's branch 
refs/heads/branch-2.0 from szymonorz
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=fad2746dc ]

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

Signed-off-by: Madhan Neethiraj 
(cherry picked from commit 33a2a55899109e2ebe82766d4ba1f3fd82962610)


> 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)


[jira] [Commented] (ATLAS-4783) Atlas fails to start if indexing backend isn't set to Solr

2023-09-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 


> 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)


[jira] [Commented] (ATLAS-4783) Atlas fails to start if indexing backend isn't set to Solr

2023-09-07 Thread Szymon Orzechowski (Jira)


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

Szymon Orzechowski commented on ATLAS-4783:
---

[~madhan]  sorry to bother but could you take a look? :)

> 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)


[jira] [Commented] (ATLAS-4783) Atlas fails to start if indexing backend isn't set to Solr

2023-08-11 Thread Szymon Orzechowski (Jira)


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

Szymon Orzechowski commented on ATLAS-4783:
---

Review board: https://reviews.apache.org/r/74545/

> 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) 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)


[jira] [Commented] (ATLAS-4783) Atlas fails to start if indexing backend isn't set to Solr

2023-08-11 Thread Szymon Orzechowski (Jira)


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

Szymon Orzechowski commented on ATLAS-4783:
---

Please assign this issue to me, I can't do it myself :/

> 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
>
> If atlas.graph.index.search.backend is set to elasticsearch (which is in tech 
> preview) 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)