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

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

Commit f2cb641e36678c508ed2e952f9d35040b80ec12b in atlas's branch 
refs/heads/master from skoritala
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=f2cb641 ]

ATLAS-3275 Basic Search with "query" string throws "Problem accessing 
/solr/vertex_index/freetext".

    Made the return objects from V2 SOLR apis are handled correctly for error 
scenario.
    Made the code change to re-use solr client object. to avoid excessive 
Zookeeper Connections that are not getting closed.

Signed-off-by: Sarath Subramanian <[email protected]>


> Basic Search with "query" string throws "Problem accessing 
> /solr/vertex_index/freetext" when SOLR version is 7.4.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-3275
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3275
>             Project: Atlas
>          Issue Type: Improvement
>            Reporter: Sridhar
>            Priority: Major
>
> Basic Search with "query" string throws "Problem accessing 
> /solr/vertex_index/freetext".
> As part of this fix, a setting shall be added to enable/disable solr client 
> with other components. The configuration name is 
> "atlas.graph.index.search.solr.create-client-per-request". When set to true, 
> a new Solr client will be created every time, a solr client request is made. 
> When it is false, the components will use the same solr client along with 
> Solr6Index. This setting is applicable when SOLR is index provider.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to