[ 
https://issues.apache.org/jira/browse/SOLR-6754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222854#comment-14222854
 ] 

ASF subversion and git services commented on SOLR-6754:
-------------------------------------------------------

Commit 1641354 from [email protected] in branch 'dev/trunk'
[ https://svn.apache.org/r1641354 ]

SOLR-6754: ZkController.publish doesn't use the updateLastState parameter

> 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