[
https://issues.apache.org/jira/browse/IGNITE-27178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18041296#comment-18041296
]
Alexander Lapin commented on IGNITE-27178:
------------------------------------------
We may use
{code:java}
/** A container for rows that were inserted, updated or removed. */
private final PendingRows pendingRows = new PendingRows();{code}
size as a source of WI amount.
> Add a total number of unresolved write intents as a metric
> ----------------------------------------------------------
>
> Key: IGNITE-27178
> URL: https://issues.apache.org/jira/browse/IGNITE-27178
> Project: Ignite
> Issue Type: Improvement
> Components: metrics ai3, tables ai3
> Reporter: Ivan Bessonov
> Priority: Major
> Labels: ignite-3
>
> Metrics source will be chosen during the implementation. We just need to
> track the total size of all "pending write intent" collections across all
> partitions.
> Possibly we should also do it for each individual table or partition. TBD.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)