[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2014-08-18 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100746#comment-14100746
 ] 

Mark Miller commented on SOLR-5525:
---

This issue seems to have added interesting things only to 4x and not 5x - like 
a zkstatereader in ClusterState and I see an external param in a map. Did this 
bring in some stuff it shoud not have to the 4x branch??

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2014-08-18 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100772#comment-14100772
 ] 

Mark Miller commented on SOLR-5525:
---

bq.  I just wanted people to realize what is removed

You can see that in the patch whether you comment something out or not.

Anyway, this issue seems pretty messy and put in all kinds of stuff beyond 
deprecate ClusterState#getCollectionStates(). Somehow it has made 4x and 5x 
out of whack on a bunch of stuff. Seems 4x has a variety of leakage from the 
split clusterstate.json issue. I'm just syncing up the classes that are giving 
me trouble with their 5x versions.

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2014-08-18 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100808#comment-14100808
 ] 

Mark Miller commented on SOLR-5525:
---

Commit 1618655 from Mark Miller in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1618655 ]
SOLR-5656: Add autoAddReplicas feature for shared file systems.

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13855569#comment-13855569
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1553095 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1553095 ]

SOLR-5525 use hasCollection()

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13855570#comment-13855570
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1553096 from [~noble.paul] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1553096 ]

SOLR-5525 use hasCollection()

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13843070#comment-13843070
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1549552 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1549552 ]

SOLR-5525

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13843074#comment-13843074
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1549554 from [~noble.paul] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1549554 ]

SOLR-5525

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13843217#comment-13843217
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1549591 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1549591 ]

SOLR-5525

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13843220#comment-13843220
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1549592 from [~noble.paul] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1549592 ]

SOLR-5525

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13841227#comment-13841227
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1548503 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1548503 ]

SOLR-5525

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
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] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13841232#comment-13841232
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1548505 from [~noble.paul] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1548505 ]

SOLR-5525

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
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] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-06 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13841340#comment-13841340
 ] 

Mark Miller commented on SOLR-5525:
---

It looks like you commented a bunch of stuff out - that's just messy, why not 
remove it?

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
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] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-06 Thread Noble Paul (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13841342#comment-13841342
 ] 

Noble Paul commented on SOLR-5525:
--

It will be removed in the next commit. I just wanted people to realize what is 
removed

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
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] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13838132#comment-13838132
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1547565 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1547565 ]

SOLR-5525

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



--
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] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2013-12-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13838134#comment-13838134
 ] 

ASF subversion and git services commented on SOLR-5525:
---

Commit 1547569 from [~noble.paul] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1547569 ]

SOLR-5525

 deprecate ClusterState#getCollectionStates() 
 -

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


 This is a very expensive call if there are are large no:of collections. 
 Mostly, it is used to check if a collection exists



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