[jira] [Commented] (SOLR-4140) Collection API: CloudSolrServer cannot be used to create collection without referencing an existing collection

2012-12-13 Thread Per Steffensen (JIRA)

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

Per Steffensen commented on SOLR-4140:
--

I verified the changes on branch_4x and it seems to be good. Assuming you did 
the same changes to trunk. Closing the ticket.

bq. I skipped playing a video game to get this patch merged up to trunk

:-)

 Collection API: CloudSolrServer cannot be used to create collection without 
 referencing an existing collection
 --

 Key: SOLR-4140
 URL: https://issues.apache.org/jira/browse/SOLR-4140
 Project: Solr
  Issue Type: Bug
  Components: multicore, SolrCloud
Affects Versions: 4.0
Reporter: Per Steffensen
Assignee: Mark Miller
Priority: Minor
  Labels: collection-api, multicore
 Fix For: 4.1, 5.0

 Attachments: SOLR-4140_trunk.patch


 CloudSolrServer needs an existing collection to be able to forward requests. 
 For some requests it is not logical that you ned to have or reference an 
 existing collection. E.g. if you want to use CloudSolrServer to create a 
 collection - especially:
 * If you have no collections already and want to create your first collection
 * If you like to create your CloudSolrServer once and for all, and want to 
 set default-collection on it to point to your favorite collection, but also 
 use this CloudSolrServer to create this favorite collection
 Yes, HttpSolrServer can be used, but
 * Some of us like to use CloudSolrServer for everything
 * Using HttpSolrServer you need to check youself which nodes are running, in 
 order to send the create-request to one of them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-4140) Collection API: CloudSolrServer cannot be used to create collection without referencing an existing collection

2012-12-12 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-4140:
---

I skipped playing a video game to get this patch merged up to trunk :) I'm very 
happy to have patches that are targeted and include good tests - those are much 
faster/easier to commit without taking much time or thinking too hard. Looks 
like tests are passing after my merge up - I'll commit shortly.

 Collection API: CloudSolrServer cannot be used to create collection without 
 referencing an existing collection
 --

 Key: SOLR-4140
 URL: https://issues.apache.org/jira/browse/SOLR-4140
 Project: Solr
  Issue Type: Bug
  Components: multicore, SolrCloud
Affects Versions: 4.0
Reporter: Per Steffensen
Assignee: Per Steffensen
Priority: Minor
  Labels: collection-api, multicore
 Attachments: SOLR-4140_trunk.patch


 CloudSolrServer needs an existing collection to be able to forward requests. 
 For some requests it is not logical that you ned to have or reference an 
 existing collection. E.g. if you want to use CloudSolrServer to create a 
 collection - especially:
 * If you have no collections already and want to create your first collection
 * If you like to create your CloudSolrServer once and for all, and want to 
 set default-collection on it to point to your favorite collection, but also 
 use this CloudSolrServer to create this favorite collection
 Yes, HttpSolrServer can be used, but
 * Some of us like to use CloudSolrServer for everything
 * Using HttpSolrServer you need to check youself which nodes are running, in 
 order to send the create-request to one of them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-4140) Collection API: CloudSolrServer cannot be used to create collection without referencing an existing collection

2012-12-12 Thread Commit Tag Bot (JIRA)

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

Commit Tag Bot commented on SOLR-4140:
--

[trunk commit] Mark Robert Miller
http://svn.apache.org/viewvc?view=revisionrevision=1421071

SOLR-4140: Allow access to the collections API through CloudSolrServer without 
referencing an existing collection. 


 Collection API: CloudSolrServer cannot be used to create collection without 
 referencing an existing collection
 --

 Key: SOLR-4140
 URL: https://issues.apache.org/jira/browse/SOLR-4140
 Project: Solr
  Issue Type: Bug
  Components: multicore, SolrCloud
Affects Versions: 4.0
Reporter: Per Steffensen
Assignee: Mark Miller
Priority: Minor
  Labels: collection-api, multicore
 Fix For: 4.1, 5.0

 Attachments: SOLR-4140_trunk.patch


 CloudSolrServer needs an existing collection to be able to forward requests. 
 For some requests it is not logical that you ned to have or reference an 
 existing collection. E.g. if you want to use CloudSolrServer to create a 
 collection - especially:
 * If you have no collections already and want to create your first collection
 * If you like to create your CloudSolrServer once and for all, and want to 
 set default-collection on it to point to your favorite collection, but also 
 use this CloudSolrServer to create this favorite collection
 Yes, HttpSolrServer can be used, but
 * Some of us like to use CloudSolrServer for everything
 * Using HttpSolrServer you need to check youself which nodes are running, in 
 order to send the create-request to one of them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-4140) Collection API: CloudSolrServer cannot be used to create collection without referencing an existing collection

2012-12-12 Thread Commit Tag Bot (JIRA)

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

Commit Tag Bot commented on SOLR-4140:
--

[branch_4x commit] Mark Robert Miller
http://svn.apache.org/viewvc?view=revisionrevision=1421072

SOLR-4140: Allow access to the collections API through CloudSolrServer without 
referencing an existing collection. 


 Collection API: CloudSolrServer cannot be used to create collection without 
 referencing an existing collection
 --

 Key: SOLR-4140
 URL: https://issues.apache.org/jira/browse/SOLR-4140
 Project: Solr
  Issue Type: Bug
  Components: multicore, SolrCloud
