[
https://issues.apache.org/jira/browse/SOLR-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257600#comment-13257600
]
Patrick Sauts commented on SOLR-2755:
-------------------------------------
Excellent news, thank you.
Another thing was also when heavily accessed, I mean 60 threads sending docs to
the StreamingUpdateSolrServer, I experienced hangs and even freeze with the
StreamingUpdateSolrServer.
That's why in our configuration I needed also a buffer before the BlockingQueue
(wich appeared to be the cause of the problem).
> StreamingUpdateSolrServer is hard-coded to write XML data. It should
> integrate the RequestWriter API so that it can be used to send binary update
> payloads.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: SOLR-2755
> URL: https://issues.apache.org/jira/browse/SOLR-2755
> Project: Solr
> Issue Type: Bug
> Components: clients - java
> Affects Versions: 3.3
> Reporter: Patrick Sauts
> Assignee: Sami Siren
> Labels: patch
> Attachments: patch-StreamingUpdateSolrServer.txt
>
>
> The aim of this patch is to use the RequestWriter API with
> StreamingUpdateSolrServer.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]