Re: Odd error with Solr 8 log / ingestion

2019-06-06 Thread Kevin Risden
Do you see a message about idle timeout? There is a jetty bug with HTTP/2 and idle timeout that causes some stream closing. The jira below says test error, but I'm pretty sure it could come up in real usage. * https://issues.apache.org/jira/browse/SOLR-13413 *

Re: Odd error with Solr 8 log / ingestion

2019-06-06 Thread Erick Erickson
Probably your packet size is too big for the Solr<->Solr default settings. Quick test would be to try sending 10 docs per packet, then 100, then 1,000 etc. There’s not much to be gained efficiency-wise once you get past 100 docs/shard, see:

Odd error with Solr 8 log / ingestion

2019-06-06 Thread Erie Data Systems
Hello everyone, I recently setup Solr 8 in SolrCloud mode, previously I was using standalone mode and was able to easily push 10,000 records in per HTTP call wit autocommit. Ingestion occurs when server A pushes (HTTPS) payload to server B (SolrCloud) on LAN network. However, once converted to