alexey created SOLR-5589:
----------------------------

             Summary: Disabled replication in config is ignored
                 Key: SOLR-5589
                 URL: https://issues.apache.org/jira/browse/SOLR-5589
             Project: Solr
          Issue Type: Bug
          Components: replication (java)
    Affects Versions: 4.5
            Reporter: alexey
             Fix For: 4.6


When replication on master node is explicitly disabled in config, it is still 
enabled after start. This is because when both master and slave configurations 
are written with enabled=false, replication handler considers this node is a 
master and enables it. With proposed patch handler will consider this as master 
node but will disable replication on startup if it is disabled in config 
(equivalent to disablereplication command).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to