[jira] [Commented] (SOLR-8826) SolrJ JDBC - ODBC-JDBC bridge documentation

2016-11-18 Thread Shishir Choudhary (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15676173#comment-15676173
 ] 

Shishir Choudhary commented on SOLR-8826:
-

I am struggling to make the ODBC-JDBC driver work on windows at my workplace. 

Any pointers on how to do that on windows ? (Above read-me seems to be for mac 
usage)

> SolrJ JDBC - ODBC-JDBC bridge documentation
> ---
>
> Key: SOLR-8826
> URL: https://issues.apache.org/jira/browse/SOLR-8826
> Project: Solr
>  Issue Type: Sub-task
>  Components: documentation, SolrJ
>Affects Versions: 6.0
>Reporter: Kevin Risden
>Assignee: Kevin Risden
>
> Integrating SolrJ JDBC with an ODBC-JDBC bridge will use useful for software 
> like Excel/Tableau/etc. This should be documented on how to set it up.
> 1. Setup ODBC-JDBC bridge according to vendor instructions
> 2. 
> https://cwiki.apache.org/confluence/display/solr/Parallel+SQL+Interface#ParallelSQLInterface-Generic



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

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



[jira] [Commented] (SOLR-9012) SolrJ JDBC - Ensure that an ODBC-JDBC bridge works with SolrJ JDBC

2016-11-18 Thread Shishir Choudhary (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15676159#comment-15676159
 ] 

Shishir Choudhary commented on SOLR-9012:
-

This would be very useful. I am unable to however use the bridge on windows. 

Any suggestion on how to move forward if ODBC needs to be used on windows ? 

> SolrJ JDBC - Ensure that an ODBC-JDBC bridge works with SolrJ JDBC
> --
>
> Key: SOLR-9012
> URL: https://issues.apache.org/jira/browse/SOLR-9012
> Project: Solr
>  Issue Type: Sub-task
>  Components: SolrJ
>Affects Versions: 6.0
>Reporter: Kevin Risden
>Assignee: Kevin Risden
>
> There are a few ODBC-JDBC bridges out there. This is useful to be able to 
> hook up tools like Tableau to work with Solr. The ODBC-JDBC bridge will 
> require supporting Java 8. 



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

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



[jira] [Commented] (SOLR-8709) Add checksum to the TopicStream to ensure delivery of all documents within a Topic

2016-10-04 Thread Shishir Choudhary (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15547325#comment-15547325
 ] 

Shishir Choudhary commented on SOLR-8709:
-

This feature is very useful. Is it going to be fixed soon ? 

> Add checksum to the TopicStream to ensure delivery of all documents within a 
> Topic
> --
>
> Key: SOLR-8709
> URL: https://issues.apache.org/jira/browse/SOLR-8709
> Project: Solr
>  Issue Type: Bug
>Reporter: Joel Bernstein
>
> Currently the TopicStream can miss documents if version numbers are received 
> out-of-order. The TopicStream sorts on version number so it will only miss 
> out-of-order versions that span commit boundaries. *Stress testing was not 
> able to create a missed document scenario* (see comment below), but code 
> review points to the possibility of this happening.
> In order to resolve this issue we can adopt an approach that keeps a checksum 
> of the version numbers for a sliding time window. This checksum can be 
> checked each run and if the checksums don't match the documents from the time 
> window can be resent. As long as the time window is longer then the 
> softCommit interval, this will guarantee delivery of all documents for the 
> Topic. This won't guarantee *one time delivery* but should be provide a 
> reasonable expectation of one time delivery.



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

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