You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2021/10/13 13:04:00 UTC

[jira] [Commented] (IGNITE-15737) IoStatisticsSelfTest#testPersistentIOGlobalStat failure.

    [ https://issues.apache.org/jira/browse/IGNITE-15737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428197#comment-17428197 ] 

Yury Gerzhedovich commented on IGNITE-15737:
--------------------------------------------

[~zstan], seems IGNITE-12439 is not related to failing the test. Seems need to investigate it deeper.

> IoStatisticsSelfTest#testPersistentIOGlobalStat failure.
> --------------------------------------------------------
>
>                 Key: IGNITE-15737
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15737
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Evgeny Stanilovsky
>            Priority: Major
>
> org.apache.ignite.internal.metric.IoStatisticsSelfTest#testPersistentIOGlobalStat
> failed due to this fix :
> issues.apache.org/jira/browse/IGNITE-12439
> appended method used NoOp Statistic, but test expected counted implementation. 
> {noformat}
>     /** {@inheritDoc} */
>     @Override public long acquirePage(int grpId, long pageId, AtomicBoolean pageAllocated) throws IgniteCheckedException {
>         return acquirePage(grpId, pageId, IoStatisticsHolderNoOp.INSTANCE, false, pageAllocated);
>     }
> {noformat}
> [~jooger] can you take a look ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)