[jira] [Updated] (SOLR-5547) SolrJ Create Alias Incorrect/Failing

2013-12-28 Thread Mark Miller (JIRA)

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

Mark Miller updated SOLR-5547:
--

Fix Version/s: 4.6.1

 SolrJ Create Alias Incorrect/Failing
 

 Key: SOLR-5547
 URL: https://issues.apache.org/jira/browse/SOLR-5547
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 4.6
Reporter: Aaron Schram
Assignee: Mark Miller
  Labels: java, solrclient
 Fix For: 5.0, 4.7, 4.6.1

 Attachments: SOLR-5547.patch


 Creating a collection alias using SolrJ sets the alias name and the 
 collections to alias to the same value.  Line 200 of 
 CollectionAdminRequest.java should likely read params.set( collections, 
 aliasedCollections);



--
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] [Updated] (SOLR-5547) SolrJ Create Alias Incorrect/Failing

2013-12-12 Thread Mark Miller (JIRA)

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

Mark Miller updated SOLR-5547:
--

 Priority: Major  (was: Critical)
Fix Version/s: 4.7
   5.0
 Assignee: Mark Miller

 SolrJ Create Alias Incorrect/Failing
 

 Key: SOLR-5547
 URL: https://issues.apache.org/jira/browse/SOLR-5547
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 4.6
Reporter: Aaron Schram
Assignee: Mark Miller
  Labels: java, solrclient
 Fix For: 5.0, 4.7


 Creating a collection alias using SolrJ sets the alias name and the 
 collections to alias to the same value.  Line 200 of 
 CollectionAdminRequest.java should likely read params.set( collections, 
 aliasedCollections);



--
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] [Updated] (SOLR-5547) SolrJ Create Alias Incorrect/Failing

2013-12-12 Thread Mark Miller (JIRA)

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

Mark Miller updated SOLR-5547:
--

Attachment: SOLR-5547.patch

You can work around this my simply using raw solrj apis to set the params 
yourself, so lowering this priority from critical.

Here is a patch with additional testing.

 SolrJ Create Alias Incorrect/Failing
 

 Key: SOLR-5547
 URL: https://issues.apache.org/jira/browse/SOLR-5547
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 4.6
Reporter: Aaron Schram
Assignee: Mark Miller
  Labels: java, solrclient
 Fix For: 5.0, 4.7

 Attachments: SOLR-5547.patch


 Creating a collection alias using SolrJ sets the alias name and the 
 collections to alias to the same value.  Line 200 of 
 CollectionAdminRequest.java should likely read params.set( collections, 
 aliasedCollections);



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