[jira] [Commented] (SOLR-12162) CorePropertiesLocator Exception message contains a typo when unable to create Solr Core

2018-04-10 Thread Ryan Zwiefelhofer (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433229#comment-16433229
 ] 

Ryan Zwiefelhofer commented on SOLR-12162:
--

[~erickerickson] Thank you! Appreciate it. 

> CorePropertiesLocator Exception message contains a typo when unable to create 
> Solr Core
> ---
>
> Key: SOLR-12162
> URL: https://issues.apache.org/jira/browse/SOLR-12162
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Ryan Zwiefelhofer
>Priority: Trivial
>  Labels: patch, pull-request-available
> Fix For: 7.4, master (8.0)
>
> Attachments: SOLR-12162_corepropertieslocator_typo.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> CorePropertiesLocator has a typo in the SolrException thrown when unable to 
> create a new core. 
> ([https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/CorePropertiesLocator.java#L69)]
> There should be a space before the `as` so that the exception message reads 
> correctly.
> Before:
> {{Could not create a new core in /coredescriptor/instancedirectoryas another 
> core is already defined there}}
>                                                                               
>                                                  ^ no space here
>  
> After:
> {{Could not create a new core in /coredescriptor/instancedirectory as another 
> core is already defined there}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12162) CorePropertiesLocator Exception message contains a typo when unable to create Solr Core

2018-03-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420024#comment-16420024
 ] 

ASF subversion and git services commented on SOLR-12162:


Commit 9935af16a844411a93840f31f82a56f2c80025a0 in lucene-solr's branch 
refs/heads/branch_7x from Erick Erickson
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=9935af1 ]

SOLR-12162: CorePropertiesLocator Exception message contains a typo when unable 
to create Solr Core

(cherry picked from commit e55b7e9)


> CorePropertiesLocator Exception message contains a typo when unable to create 
> Solr Core
> ---
>
> Key: SOLR-12162
> URL: https://issues.apache.org/jira/browse/SOLR-12162
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Ryan Zwiefelhofer
>Priority: Trivial
>  Labels: patch, pull-request-available
> Fix For: master (8.0)
>
> Attachments: SOLR-12162_corepropertieslocator_typo.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> CorePropertiesLocator has a typo in the SolrException thrown when unable to 
> create a new core. 
> ([https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/CorePropertiesLocator.java#L69)]
> There should be a space before the `as` so that the exception message reads 
> correctly.
> Before:
> {{Could not create a new core in /coredescriptor/instancedirectoryas another 
> core is already defined there}}
>                                                                               
>                                                  ^ no space here
>  
> After:
> {{Could not create a new core in /coredescriptor/instancedirectory as another 
> core is already defined there}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12162) CorePropertiesLocator Exception message contains a typo when unable to create Solr Core

2018-03-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420020#comment-16420020
 ] 

ASF subversion and git services commented on SOLR-12162:


Commit e55b7e9911165fdf99682990c743e9bcd6cbd4f9 in lucene-solr's branch 
refs/heads/master from Erick Erickson
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e55b7e9 ]

SOLR-12162: CorePropertiesLocator Exception message contains a typo when unable 
to create Solr Core


> CorePropertiesLocator Exception message contains a typo when unable to create 
> Solr Core
> ---
>
> Key: SOLR-12162
> URL: https://issues.apache.org/jira/browse/SOLR-12162
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Ryan Zwiefelhofer
>Priority: Trivial
>  Labels: patch, pull-request-available
> Fix For: master (8.0)
>
> Attachments: SOLR-12162_corepropertieslocator_typo.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> CorePropertiesLocator has a typo in the SolrException thrown when unable to 
> create a new core. 
> ([https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/CorePropertiesLocator.java#L69)]
> There should be a space before the `as` so that the exception message reads 
> correctly.
> Before:
> {{Could not create a new core in /coredescriptor/instancedirectoryas another 
> core is already defined there}}
>                                                                               
>                                                  ^ no space here
>  
> After:
> {{Could not create a new core in /coredescriptor/instancedirectory as another 
> core is already defined there}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12162) CorePropertiesLocator Exception message contains a typo when unable to create Solr Core

2018-03-29 Thread Ryan Zwiefelhofer (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16419340#comment-16419340
 ] 

Ryan Zwiefelhofer commented on SOLR-12162:
--

Created a Pull Request here, https://github.com/apache/lucene-solr/pull/346

> CorePropertiesLocator Exception message contains a typo when unable to create 
> Solr Core
> ---
>
> Key: SOLR-12162
> URL: https://issues.apache.org/jira/browse/SOLR-12162
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Ryan Zwiefelhofer
>Priority: Trivial
> Fix For: master (8.0)
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> CorePropertiesLocator has a typo in the SolrException thrown when unable to 
> create a new core. 
> ([https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/core/CorePropertiesLocator.java#L69)]
> There should be a space before the `as` so that the exception message reads 
> correctly.
> Before:
> {{Could not create a new core in /coredescriptor/instancedirectoryas another 
> core is already defined there}}
>                                                                               
>                                                  ^ no space here
>  
> After:
> {{Could not create a new core in /coredescriptor/instancedirectory as another 
> core is already defined there}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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