[
https://issues.apache.org/jira/browse/IGNITE-6628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17543003#comment-17543003
]
Maxim Muzafarov commented on IGNITE-6628:
-----------------------------------------
[~ascherbakov] Hello,
It seems the issue described here already resolved, right? IGNITE-14321
Can we close this one?
> Make possible to rebuild all SQL indexes programmatically with enabled
> persistence.
> -----------------------------------------------------------------------------------
>
> Key: IGNITE-6628
> URL: https://issues.apache.org/jira/browse/IGNITE-6628
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.0
> Reporter: Alexey Scherbakov
> Priority: Major
>
> We have unofficial way for rebuilding indexes, which is called on activation
> if index.bin is removed from PDS directory.
> Code is located here [1]
> I think it's ok to make it public for several cases: model is changed, index
> is damaged, etc...
> Also current impl has a bug: CacheEntry in [2] is not touched, polluting heap
> and leading to OOM.
> [1]
> org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager#beforeExchange
> [2]
> org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing#rebuildIndexesFromHash
--
This message was sent by Atlassian Jira
(v8.20.7#820007)