[
https://issues.apache.org/jira/browse/IGNITE-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391546#comment-15391546
]
Krome Plasma commented on IGNITE-3560:
--------------------------------------
To me it seems that stop() and removeTable already deal with these issues or am
I missing something ?
> 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)