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 "Yonik Seeley (JIRA)" <ji...@apache.org> on 2008/12/17 18:15:44 UTC

[jira] Created: (SOLR-927) remove synchronization from lazy loaded handlers

remove synchronization from lazy loaded handlers
------------------------------------------------

                 Key: SOLR-927
                 URL: https://issues.apache.org/jira/browse/SOLR-927
             Project: Solr
          Issue Type: Improvement
            Reporter: Yonik Seeley
            Priority: Trivial
         Attachments: SOLR-927.patch

A synchronized method is called to get the wrapped handler - this can be changed to a volatile.

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


[jira] Resolved: (SOLR-927) remove synchronization from lazy loaded handlers

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley resolved SOLR-927.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

committed.

> remove synchronization from lazy loaded handlers
> ------------------------------------------------
>
>                 Key: SOLR-927
>                 URL: https://issues.apache.org/jira/browse/SOLR-927
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-927.patch
>
>
> A synchronized method is called to get the wrapped handler - this can be changed to a volatile.

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


[jira] Updated: (SOLR-927) remove synchronization from lazy loaded handlers

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated SOLR-927:
------------------------------

    Attachment: SOLR-927.patch

> remove synchronization from lazy loaded handlers
> ------------------------------------------------
>
>                 Key: SOLR-927
>                 URL: https://issues.apache.org/jira/browse/SOLR-927
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Priority: Trivial
>         Attachments: SOLR-927.patch
>
>
> A synchronized method is called to get the wrapped handler - this can be changed to a volatile.

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