[jira] [Updated] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-11 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-5310:
-

Attachment: SOLR-5310.patch

 Add a collection admin command to remove a replica
 --

 Key: SOLR-5310
 URL: https://issues.apache.org/jira/browse/SOLR-5310
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud
Reporter: Noble Paul
Assignee: Noble Paul
 Attachments: SOLR-5310.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 the only way a replica can removed is by unloading the core .There is no way 
 to remove a replica that is down . So, the clusterstate will have 
 unreferenced nodes if a few nodes go down over time
 We need a cluster admin command to clean that up
 e.g: 
 /admin/collections?action=DELETEREPLICAcollection=coll1shard=shard1replica=core_node3
 The system would first see if the replica is active. If yes , a core UNLOAD 
 command is fired , which would take care of deleting the replica from the 
 clusterstate as well
 if the state is inactive, then the core or node may be down , in that case 
 the entry is removed from cluster state  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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



[jira] [Updated] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-11 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-5310:
-

Attachment: SOLR-5310-1.patch

The testcases still fail occassionally

 Add a collection admin command to remove a replica
 --

 Key: SOLR-5310
 URL: https://issues.apache.org/jira/browse/SOLR-5310
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud
Reporter: Noble Paul
Assignee: Noble Paul
 Attachments: SOLR-5310-1.patch, SOLR-5310.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 the only way a replica can removed is by unloading the core .There is no way 
 to remove a replica that is down . So, the clusterstate will have 
 unreferenced nodes if a few nodes go down over time
 We need a cluster admin command to clean that up
 e.g: 
 /admin/collections?action=DELETEREPLICAcollection=coll1shard=shard1replica=core_node3
 The system would first see if the replica is active. If yes , a core UNLOAD 
 command is fired , which would take care of deleting the replica from the 
 clusterstate as well
 if the state is inactive, then the core or node may be down , in that case 
 the entry is removed from cluster state  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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



[jira] [Updated] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-11 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-5310:
-

Attachment: (was: SOLR-5310-1.patch)

 Add a collection admin command to remove a replica
 --

 Key: SOLR-5310
 URL: https://issues.apache.org/jira/browse/SOLR-5310
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud
Reporter: Noble Paul
Assignee: Noble Paul
 Attachments: SOLR-5310.patch, SOLR-5310.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 the only way a replica can removed is by unloading the core .There is no way 
 to remove a replica that is down . So, the clusterstate will have 
 unreferenced nodes if a few nodes go down over time
 We need a cluster admin command to clean that up
 e.g: 
 /admin/collections?action=DELETEREPLICAcollection=coll1shard=shard1replica=core_node3
 The system would first see if the replica is active. If yes , a core UNLOAD 
 command is fired , which would take care of deleting the replica from the 
 clusterstate as well
 if the state is inactive, then the core or node may be down , in that case 
 the entry is removed from cluster state  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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



[jira] [Updated] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-11 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-5310:
-

Attachment: SOLR-5310.patch

 Add a collection admin command to remove a replica
 --

 Key: SOLR-5310
 URL: https://issues.apache.org/jira/browse/SOLR-5310
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud
Reporter: Noble Paul
Assignee: Noble Paul
 Attachments: SOLR-5310.patch, SOLR-5310.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 the only way a replica can removed is by unloading the core .There is no way 
 to remove a replica that is down . So, the clusterstate will have 
 unreferenced nodes if a few nodes go down over time
 We need a cluster admin command to clean that up
 e.g: 
 /admin/collections?action=DELETEREPLICAcollection=coll1shard=shard1replica=core_node3
 The system would first see if the replica is active. If yes , a core UNLOAD 
 command is fired , which would take care of deleting the replica from the 
 clusterstate as well
 if the state is inactive, then the core or node may be down , in that case 
 the entry is removed from cluster state  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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



[jira] [Updated] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-09 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-5310:
-

Description: 
the only way a replica can removed is by unloading the core .There is no way to 
remove a replica that is down . So, the clusterstate will have unreferenced 
nodes if a few nodes go down over time

We need a cluster admin command to clean that up

