You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergi Vladykin (JIRA)" <ji...@apache.org> on 2016/07/23 06:41:20 UTC

[jira] [Commented] (IGNITE-3560) Unify type descriptor removal and destruction in IgniteH2Indexing

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

Sergi Vladykin commented on IGNITE-3560:
----------------------------------------

The original reported issue.

> Unify type descriptor removal and destruction in IgniteH2Indexing
> -----------------------------------------------------------------
>
>                 Key: IGNITE-3560
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3560
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergi Vladykin
>            Priority: Blocker
>             Fix For: 1.7
>
>
> Currently I see at least 3 places where we have to deal with table destruction:
> 1. unregisterCache() -> Schema.onDrop()
> 2. unregisterType() -> removeTable()
> 3. stop()
> We need to refactor them to call the same logic which has to always do the following steps:
> 1. dataTables.remove()
> 2. GridH2Table.destroy()
> 3. U.closeQuiet(TableDescriptor.luceneIdx)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)