[
https://issues.apache.org/jira/browse/SOLR-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13078830#comment-13078830
]
Yonik Seeley commented on SOLR-2694:
------------------------------------
The normal example server uses logging by default, and I can't reproduce this
there.
>From the exampledocs directory, I'm doing
while true; do ./post.sh *xml; done
in two different windows.
One can also see in ContentStreamHandlerBase, a new processor is created for
each request:
UpdateRequestProcessor processor = processorChain.createProcessor(req, rsp);
Is this stock solr?
> LogUpdateProcessor not thread safe
> ----------------------------------
>
> Key: SOLR-2694
> URL: https://issues.apache.org/jira/browse/SOLR-2694
> Project: Solr
> Issue Type: Bug
> Components: update
> Affects Versions: 1.4.1, 3.1, 3.2, 3.3, 4.0
> Reporter: Jan Høydahl
>
> Using the LogUpdateProcessor while feeding in multiple parallell threads does
> not work, as LogUpdateProcessor is not threadsafe.
--
This message is automatically generated by JIRA.
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]