Re: Exporting data using solr streaming expressions is randomly not working

2018-09-28 Thread Gaini Rajeshwar
with the export handler. > > After you set this to false do the errors go away? > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Thu, Sep 27, 2018 at 6:40 PM Gaini Rajeshwar < > raja.rajeshwar2...@gmail.com> wrote: > > > Is it anyway related to

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
k. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Thu, Sep 27, 2018 at 4:01 PM Gaini Rajeshwar < > raja.rajeshwar2...@gmail.com> wrote: > > > @Joel: On some of the shards, i am seeing the following error in logs. > > &g

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
(QueuedThreadPool.java:678) at java.lang.Thread.run(Thread.java:748) On Fri, Sep 28, 2018 at 1:20 AM Gaini Rajeshwar < raja.rajeshwar2...@gmail.com> wrote: > I've tried with 7.3 version also and encountering same issue. > > On Thu, Sep 27, 2018 at 11:02 PM Joel Bernstein > wr

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
ced. The stack trace you are posting is coming from the node where > the expression is being run. Can you check the logs from the shards to see > if there are errors on the shards? > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Thu, Sep 27, 2018 at 12:10

Re: Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
Also, to mention, if i give q="*:*" it is working fine (which is kind of weird) On Thu, Sep 27, 2018 at 9:35 PM Gaini Rajeshwar < raja.rajeshwar2...@gmail.com> wrote: > Hi All, > > I am using solr 7.4 version. I am trying to export data using streaming > expressions.

Exporting data using solr streaming expressions is randomly not working

2018-09-27 Thread Gaini Rajeshwar
Hi All, I am using solr 7.4 version. I am trying to export data using streaming expressions. Following is the simple curl query that i am using. I am indexing my data and testing the following query. curl --data-urlencode 'expr=search(collection1, >q="text:solar", >fl="id", >