Gus, that is possible.  How best to fix it?

On Wed, Dec 6, 2023 at 12:05 PM Gus Heck <gus.h...@gmail.com> wrote:

> Looks like your client crashed out while trying to receive the response
> perhaps?
>
> Caused by: java.io.IOException: An established connection was aborted
> by the software in your host machine
>     at sun.nio.ch.SocketDispatcher.writev0(Native Method) ~[?:?]
>     at sun.nio.ch.SocketDispatcher.writev(Unknown Source) ~[?:?]
>     at sun.nio.ch.IOUtil.write(Unknown Source) ~[?:?]
>     at sun.nio.ch.IOUtil.write(Unknown Source) ~[?:?]
>     at sun.nio.ch.SocketChannelImpl.write(Unknown Source) ~[?:?]
>     at java.nio.channels.SocketChannel.write(Unknown Source) ~[?:?]
>     at org.eclipse.jetty.io
> .ChannelEndPoint.flush(ChannelEndPoint.java:273)
> ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
>     at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422)
> ~[jetty-io-9.4.44.v20210927.jar:9.4.44.v20210927]
>
> On Wed, Dec 6, 2023 at 11:29 AM Vince McMahon <
> sippingonesandze...@gmail.com>
> wrote:
>
> > Thanks for the suggestion.
> >
> > 10 rows work for full-Import and Solr count query confirm 10 imported. :)
> >
> > I've tried with debug=false and no improvement on larger number of
> > rows, such as 755000.   I reduced the source side from 1 million rows to
> > just 755000 to test volume; borrowing the idea of "10 rows". :)
> >
> > BTW, is there a place to specify the BatchSize for full-import?
> > full-import doesn't seem to do 20,000 at a time regardless of the
> batchSize
> > specified in JDBC driver.
> >
> > The /dataimport in solrconfig.xml block is
> >
> >     <requestDispatcher>
> >         <httpCaching never304="true" />
> >     </requestDispatcher>
> > *    <requestHandler name="/dataimport" class="solr.DataImportHandler">*
> > *        <lst name="defaults">*
> > *            <str name="config">db-data-config.xml</str>*
> > *        </lst>*
> > *    </requestHandler>*
> >     <requestHandler name="/select" class="solr.SearchHandler">
> >         <lst name="defaults">
> >             <str name="echoParams">explicit</str>
> >             <int name="rows">10</int>
> >         </lst>
> >     </requestHandler>
> >     <requestHandler name="/query" class="solr.SearchHandler">
> >         <lst name="defaults">
> >             <str name="echoParams">explicit</str>
> >             <str name="wt">json</str>
> >             <str name="indent">true</str>
> >         </lst>
> >     </requestHandler>
> >
> >
> > >
> >
>
>
> --
> http://www.needhamsoftware.com (work)
> https://a.co/d/b2sZLD9 (my fantasy fiction book)
>

Reply via email to