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:43:00 UTC

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

Ryan Zwiefelhofer created SOLR-12162:
----------------------------------------

             Summary: 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
             Fix For: master (8.0)


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

 

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