[
https://issues.apache.org/jira/browse/IGNITE-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15393358#comment-15393358
]
Sergi Vladykin commented on IGNITE-3560:
----------------------------------------
[~sboikov]
I pushed one minor change, otherwise looks good, please merge!
> 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
> Assignee: 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)