[
https://issues.apache.org/jira/browse/IGNITE-22951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-22951:
--------------------------------------
Fix Version/s: 3.0.0-beta2
> Catalog compaction. Improve minimum tx begin time propagation to replicas
> -------------------------------------------------------------------------
>
> Key: IGNITE-22951
> URL: https://issues.apache.org/jira/browse/IGNITE-22951
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Critical
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> After IGNITE-22641, for each catalog compaction run we have a {{N x M}}
> replica requests, where N - count of tables, M - count of partitions.
> This looks extremely inefficient and we should consider using:
> * Message coalescing.
> * Depending on whether you actually need compaction coordinator or it's
> possible to trigger minBeginTxTime on all nodes consider sending requests to
> self only.
> * Adding some randomization on sending requests between replication groups.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)