milesli created SOLR-4740:
-----------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]

Reply via email to