[ 
https://issues.apache.org/jira/browse/IGNITE-23597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Pligin reassigned IGNITE-23597:
----------------------------------------

    Assignee: Ivan Bessonov  (was: Roman Puchkovskiy)

> Idle Raft Replicator eats too much CPU
> --------------------------------------
>
>                 Key: IGNITE-23597
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23597
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Roman Puchkovskiy
>            Assignee: Ivan Bessonov
>            Priority: Major
>              Labels: ignite-3
>
> I noted that nodes of an idle cluster (taking no transactional load) which 
> has 3 nodes and 1200 partitions (replication factor is 2 so there is a 
> replicator per each partition, so 400 replicators per node) eat a 
> considerable amount of CPU (approximately 12% of each of 8 CPU cores). 
> According to the JFR, all work is done by replicators (sending side) and 
> AppendEntries controllers (receiving side). Both spend most of the time in 
> LogStorage#getTerm().
> We should try to optimize this method (probably caching terms for last N 
> indices).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to