You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ryuuichi Kumai (JIRA)" <ji...@apache.org> on 2009/01/26 15:52:00 UTC

[jira] Updated: (SOLR-985) TemplateString is not thread-safe

     [ https://issues.apache.org/jira/browse/SOLR-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryuuichi Kumai updated SOLR-985:
--------------------------------

    Attachment: SOLR-985.patch

> TemplateString is not thread-safe
> ---------------------------------
>
>                 Key: SOLR-985
>                 URL: https://issues.apache.org/jira/browse/SOLR-985
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Ryuuichi Kumai
>         Attachments: SOLR-985.patch
>
>
> TemplateString is not thread-safe but it is being used concurrently by many cores due to the static instance.
> Currently TemplateString#cache is not synchronized, and static instance of TemplateString is used by VariableResolverImpl#replaceTokens().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.