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

Thomas Wöckinger commented on SOLR-14820:
-----------------------------------------

The setup consists of three hosts, on each there is zookeeper running using the 
official docker container. The version of zookeeper is 3.5.8.

The Solr nodes are using the official docker container in version 8.6.1

Following curl Request was executed on each host with the same response each 
time:
{code:java}
curl 
"https://localhost:8984/solr/admin/collections?action=ADDREPLICA&collection=FY_XXX&shard=shard1&node=10.133.45.64:8984_solr";

{
  "responseHeader":{
    "status":400,
    "QTime":16},
  "Operation addreplica caused 
exception:":"org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
 At least one of the node(s) specified [10.133.45.64:8984_solr] are not 
currently active in [], no action taken.",
  "exception":{
    "msg":"At least one of the node(s) specified [10.133.45.64:8984_solr] are 
not currently active in [], no action taken.",
    "rspCode":400},
  "error":{
    "metadata":[
      "error-class","org.apache.solr.common.SolrException",
      "root-error-class","org.apache.solr.common.SolrException"],
    "msg":"At least one of the node(s) specified [10.133.45.64:8984_solr] are 
not currently active in [], no action taken.",
    "code":400}}
{code}

> Create replica is broken
> ------------------------
>
>                 Key: SOLR-14820
>                 URL: https://issues.apache.org/jira/browse/SOLR-14820
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: replication (java), Server
>    Affects Versions: 8.6, 8.5.1, 8.5.2, 8.6.1, 8.6.2
>            Reporter: Thomas Wöckinger
>            Priority: Critical
>
> Creating an additional replica for a collection fails because live nodes are 
> not valid



--
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