e.g: 
/admin/collections?action=DELETEREPLICAcollection=coll1shard=shard1replica=core_node3


The system would first see if the replica is active. If yes , a core UNLOAD 
command is fired , which would take care of deleting the replica from the 
clusterstate as well

if the state is inactive, then the core or node may be down , in that case the 
entry is removed from cluster state  


  was:
the only way a replica can removed is by unloading the core .There is no way to 
remove a replica that is down . So, the clusterstate will have unreferenced 
nodes if a few nodes go down over time

We need a cluster admin command to clean that up

e.g: 
/admin/collections?action=REMOVEREPLICAcollection=coll1shard=shard1replica=core_node3






 Add a collection admin command to remove a replica
 --

 Key: SOLR-5310
 URL: https://issues.apache.org/jira/browse/SOLR-5310
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud
Reporter: Noble Paul
Assignee: Noble Paul
   Original Estimate: 72h
  Remaining Estimate: 72h

 the only way a replica can removed is by unloading the core .There is no way 
 to remove a replica that is down . So, the clusterstate will have 
 unreferenced nodes if a few nodes go down over time
 We need a cluster admin command to clean that up
 e.g: 
 /admin/collections?action=DELETEREPLICAcollection=coll1shard=shard1replica=core_node3
 The system would first see if the replica is active. If yes , a core UNLOAD 
 command is fired , which would take care of deleting the replica from the 
 clusterstate as well
 if the state is inactive, then the core or node may be down , in that case 
 the entry is removed from cluster state  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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



[jira] [Updated] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-08 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-5310:
-

Description: 
the only way a replica can removed is by unloading the core .There is no way to 
remove a replica that is down . So, the clusterstate will have unreferenced 
nodes if a few nodes go down over time

We need a cluster admin command to clean that up

e.g: 
/admin/collections?action=REMOVEREPLICAcollection=coll1shard=shard1replica=core_node3





  was:
the only way a replica can removed is by unloading the core .There is no way to 
remove a replica that is down . So, the clusterstate will have unreferenced 
nodes if a few nodes go down over time

We need a cluster admin command to clean that up

e.g: 
/admin/collections?action=REMOVEREPLICAcollection=coll1shard=shard1replica=core_node3





 Add a collection admin command to remove a replica
 --

 Key: SOLR-5310
 URL: https://issues.apache.org/jira/browse/SOLR-5310
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud
Reporter: Noble Paul
Assignee: Noble Paul
   Original Estimate: 72h
  Remaining Estimate: 72h

 the only way a replica can removed is by unloading the core .There is no way 
 to remove a replica that is down . So, the clusterstate will have 
 unreferenced nodes if a few nodes go down over time
 We need a cluster admin command to clean that up
 e.g: 
 /admin/collections?action=REMOVEREPLICAcollection=coll1shard=shard1replica=core_node3



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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



[jira] [Updated] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-08 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-5310:
-

Description: 
the only way a replica can removed is by unloading the core .There is no way to 
remove a replica that is down . So, the clusterstate will have unreferenced 
nodes if a few nodes go down over time

We need a cluster admin command to clean that up

e.g: 
/admin/collections?action=REMOVEREPLICAcollection=coll1shard=shard1replica=core_node3




  was:
the only way a replica can removed is by unloading the core .There is no way to 
remove a replica that is down . So, the clusterstate will have unreferenced 
nodes if a few nodes go down over time

We need a cluster admin command to clean that up

e.g: 
/admin/collections?action=REMOVENODEcollection=coll1shard=shard1replica=core_node3





 Add a collection admin command to remove a replica
 --

 Key: SOLR-5310
 URL: https://issues.apache.org/jira/browse/SOLR-5310
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud
Reporter: Noble Paul
Assignee: Noble Paul
   Original Estimate: 72h
  Remaining Estimate: 72h

 the only way a replica can removed is by unloading the core .There is no way 
 to remove a replica that is down . So, the clusterstate will have 
 unreferenced nodes if a few nodes go down over time
 We need a cluster admin command to clean that up
 e.g: 
 /admin/collections?action=REMOVEREPLICAcollection=coll1shard=shard1replica=core_node3



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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