Affects Versions: 4.0
Reporter: Per Steffensen
Assignee: Mark Miller
Priority: Minor
  Labels: collection-api, multicore
 Fix For: 4.1, 5.0

 Attachments: SOLR-4140_trunk.patch


 CloudSolrServer needs an existing collection to be able to forward requests. 
 For some requests it is not logical that you ned to have or reference an 
 existing collection. E.g. if you want to use CloudSolrServer to create a 
 collection - especially:
 * If you have no collections already and want to create your first collection
 * If you like to create your CloudSolrServer once and for all, and want to 
 set default-collection on it to point to your favorite collection, but also 
 use this CloudSolrServer to create this favorite collection
 Yes, HttpSolrServer can be used, but
 * Some of us like to use CloudSolrServer for everything
 * Using HttpSolrServer you need to check youself which nodes are running, in 
 order to send the create-request to one of them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-4140) Collection API: CloudSolrServer cannot be used to create collection with referencing an existing collection

2012-12-04 Thread Per Steffensen (JIRA)

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

Per Steffensen commented on SOLR-4140:
--

SOLR-3425 is certainly related, but if there are parts in it that are not 
solved with SOLR-4140, I am not sure. I posted a comment to SOLR-3425, 
describing this and that, and basically asking for a new evaluation of whether 
SOLR-3425 is still relevant (or can be closed) after SOLR-4140

 Collection API: CloudSolrServer cannot be used to create collection with 
 referencing an existing collection
 ---

 Key: SOLR-4140
 URL: https://issues.apache.org/jira/browse/SOLR-4140
 Project: Solr
  Issue Type: Bug
  Components: multicore, SolrCloud
Affects Versions: 4.0
Reporter: Per Steffensen
Assignee: Per Steffensen
Priority: Minor
  Labels: collection-api, multicore
 Attachments: SOLR-4140_trunk.patch


 CloudSolrServer needs an existing collection to be able to forward requests. 
 For some requests it is not logical that you ned to have or reference an 
 existing collection. E.g. if you want to use CloudSolrServer to create a 
 collection - especially:
 * If you have no collections already and want to create your first collection
 * If you like to create your CloudSolrServer once and for all, and want to 
 set default-collection on it to point to your favorite collection, but also 
 use this CloudSolrServer to create this favorite collection
 Yes, HttpSolrServer can be used, but
 * Some of us like to use CloudSolrServer for everything
 * Using HttpSolrServer you need to check youself which nodes are running, in 
 order to send the create-request to one of them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-4140) Collection API: CloudSolrServer cannot be used to create collection with referencing an existing collection

2012-12-03 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-4140:
---

It think this duplicates or overlaps with an existing issue (which has no patch 
if I remember right, so this can supersede).

I'll try and find it and link it to this issue later today.

 Collection API: CloudSolrServer cannot be used to create collection with 
 referencing an existing collection
 ---

 Key: SOLR-4140
 URL: https://issues.apache.org/jira/browse/SOLR-4140
 Project: Solr
  Issue Type: Bug
  Components: multicore, SolrCloud
Affects Versions: 4.0
Reporter: Per Steffensen
Assignee: Per Steffensen
Priority: Minor
  Labels: collection-api, multicore
 Attachments: SOLR-4140_trunk.patch


 CloudSolrServer needs an existing collection to be able to forward requests. 
 For some requests it is not logical that you ned to have or reference an 
 existing collection. E.g. if you want to use CloudSolrServer to create a 
 collection - especially:
 * If you have no collections already and want to create your first collection
 * If you like to create your CloudSolrServer once and for all, and want to 
 set default-collection on it to point to your favorite collection, but also 
 use this CloudSolrServer to create this favorite collection
 Yes, HttpSolrServer can be used, but
 * Some of us like to use CloudSolrServer for everything
 * Using HttpSolrServer you need to check youself which nodes are running, in 
 order to send the create-request to one of them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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



[jira] [Commented] (SOLR-4140) Collection API: CloudSolrServer cannot be used to create collection with referencing an existing collection

2012-12-03 Thread Mark Miller (JIRA)

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

Mark Miller commented on SOLR-4140:
---

On first glance, I think SOLR-3425 is the one this is related to.

 Collection API: CloudSolrServer cannot be used to create collection with 
 referencing an existing collection
 ---

 Key: SOLR-4140
 URL: https://issues.apache.org/jira/browse/SOLR-4140
 Project: Solr
  Issue Type: Bug
  Components: multicore, SolrCloud
Affects Versions: 4.0
Reporter: Per Steffensen
Assignee: Per Steffensen
Priority: Minor
  Labels: collection-api, multicore
 Attachments: SOLR-4140_trunk.patch


 CloudSolrServer needs an existing collection to be able to forward requests. 
 For some requests it is not logical that you ned to have or reference an 
 existing collection. E.g. if you want to use CloudSolrServer to create a 
 collection - especially:
 * If you have no collections already and want to create your first collection
 * If you like to create your CloudSolrServer once and for all, and want to 
 set default-collection on it to point to your favorite collection, but also 
 use this CloudSolrServer to create this favorite collection
 Yes, HttpSolrServer can be used, but
 * Some of us like to use CloudSolrServer for everything
 * Using HttpSolrServer you need to check youself which nodes are running, in 
 order to send the create-request to one of them

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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