[
https://issues.apache.org/jira/browse/IGNITE-14625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17333485#comment-17333485
]
Ignite TC Bot commented on IGNITE-14625:
----------------------------------------
{panel:title=Branch: [pull/9037/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9037/head] Base: [master] : New Tests
(6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}PDS 1{color} [[tests
6|https://ci.ignite.apache.org/viewLog.html?buildId=5984247]]
* {color:#013220}IgnitePdsTestSuite:
DurableBackgroundTasksProcessorSelfTest.testCancelTaskExecution - PASSED{color}
* {color:#013220}IgnitePdsTestSuite:
DurableBackgroundTasksProcessorSelfTest.testSimpleTaskExecutionWithoutMetaStorage
- PASSED{color}
* {color:#013220}IgnitePdsTestSuite:
DurableBackgroundTasksProcessorSelfTest.testRestartTaskExecutionWithMetaStorage
- PASSED{color}
* {color:#013220}IgnitePdsTestSuite:
DurableBackgroundTasksProcessorSelfTest.testRestartTaskExecutionWithoutMetaStorage
- PASSED{color}
* {color:#013220}IgnitePdsTestSuite:
DurableBackgroundTasksProcessorSelfTest.testSimpleTaskExecutionWithMetaStorage
- PASSED{color}
* {color:#013220}IgnitePdsTestSuite:
DurableBackgroundTasksProcessorSelfTest.testRestartTaskAfterRestartNode -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5984278&buildTypeId=IgniteTests24Java8_RunAll]
> Make DurableBackgroundTask return future
> ----------------------------------------
>
> Key: IGNITE-14625
> URL: https://issues.apache.org/jira/browse/IGNITE-14625
> Project: Ignite
> Issue Type: Improvement
> Components: persistence
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Fix For: 2.11
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> While trying to implement rebuilding indexes on *DurableBackgroundTask*, I
> encountered several problems:
> * For each task, a new thread is created, which can be critical for
> rebuilding indexes, since there can be many caches and this can create many
> threads;
> * Tasks can be completed close to the end of a checkpoint, and data may not
> reach this checkpoint.
> Therefore, I propose to slightly rework the *DurableBackgroundTask*.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)