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

Shalin Shekhar Mangar resolved SOLR-6754.
-----------------------------------------
    Resolution: Fixed

> ZkController.publish doesn't use the updateLastState parameter
> --------------------------------------------------------------
>
>                 Key: SOLR-6754
>                 URL: https://issues.apache.org/jira/browse/SOLR-6754
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 4.10.2
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>             Fix For: 5.0, Trunk
>
>         Attachments: SOLR-6754.patch
>
>
> One of ZkController's overloaded publish method has the following:
> {code}
> public void publish(final CoreDescriptor cd, final String state, boolean 
> updateLastState) throws KeeperException, InterruptedException {
>     publish(cd, state, true, false);
>   }
> {code}
> Regardless of the updateLastState argument, the method calls publish with 
> updateLastState set to true.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to