Kirill Tkalenko created IGNITE-14625:
----------------------------------------

             Summary: 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
             Fix For: 2.11


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)

Reply via email to