[
https://issues.apache.org/jira/browse/BLUR-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462347#comment-13462347
]
Aaron McCurry commented on BLUR-25:
-----------------------------------
I think that I would prefer that we validate that the BlurConfiguration not be
null in the BlurShardServer init() method so that it's required to be set.
So maybe something like:
if (_configuration == null) {
throw new NullPointerException("Blur configuration not set");
}
What do you think?
> Allow MiniCluster to use configurable cluster names
> ---------------------------------------------------
>
> Key: BLUR-25
> URL: https://issues.apache.org/jira/browse/BLUR-25
> Project: Apache Blur
> Issue Type: Bug
> Reporter: Tim Williams
> Assignee: Tim Williams
>
--
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