You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan Zwiefelhofer (JIRA)" <ji...@apache.org> on 2018/03/29 16:49:00 UTC

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

    [ https://issues.apache.org/jira/browse/SOLR-12162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org