On 12/21/2016 11:15 PM, 苗海泉 wrote:
> I use the solr is 6.0 version, the solrj is 6.0 version, using
> SolrCloud mode deployment, in my code did not make an explicit commit,
> configure the autoCommit and softAutoCommit, using the
> ConcurrentUpdateSolrClient class.
>
> When we send 100 million data
Hmmm, when you say "When we send 100 million data", _how_ are you
sending it? All at once? And is the read timeout on the client or in
the server logs?
What I suspect is happening is that Solr is too busy to promptly read
the entire packet you're sending. This could be due to several things:
- you
I use the solr is 6.0 version, the solrj is 6.0 version, using
SolrCloud mode deployment, in my code did not make an explicit commit,
configure the autoCommit and softAutoCommit, using the
ConcurrentUpdateSolrClient class.
When we send 100 million data, often read timeout exception occurred
in thi