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

Mike Drob commented on SOLR-12823:
----------------------------------

There appear to be a couple more reproducing failing tests... Added a few more 
AwaitsFix. Looks like I didn't do a great job of verifying things.

{noformat}
gradlew :solr:solrj:test --tests "TestCloudSolrClientConnections" 
-Ptests.seed=6D2E28EEF10CB2FC -Ptests.file.encoding=UTF-8
gradlew :solr:solrj:test --tests "CloudHttp2SolrClientTest" 
-Ptests.seed=6D2E28EEF10CB2FC -Ptests.file.encoding=UTF-8
gradlew :solr:solrj:test --tests "CloudSolrClientTest" 
-Ptests.seed=6D2E28EEF10CB2FC -Ptests.file.encoding=UTF-8
{noformat}

All fails because we don't give a good error message anymore (removed from 
ZkStateReader.createClusterStateWatchersAndUpdate).

> remove clusterstate.json in Lucene/Solr 9.0
> -------------------------------------------
>
>                 Key: SOLR-12823
>                 URL: https://issues.apache.org/jira/browse/SOLR-12823
>             Project: Solr
>          Issue Type: Task
>            Reporter: Varun Thacker
>            Assignee: Mike Drob
>            Priority: Major
>             Fix For: master (9.0)
>
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> clusterstate.json is an artifact of a pre 5.0 Solr release. We should remove 
> that in 9.0
> It stays empty unless you explicitly ask to create the collection with the 
> old "stateFormat" and there is no reason for one to create a collection with 
> the old stateFormat.
> We should also remove the "stateFormat" argument in create collection
> We should also remove MIGRATESTATEVERSION as well
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to