Re: Large data importing getting rollback with solr

2013-01-23 Thread ashimbose
.nabble.com/Large-data-importing-getting-rollback-with-solr-tp4034075p4035562.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Large data importing getting rollback with solr

2013-01-22 Thread Roman Chyla
hi, it is probably correct to revisit your design/requirements, but it you still find you need it, then there may be a different way DIH is using a writer to commit documents, you can detect errors inside these and try to recover - ie. in some situations, you want to commit, instead of calling rol

Re: Large data importing getting rollback with solr

2013-01-22 Thread Gora Mohanty
On 21 January 2013 17:06, ashimbose wrote: [...] > Here I used two data config > 1. data_conf1.xml > 2. data_conf2.xml [...] Your configuration looks fine. > Any one of them running fine at a single instant. Means, > If I run first dataimport, it will successfully index, if after that I run > da

Re: Large data importing getting rollback with solr

2013-01-21 Thread Upayavira
y tomcat and run dataimport1 first and then dataimport, > then also same problem, > > dataimport1 runs perfect but dataimport giving time out error, > > Can anyone please help me... or any different method to index large > data... > > Thanks > Ashim > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Large-data-importing-getting-rollback-with-solr-tp4034075p4035009.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Large data importing getting rollback with solr

2013-01-21 Thread ashimbose
x large data... Thanks Ashim -- View this message in context: http://lucene.472066.n3.nabble.com/Large-data-importing-getting-rollback-with-solr-tp4034075p4035009.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Large data importing getting rollback with solr

2013-01-18 Thread ashimbose
this message in context: http://lucene.472066.n3.nabble.com/Large-data-importing-getting-rollback-with-solr-tp4034075p4034508.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Large data importing getting rollback with solr

2013-01-18 Thread Gora Mohanty
On 18 January 2013 15:04, ashimbose wrote: > Hi Gora, > > Thank you for your reply again, > > Joining is not possible in my case. coz there is no relation between all > tables. is there joining is possible without any relation in this solr case? No, one needs some kind of a relationship to join.

Re: Large data importing getting rollback with solr

2013-01-18 Thread Gora Mohanty
On 18 January 2013 13:16, ashimbose wrote: > Hi Gora , > > Thank you for your quick reply. > > I have only one data source, But have more than 300 tables. Each tables I > have put in individual in data-confic.xml > > But when I am trying to do full import, Its showing Thant much as > 169 > > Thi

Re: Large data importing getting rollback with solr

2013-01-17 Thread ashimbose
-- View this message in context: http://lucene.472066.n3.nabble.com/Large-data-importing-getting-rollback-with-solr-tp4034075p4034466.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Large data importing getting rollback with solr

2013-01-17 Thread Gora Mohanty
On 18 January 2013 12:49, ashimbose wrote: > Hi Otis, > > Thank you for your reply. > > But I am unable to get any search result related to the error code. Its not > response for more than 168 Data Source. I have tested it. If you have any > other solution please let me know. Not sure about the l

Re: Large data importing getting rollback with solr

2013-01-17 Thread Shawn Heisey
ashimbose, It is possible that this is happening because Solr reaches a point where it is doing so many simultaneous merges that ongoing indexing is stopped until a huge merge finishes. This causes the JDBC driver to time out and disconnect, and there is no viable generic way to recover from

Re: Large data importing getting rollback with solr

2013-01-17 Thread Otis Gospodnetic
call(JdbcDataSource.java:129) > at > > org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:363) > at > > org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:39) > at > > org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.(JdbcDataSource.java:240) > ... 13 moreJan 17, 2013 12:37:07 PM > org.apache.solr.update.DirectUpdateHandler2 rollbackINFO: start rollbackJan > 17, 2013 12:37:07 PM org.apache.solr.core.SolrCore executeINFO: [core1] > webapp=/solr path=/dataimport params={command=full-import} status=0 > QTime=0Jan 17, 2013 12:37:08 PM org.apache.solr.update.DirectUpdateHandler2 > rollbackINFO: end_rollbackJan 17, 2013 12:37:08 PM > org.apache.solr.core.SolrCore executeINFO: [core1] webapp=/solr > path=/dataimport params={command=full-import} status=0 QTime=0Please Please > help me, how to do large data indexing. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Large-data-importing-getting-rollback-with-solr-tp4034075.html > Sent from the Solr - User mailing list archive at Nabble.com.

Large data importing getting rollback with solr

2013-01-16 Thread ashimbose
lease help me, how to do large data indexing. -- View this message in context: http://lucene.472066.n3.nabble.com/Large-data-importing-getting-rollback-with-solr-tp4034075.html Sent from the Solr - User mailing list archive at Nabble.com.