patsonluk commented on PR #1762: URL: https://github.com/apache/solr/pull/1762#issuecomment-1641101321
@noblepaul I think setting the core name does not work as it would not avoid duplicated core on the first coordinator node. I printed out the replica list on failure and it shows: ``` [core_node2:{ "core":".sys.COORDINATOR-COLL-conf_shard1_replica_n1", "leader":"true", "node_name":"127.0.0.1:49656_solr", "base_url":"https://127.0.0.1:49656/solr", "state":"active", "type":"NRT", "force_set_state":"false"}, core_node3:{ "node_name":"127.0.0.1:49656_solr", "base_url":"https://127.0.0.1:49656/solr", "core":".sys.COORDINATOR-COLL-conf_127.0.0.1_49656_solr", "state":"active", "type":"NRT", "force_set_state":"false"}, core_node4:{ "node_name":"127.0.0.1:49647_solr", "base_url":"https://127.0.0.1:49647/solr", "core":".sys.COORDINATOR-COLL-conf_127.0.0.1_49647_solr", "state":"active", "type":"NRT", "force_set_state":"false"}, core_node5:{ "node_name":"127.0.0.1:49650_solr", "base_url":"https://127.0.0.1:49650/solr", "core":".sys.COORDINATOR-COLL-conf_127.0.0.1_49650_solr", "state":"active", "type":"NRT", "force_set_state":"false"}, core_node6:{ "node_name":"127.0.0.1:49653_solr", "base_url":"https://127.0.0.1:49653/solr", "core":".sys.COORDINATOR-COLL-conf_127.0.0.1_49653_solr", "state":"active", "type":"NRT", "force_set_state":"false"}] ``` Any thoughts? 🤔 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org