You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2020/12/24 08:46:00 UTC

[jira] [Issue Comment Deleted] (IGNITE-13878) Allocated RAM is always 0 for non-persistent regions of persistent cluster

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

Ilya Kasnacheev updated IGNITE-13878:
-------------------------------------
    Comment: was deleted

(was: {panel:title=Branch: [pull/8595/head] Base: [master] : Possible Blockers (7)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache (Restarts) 1{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5800224]]

{color:#d04437}Cache 2{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5800228]]

{color:#d04437}Cache 6{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5800232]]

{color:#d04437}Queries 2{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5800197]]

{color:#d04437}PDS (Indexing){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5800240]]
* IgnitePdsWithIndexingCoreTestSuite: IgniteWalRebalanceTest.testRebalanceCancelOnSupplyError - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Thin client: Node.js{color} [[tests 1 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=5800268]]
* complex object test suite &gt;: put get binary objects from objects - Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/8595/head] Base: [master] : No new tests found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5800271&amp;buildTypeId=IgniteTests24Java8_RunAll])

> Allocated RAM is always 0 for non-persistent regions of persistent cluster
> --------------------------------------------------------------------------
>
>                 Key: IGNITE-13878
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13878
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>    Affects Versions: 2.9
>            Reporter: Ilya Kasnacheev
>            Assignee: Ilya Kasnacheev
>            Priority: Minor
>             Fix For: 2.10
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager#wrapMetricsMemoryProvider
> The logic in overridden nextRegion() method for the DirectMemoryProvider in the case above does not work for non-persistent data regions, as an example, region with persistenceEnabled=false, initSize = maxSize = 2G has only a single chunk that writes into memMetrics.updateCheckpointBufferSize(chunkSize) instead of memMetrics.updateOffHeapSize(chunkSize).



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