You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2018/01/10 21:26:00 UTC

[jira] [Resolved] (SOLR-4740) we should protect aliases with volatile in ZkStateReader

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

Cassandra Targett resolved SOLR-4740.
-------------------------------------
    Resolution: Won't Fix

It's really unclear what this is referring to, making it nearly impossible anyone will act on it. I checked the "old code" referenced above and it no longer exists (if it ever did) in Solr's code, so without a more detailed use case or example it's not clear what should happen today.

> we should protect aliases with volatile in ZkStateReader
> --------------------------------------------------------
>
>                 Key: SOLR-4740
>                 URL: https://issues.apache.org/jira/browse/SOLR-4740
>             Project: Solr
>          Issue Type: Bug
>            Reporter: milesli
>
> old code 
>   private Aliases aliases = new Aliases();
> new code
>   private volatile Aliases aliases = new Aliases();



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org