[
https://issues.apache.org/jira/browse/IGNITE-19396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-19396:
-------------------------------------
Description:
For the garbage collector,
*org.apache.ignite.internal.table.distributed.StorageUpdateHandler* is used
because it performs work with indexes, which is not entirely correct, it is
worth moving work with indexes from *StorageUpdateHandler* into a separate
class.
It would also be nice to do garbage collection in batches in
*org.apache.ignite.internal.table.distributed.gc.MvGc*.
was:For the garbage collector,
*org.apache.ignite.internal.table.distributed.StorageUpdateHandler* is used
because it performs work with indexes, which is not entirely correct, it is
worth moving work with indexes from *StorageUpdateHandler* into a separate
class.
> Move work with indexes from StorageUpdateHandler to a separate class
> --------------------------------------------------------------------
>
> Key: IGNITE-19396
> URL: https://issues.apache.org/jira/browse/IGNITE-19396
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> For the garbage collector,
> *org.apache.ignite.internal.table.distributed.StorageUpdateHandler* is used
> because it performs work with indexes, which is not entirely correct, it is
> worth moving work with indexes from *StorageUpdateHandler* into a separate
> class.
> It would also be nice to do garbage collection in batches in
> *org.apache.ignite.internal.table.distributed.gc.MvGc*.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)