You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Aniket Khare (JIRA)" <ji...@apache.org> on 2015/09/16 21:18:45 UTC

[jira] [Created] (SOLR-8064) Solr Data Import handler with ApplicationIntent=ReadOnly

Aniket Khare created SOLR-8064:
----------------------------------

             Summary: Solr Data Import handler with ApplicationIntent=ReadOnly
                 Key: SOLR-8064
                 URL: https://issues.apache.org/jira/browse/SOLR-8064
             Project: Solr
          Issue Type: Improvement
          Components: contrib - DataImportHandler
    Affects Versions: 5.0
            Reporter: Aniket Khare
            Priority: Blocker


I am trying to use dataImportHandler with following connection string where I have added paramter as ApplicationIntent=ReadWrite which will automatically redirect the SQL connection to ReadOnly node.

<dataSource type="JdbcDataSource"
                   driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
                   url="jdbc:sqlserver://server;databaseName=TestDatabase" 
                             ApplicationIntent="Readonly"
                   user="Username"
                   password="Password"/>

I guess the DataImportHandler does not support this feature yet and because of that I am blocked for the Production push.
Could you please help?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org