Re: Nodes appear twice in state.json

2016-05-10 Thread solr2020
i am able to delete the down/unused cores which does not actually a core but it have an entry in state.json using the DELETEREPLICA API. /admin/collections?action=DELETEREPLICA&collection=collection name&shard=shardname&replica=(dead/unused core name listed in state.json) eg: /admin/collections

Re: Nodes appear twice in state.json

2016-05-10 Thread solr2020
Hi Shalin, How do we edit state.json? Do we have any utility to edit state.json as we have for clusterstate.json? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Nodes-appear-twice-in-state-json-tp4274504p4275791.html Sent from the Solr - User mailing list archive

RE: Nodes appear twice in state.json

2016-05-09 Thread Markus Jelsma
Issue created! https://issues.apache.org/jira/browse/SOLR-9089 -Original message- > From:Shalin Shekhar Mangar > Sent: Thursday 5th May 2016 12:58 > To: solr-user@lucene.apache.org > Subject: Re: Nodes appear twice in state.json > > Hmm not good. Definitely a new b

Re: Nodes appear twice in state.json

2016-05-05 Thread Shalin Shekhar Mangar
Hmm not good. Definitely a new bug. Please open an issue. Please look up the core node name in core.properties for that particular core and remove the other one from state.json manually. Probably best to do a cluster restart to avoid surprises. This is certainly uncharted territory. On Wed, May 4

Nodes appear twice in state.json

2016-05-04 Thread Markus Jelsma
Hi - we've just upgraded a development environment from 5.5 to Solr 6.0. After the upgrade, which went fine, we see two replica's appear twice in the cloud view (see below), both being leader. We've seen this happen before on some older 5.x versions. Is there a Jira issue i am missing? An unknow