[jira] [Commented] (SOLR-11869) Remote streaming UpdateRequestProcessor

2018-01-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330991#comment-16330991 ] David Smiley commented on SOLR-11869: - I agree with Erick's sentiments -- generally not a good idea.

[jira] [Commented] (SOLR-11869) Remote streaming UpdateRequestProcessor

2018-01-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330877#comment-16330877 ] Erick Erickson commented on SOLR-11869: --- Just skimmed your first post. At a bit higher level, if

Re: [jira] [Commented] (SOLR-11869) Remote streaming UpdateRequestProcessor

2018-01-18 Thread David Smiley
Erick, any reason you didn't post this as a comment to JIRA? On Thu, Jan 18, 2018 at 10:58 AM Erick Erickson wrote: > Dirk: > > Just skimmed your first post. At a bit higher level, if you're running > Tika on the Solr server, that usually doesn't scale well for two >

Re: [jira] [Commented] (SOLR-11869) Remote streaming UpdateRequestProcessor

2018-01-18 Thread Erick Erickson
Dirk: Just skimmed your first post. At a bit higher level, if you're running Tika on the Solr server, that usually doesn't scale well for two reasons 1> it puts a lot of CPU intensive work on the Solr box 2> Tika sometimes hits OOMs, loops and the like. It has to deal with a _ton_ of wonky

[jira] [Commented] (SOLR-11869) Remote streaming UpdateRequestProcessor

2018-01-18 Thread Dirk Rudolph (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330553#comment-16330553 ] Dirk Rudolph commented on SOLR-11869: - I see. So I will start without taking care of the document

[jira] [Commented] (SOLR-11869) Remote streaming UpdateRequestProcessor

2018-01-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330528#comment-16330528 ] David Smiley commented on SOLR-11869: - If you wish to propose that Solr FieldType.createField and

[jira] [Commented] (SOLR-11869) Remote streaming UpdateRequestProcessor

2018-01-18 Thread Dirk Rudolph (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16330492#comment-16330492 ] Dirk Rudolph commented on SOLR-11869: - Basically its easy to implement that kind of