[
https://issues.apache.org/jira/browse/IGNITE-9418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671183#comment-16671183
]
Ignite TC Bot commented on IGNITE-9418:
---------------------------------------
{panel:title=Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform C++ (Windows x64){color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2209353]]
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsSelectMerge2 - 0,0% fails in
last 100 master runs.
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsTwoSelects2 - 0,0% fails in
last 100 master runs.
{color:#d04437}Platform C++ (Linux){color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=2209352]]
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsSelectMerge2 - 0,0% fails in
last 100 master runs.
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsTwoSelects2 - 0,0% fails in
last 100 master runs.
{color:#d04437}Platform C++ (Linux Clang){color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2209359]]
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsSelectMerge2 - 0,0% fails in
last 100 master runs.
* IgniteOdbcTest: QueriesTestSuite: TestManyCursorsTwoSelects2 - 0,0% fails in
last 100 master runs.
{panel}
[TeamCity Run All
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2209416&buildTypeId=IgniteTests24Java8_RunAll]
> Avoid initialize file page store manager for caches during PME synchronously
> ----------------------------------------------------------------------------
>
> Key: IGNITE-9418
> URL: https://issues.apache.org/jira/browse/IGNITE-9418
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.5
> Reporter: Pavel Kovalenko
> Assignee: Stanilovsky Evgeny
> Priority: Critical
> Fix For: 2.8
>
>
> Currently, we do creation for partition and index files during PME for
> starting caches at the beginning of
> org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager#readCheckpointAndRestoreMemory
> method.
> We should avoid this because sometimes it took a long time as we perform
> writing to disk.
> If the cache was registered during PME we should initialize page store lazy
> or asynchronously.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)