You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/08/23 07:34:00 UTC

[jira] [Commented] (IGNITE-8911) While cache is restarting it's possible to start new cache with this name

    [ https://issues.apache.org/jira/browse/IGNITE-8911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16589840#comment-16589840 ] 

Alexey Goncharuk commented on IGNITE-8911:
------------------------------------------

[~EdShangGG], please fix the code style:
1) catch block should be started from a new line
2) Misaligned identation of method arguments (8 instead of 4) (looks like IDE refactoring did this)
3) Missing javadoc for new field and methods in IgniteCacheRestartingException

> While cache is restarting it's possible to start new cache with this name
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-8911
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8911
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Eduard Shangareev
>            Assignee: Eduard Shangareev
>            Priority: Major
>
> We have the state "restarting" for caches when we certainly now that these caches would start at some moment in future. But we could start new cache with the same name.
> Plus, NPE is throwing when we try to get proxy for such caches (in "restarting" state).



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