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] [Closed] (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 closed SOLR-4740.
-----------------------------------

> 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