[
https://issues.apache.org/jira/browse/IGNITE-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16559459#comment-16559459
]
Alexey Kuznetsov commented on IGNITE-8645:
------------------------------------------
[~dpavlov] Hi, sorry for delay.
The ticket appeared to be not truly implemented.
The root cause of the bug is that client metrics protocol is incorrect.
Clients have got local cache metrics, e.g. tx-commits-count, but these metrics
are not distributed to nodes(see metrics distribution message
*TcpDiscoveryClientMetricsUpdateMessage* carries no cache metrics, only cluster
metrics). This leads to current bug.
So client metrics protocol shall be fixed in first place.
Im going to fix it within current ticket.
> CacheMetrics.getCacheTxCommits() doesn't include transactions started on
> client node
> ------------------------------------------------------------------------------------
>
> Key: IGNITE-8645
> URL: https://issues.apache.org/jira/browse/IGNITE-8645
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.4
> Reporter: Roman Guseinov
> Assignee: Alexey Kuznetsov
> Priority: Major
> Fix For: 2.7
>
> Attachments: CacheTxCommitsMetricTest.java
>
>
> The test is attachedĀ [^CacheTxCommitsMetricTest.java]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)